Skip to content

Instantly share code, notes, and snippets.

@raresteak
Last active August 27, 2018 00:28
Show Gist options
  • Save raresteak/c10a75e7b74b50336370865d236d4136 to your computer and use it in GitHub Desktop.
Save raresteak/c10a75e7b74b50336370865d236d4136 to your computer and use it in GitHub Desktop.
Get Laps Password
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