.. / PSCredential-decrypt
Star

PSCredential is a PowerShell cmdlet used to create a credential object. It is used to securely store and retrieve usernames and passwords in scripts or commands. Via the GetNetworkCredential method it is possible to retrieve the password.

Command Reference:

	Variable name: $cred

  Method: GetNetworkCredential
Command: Copy Extra code: Copy References:

https://jatinpurohit.wordpress.com/2020/04/08/decrypt-pscredential-object-password-and-its-applications/