Created
December 4, 2017 00:21
-
-
Save mczerniawski/dfd440855a7389e16b292a3eedf29efd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-ADComputer -filter * -properties ms-Mcs-AdmPwd | | |
| Where-Object {$null -ne $_."ms-Mcs-AdmPwd"} | | |
| Select-Object samaccountname,ms-Mcs-AdmPwd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment