githubEdit

Powershell Credential

Commands:

$Credential = Import-Clixml -Path ".\file.xml"

$Credential.GetNetworkCredential().password

Last updated