Quick and Dirty Powershell Store Passwords

# create new xml credential
Get-Credential | Export-Clixml -Path C:\Users\<user>\AppData\Local\pass.xml
# use credentials
$PSCredentials = Import-Clixml -Path C:\Users\<user>\AppData\Local\pass.xml
view raw gistfile1.txt hosted with ❤ by GitHub

Comments

Popular posts from this blog

Powershell Install-Module Error - Unable to Download from URI ... 0x409

Configuring App-only Authentication for Exchange Online for Powershell Scripts