Create a new PowerShell Credential object with a random password. Encrypts and saves the Credential object to file or to Azure KeyVault. New-PSCredential is used to create a new PowerShell Credential ...
ReverseMarshal.ps1 - takes a PSCredential object, determines if the inner credential is a username/password or a smartcard. If it's a smartcard, we unpack the credential and locate the correct ...