Hi
it won't let me enable DirSync. I'm using the same in-cloud global admin account as before, and I'm using the Azure Active Directory Module for Windows Powershell console and I get the return I've pasted below.
PS C:\Windows\system32> Set-MsolDirSyncEnabled -EnableDirSync $True
Confirm
Continue with this operation?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y
Set-MsolDirSyncEnabled : You cannot turn off Active Directory synchronization.
At line:1 char:1
+ Set-MsolDirSyncEnabled -EnableDirSync $True
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [Set-MsolDirSyncEnabled], MicrosoftOnlineException
+ FullyQualifiedErrorId : Microsoft.Online.Administration.Automation.DirSyncStatusChangeNotAllowedException,Microsoft.Online.Administration.Automation.SetDirSyncEnabled
PS C:\Windows\system32> (Get-MSOLCompanyInformation).DirectorySynchronizationEnabled
False
PS C:\Windows\system32> MSOLCompanyInformation | select DirectorySynchronizationStatus
DirectorySynchronizationStatus
PendingDisabled
I am waiting more than 72 hours to try re-enable.
Any ideas?
Piwat