Username and Password

Hi ,

 There is a cmd tool that we use for which we need to enter the uid and pwd in command line, i am writing a script , i would like to know is there a better way of prompting the uid and pwd of command prompt in windows prompt box using powershell?

April 21st, 2015 7:42am

$UserCredential = Get-Credential
Free Windows Admin Tool Kit Click here and download it now
April 21st, 2015 8:49am

$UserCredential = Get-Credential
April 21st, 2015 12:49pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics