PowerTip: Store PowerShell Credentials

Doctor Scripto

 

Summary: Store your Windows PowerShell credentials in a variable for later use.

Hey, Scripting Guy! Question How can I store alternate credentials for repeated use in my Windows PowerShell session?

Hey, Scripting Guy! AnswerUse the Get-Credential cmdlet to prompt for a credential, and store the results in a variable:

$credential = Get-Credential

 

0 comments

Discussion is closed.

Feedback usabilla icon