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

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.

Viber: Notes