Difference between revisions of "Power Shell"

Jump to navigation Jump to search
184 bytes added ,  14:38, 11 November 2009
m
no edit summary
m (→‎WMI: Reworked page a bit)
m
Line 1: Line 1:
* [http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx Windows PowerShell V1]
* [http://support.microsoft.com/kb/968929 Windows PowerShell V2]
== Credentials ==
== Credentials ==
When running commands that require a connection to a remote machine its useful to be able to store a user/pass combination so that you aren't repeatedly prompted every time you run a command.  Create a credential object, then supply that in place of a username in a command
When running commands that require a connection to a remote machine its useful to be able to store a user/pass combination so that you aren't repeatedly prompted every time you run a command.  Create a credential object, then supply that in place of a username in a command

Navigation menu