Microsoft 365
First Time Login
Important
General
- Setup a Catch All email
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.
- login office 365 admin portal
- go to Microsoft 365 security at https://security.microsoft.com/restrictedusers
- if there is any user blocked, select it and click [Unblock]
- it may take an hour to be effective
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.
Connect M365 via PowerShell
- Run Windows PowerShell as Administrator
- connect to your M365 with this command, replace navin@contoso.com with your username
PS C:\Windows\system32> Import-Module ExchangeOnlineManagement PS C:\Windows\system32> Connect-ExchangeOnline -UserPrincipalName navin@contoso.com
- Run Enable-OrganizationCustomization
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.