Skip to main content

Microsoft 365 Business Basic

Microsoft 365 Business Basic: 2.5USD/user/month

HAPPEN to buy Microsoft 365 Business Basic for 2.5USD/month/user, which is usually 5USD/month/user.

The hyperlink I used to register on July 26 2020: https://businessstore.microsoft.com/en-us/create-account/signup?OfferId=4f7c74af-24cc-4cb4-b91f-4da6acf69e49&products=cfq7ttc0k59v:0006&ispolaris=1&culture=en-us&country=vn&ali=1

Microsoft 365 Business Basic
Microsoft 365 Business Basic

Go passwordless

>>> Passwordless authentication options for Azure Active Directory

Add alias to mailbox

$domain = "2practice.xyz"
Set-Mailbox administrator -EmailAddresses @{add="webmaster@$domain"}

Enable Send As from alias

PS > Connect-ExchangeOnline
PS > Set-OrganizationConfig -SendFromAliasEnabled $True
PS > # Verify
PS > Get-OrganizationConfig| ft SendFromAliasEnabled

SendFromAliasEnabled
--------------------
                True
Get-OrganizationConfig

Commonly used administrator's tasks

>>> Audit log search - Default retention policy: 90 days)

>>> Message trace

Popular posts from this blog

Microsoft Windows Server 2012 R2 Standard Evaluation Product Key

Microsoft Windows Server 2012 R2 Standard Evaluation D2N9P-3P6X9-2R39C-7RTCD-MDVJX DBGBW-NPF86-BJVTX-K3WKJ-MTB6V

MSSQL: Fix error 'Consistency validation for SQL Server registry keys'

While installing Microsof SQL Server 2012, I ran into the following error. "The SQL Server registry keys from a prior installation cannot be modified. To continue, see SQL Server Setup documentation about how to fix registry keys." How to fix Replace the D:\x64\FixSqlRegistryKey_x86.exe file with the original file from the ENU\SQLFULL_ENU.iso file downloading from Microsoft Download Center. This ISO file is 4.2GB. So you can click FixSqlRegistryKey_x86.exe to download this file only. After replacing that file, press Re-run to check. All rules are passed.