I noticed this error when trying hide some old shared mailboxes from the global address list, no changes were being synced. Hopefully these steps
Read MoreTag: Office 365
Delegate calendar access in Office 365 PowerShell
To delegate calendar access without also giving mailbox access, run the following: Adding new permissions: Add-MailboxFolderPermission -Identity username1@domain.com:\Calendar -User username2@domain.com -AccessRights Editor Changing existing
Read MoreChange User Principle Name in Office365 PowerShell
When using DirSync or Azure AD Connect, the only way to change the username is with Office 365 PowerShell. Connect to Office 365 PowerShell
Read MoreShortcut to Office 365 PowerShell
Working for an MSP I find myself connecting to Office 365 PowerShell multiple times per day. For the odd time, connecting manually works fine
Read MoreConnect to Exchange Online PowerShell
If you’re new to Office 365, you’ll almost certainly need to connect to the Exchange Online PowerShell at some point. It’s effectively the same
Read MoreForce Azure AD Connect Sync Synchronization
By default Azure AD Connect will synchronize the directories every 30 minutes however there’s times where you need to manually force a sync. To
Read More