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

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Using Powershell to manage Hyper-V

Common powershell cmdlets to manage Hyper-V.

Linux DHCP Client - dhclient

NAME dhclient - Dynamic Host Configuration Protocol Client SYNOPSIS dhclient [ -4 | -6 ] [ -S ] [ -N [ -N... ] ] [ -T [ -T... ] ] [ -P [ -P... ] ] -R ] [ -i ] [ -I ] [ -4o6 port ] [ -D LL|LLT ] [ -p port-number ] [ -d ] [ -df duid-lease-file ] [ -e VAR=value ] [ -q ] [ -1 ] [ -r | -x ] [ -lf lease-file ] [ -pf pid-file ] [ --no-pid ] [ -cf config-file ] [ -sf script-file ] [ -s server-addr ] [ -g relay ] [ -n ] [ -nw ] [ -w ] [ -v ] [ --version ] [ if0 [ ...ifN ] ] DESCRIPTION The Internet Systems Consortium DHCP Client, dhclient, provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by stat‐ ically assigning an address. Restart DHCP Client $ sudo dhclient -r