Files
Cloud-20Engineering/Powershell/Tools/SyncAAD.ps1
Jurjen Ladenius 34b041dc2e Initial commit
2020-07-09 10:28:42 +02:00

3 lines
157 B
PowerShell

function SyncAAD {
Invoke-Command -ScriptBlock { Start-ADSyncSyncCycle -PolicyType Delta } -ComputerName ADConnect.effectory.local -Credential $ADSyncCred
}