Question : providing credentials in Powershell without user action

I´m looking for a way to provide credentials to powershell scripts without a prompt for anything. MS says it is possible:
It is possible to produce a PSCredential object programmatically through Windows PowerShell without requiring user interaction. However, this method requires that the user name and password appear in plain text in the script. Therefore, we do not recommend this method

but I cannot find out, how to do it. What I am trying to do is to make a djoin (http://technet.microsoft.com/en-us/library/offline-domain-join-djoin-step-by-step(WS.10).aspx) on computers with different usernames (computername\administrator) but all the same password.
I am trying to copy the computers 'blob.txt' to every machine and then complete the djoin from there. It works great with a module I found but is prompting me for the password everytime. I have no problem with a plain password in my script, because I will carry it away afterwards.

Answer : providing credentials in Powershell without user action

Have you tried resetting the users password? Just make sure that the account is not compromised?
Also click on the Drafts folder > Tools > recover deleted items for outlook 2007 and check if you can see any deleted items
Random Solutions  
 
programming4us programming4us