PowerShell command to Show all Computers with a LAPS Password Set
This command will show all computers in the AD that have a LAPS password set: Get-ADComputer -Filter {ms-Mcs-AdmPwd -like “*”} This command does the opposite and you may want to specify an OU: Get-ADComputer -Filter...
Read More