mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
3 lines
157 B
PowerShell
3 lines
157 B
PowerShell
function SyncAAD {
|
|
Invoke-Command -ScriptBlock { Start-ADSyncSyncCycle -PolicyType Delta } -ComputerName ADConnect.effectory.local -Credential $ADSyncCred
|
|
} |