Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Masking Passwords in Windows PowerShell

  Summary: With Windows PowerShell cmdlets, it is easy to mask passwords used when scripting remote applications.   (image) Hey, Scripting Guy! I need to be able to mask a password when running a Windows PowerShell script. I am attempting to convert my VBScript scripts to Windows PowerShell, but I have a problem. In VBScript I would...