Microsoft
Software
Hardware
Network
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/of
fline-doma
in-
join-dj
oin-step-b
y-step(WS.
10).aspx
) on computers with different usernames (computername\administrato
r) 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
Converting example Outlook Redemption VBS to C#
ASP.NET file download issues on selected machines/browsers
Script needed to close program and stop/start service
(hopefully) Simple Excel 2007/2010 question
SSO Internet Explorer and Sharepoint Services 2008
SQL injection problem on several pages. Any server side solution to this
Publishing Applications - Windows Server 2008
Modify desktop icon size via registry in Server 2008
The session setup from computer 'PcName' failed because the security database does not contain a trust account 'PcName$' referenced by the specified computer.
nginx - possible to rewrite based on referring url?