Passing Password in Powershell script

I have to pass password in the powershell script.

currently i am using CreditSSP and password storing in secure sting in the disk .

Is there any way to read password from schedule task configuration or SSO or windows authentication

November 11th, 2013 11:26am

Hi,

Password can be easily obtained from PSCredential object using
GetNetworkCredential method:

$PlainPassword = $Credentials.GetNetworkCredential().Password

For more details, please  go through the below two articles:

Working with Passwords, Secure Strings and Credentials in Windows PowerShell

http://social.technet.microsoft.com/wiki/contents/articles/4546.working-with-passwords-secure-strings-and-credentials-in-windows-powershell.aspx

Decrypt PowerShell Secure String Password

http://blogs.technet.com/b/heyscriptingguy/archive/2013/03/26/decrypt-powershell-secure-string-password.aspx

Regards,

Yan Li

TechNet Subscriber Support

If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.

Free Windows Admin Tool Kit Click here and download it now
November 12th, 2013 6:24am

OP requested for Integrated Windows Authentication. Requirement is to get the service account credentials and and run the same in task scheduler
November 13th, 2013 10:18am

Thank you, your link really helped me!
Free Windows Admin Tool Kit Click here and download it now
May 5th, 2015 4:41am

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

Other recent topics Other recent topics