mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
Initial commit
This commit is contained in:
3
Powershell/Tools/SyncAAD.ps1
Normal file
3
Powershell/Tools/SyncAAD.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
function SyncAAD {
|
||||
Invoke-Command -ScriptBlock { Start-ADSyncSyncCycle -PolicyType Delta } -ComputerName ADConnect.effectory.local -Credential $ADSyncCred
|
||||
}
|
||||
Reference in New Issue
Block a user