How to show password passed using secure password
Last updated:
POWERSHELL
Mostly for troubleshooting
# if $ADCreds is the created password credential variable
$ADCreds.GetNetworkCredential().password
Last updated:
Mostly for troubleshooting
# if $ADCreds is the created password credential variable
$ADCreds.GetNetworkCredential().password