Table of Contents

Microsoft 365

First Time Login

Important

General

Troubleshooting

invalid sender

Your message couldn't be delivered because you weren't recognized as a valid sender. The most common reason for this is that your email address is suspected of sending spam and it's no longer allowed to send email. Contact your email admin for assistance.

Reference: https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/removing-user-from-restricted-users-portal-after-spam?view=o365-worldwide

Enable-OrganizationCustomization

The command you tried to run isn't currently allowed in your organization. To run this command, you first need to run the command: Enable-OrganizationCustomization.

Need to connect to M365 via PowerShell to enable it. It will take some times (1 hour) to be ready. Then you could go back to the GUI to setup.

https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps

Connect M365 via PowerShell

PS C:\Windows\system32> Import-Module ExchangeOnlineManagement
PS C:\Windows\system32> Connect-ExchangeOnline -UserPrincipalName navin@contoso.com
PS C:\Windows\system32> Enable-OrganizationCustomization

The output may display “This operation is not required. Organization is already enabled for customization.”. It is okay and just wait an hour for it to be completed.