Quick Tip: Get local time for next AzureAD Sync
When you run the command
|
1 |
Get-ADSyncScheduler |
You get an output similar to AllowedSyncCycleInterval : 00:30:00 CurrentlyEffectiveSyncCycleInterval : 01:00:00 CustomizedSyncCycleInterval : 01:00:00 NextSyncCyclePolicyType : Delta NextSyncCycleStartTimeInUTC : 18/05/2017 10:55:42 PM PurgeRunHistoryInterval : 7.00:00:00 SyncCycleEnabled : True MaintenanceEnabled : True StagingModeEnabled : False SchedulerSuspended : False SyncCycleInProgress : False You will notice that the time is in … Read more