Active Directory
Active Directory examples for PowerShell Universal.
List Locked Accounts
Start-PSUServer -Port 8080 -Configuration {
New-PSUScript -Name 'LockedAccounts' -ScriptBlock {
Search-ADAccount -LockedOut
}
}
Reset Password

Restore Deleted User

Last updated
Was this helpful?