Showing results for masking passwords - Scripting Blog [archived]

Aug 11, 2010
0
1

Masking Passwords in Windows PowerShell

ScriptingGuy1
ScriptingGuy1

  Summary: With Windows PowerShell cmdlets, it is easy to mask passwords used when scripting remote applications.   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 use a COM ob...

Scripting Guy!Windows PowerShellscripting techniques
Feb 4, 2005
0
0

How Can I Mask Passwords Using an InputBox?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I mask passwords using an InputBox?-- PG Hey, PG. If you’re hoping to mask passwords using a function or method built into WSH or VBScript we’re afraid you’ll be disappointed; neither technology supports password masking. That doesn’t mean you can’t do it, it just means we’ll have to look beyond the core scripting tec...

Scripting Guy!scripting techniquesVBScript