Hello,
You can force a Azure AD Sync synchronization from PowerShell with that oneliner :
Get-ScheduledTask -TaskName "Azure AD Sync Scheduler" | Start-ScheduledTask
You can do that remotely thanks to the “-CimSession” parameter.
Hello,
You can force a Azure AD Sync synchronization from PowerShell with that oneliner :
Get-ScheduledTask -TaskName "Azure AD Sync Scheduler" | Start-ScheduledTask
You can do that remotely thanks to the “-CimSession” parameter.