@@ -531,19 +531,20 @@ enabled by default, and must be enabled through PowerShell.
This series of PowerShell commands enables [sub-addressing](#email-sub-addressing)
at the organization level in Office 365. This allows all mailboxes in the organization
to receive sub-addressed mail:
to receive sub-addressed mail.
```powershell
Set-ExecutionPolicyRemoteSigned-ScopeCurrentUser
To enable sub-addressing:
$UserCredential=Get-Credential
1. Download and install the `ExchangeOnlineManagement` module from the [PowerShell gallery](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/).