Last active
August 27, 2018 00:28
-
-
Save raresteak/c10a75e7b74b50336370865d236d4136 to your computer and use it in GitHub Desktop.
Get Laps Password
This file contains 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
param($ComputerName) | |
# Requires Domain Administrator | |
Get-AdmPwdPassword -ComputerName $ComputerName | Format-List |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment