Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| course:office_365:start [2017/06/18 19:27] – don.lee | course:office_365:start [2025/01/03 13:19] (current) – don.lee | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | ===== Remove blocked users from the Restricted entities page ===== | ||
| + | * https:// | ||
| + | |||
| + | ===== First Time Login ===== | ||
| + | |||
| + | * [[course: | ||
| + | |||
| + | |||
| + | ===== Important ===== | ||
| + | |||
| + | * [[course: | ||
| + | |||
| + | ===== General ===== | ||
| + | |||
| + | * [[course: | ||
| * [[course: | * [[course: | ||
| * [[course: | * [[course: | ||
| * [[course: | * [[course: | ||
| * Setup a Catch All email | * Setup a Catch All email | ||
| - | * http://www.yourithelp.co.uk/ | + | * http://o365info.com/configuring-catch-all-mailbox-in-office-365-part-1-of-2-2/ |
| + | * https:// | ||
| * https:// | * https:// | ||
| + | * [[course: | ||
| + | * [[course: | ||
| + | |||
| + | ===== Troubleshooting ===== | ||
| + | |||
| + | ==== invalid sender ==== | ||
| + | |||
| + | |||
| + | <note warning> | ||
| + | |||
| + | Reference: https:// | ||
| + | |||
| + | * login office 365 admin portal | ||
| + | * go to Microsoft 365 security at https:// | ||
| + | * if there is any user blocked, select it and click [Unblock] | ||
| + | * it may take an hour to be effective | ||
| + | |||
| + | ==== Enable-OrganizationCustomization ==== | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | 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:// | ||
| + | |||
| + | 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: | ||
| + | PS C: | ||
| + | </ | ||
| + | * Run Enable-OrganizationCustomization | ||
| + | < | ||
| + | PS C: | ||
| + | </ | ||
| + | |||
| + | The output may display "This operation is not required. Organization is already enabled for customization." | ||
| + | |||