Difference between revisions of "Power Shell"

Jump to navigation Jump to search
(→‎Variables: Added "Arrays")
(→‎Getting Started: Added "Execution Policy")
Line 6: Line 6:
* http://powershell.com/cs/ - Good all-round help
* http://powershell.com/cs/ - Good all-round help
* http://technet.microsoft.com/en-us/library/bb978526.aspx - TechNet!
* http://technet.microsoft.com/en-us/library/bb978526.aspx - TechNet!
=== Execution Policy ===
On the first run you need to allow Powershell to scripts (you need to run this command as an administrator, so if you're using Windows 7, for example, you'll need to start the Powershell console as an administrator, regardless of whether you're currently logged in as an admin)...
<source lang="powershell"> Set-ExecutionPolicy RemoteSigned </source>


=== Installed Version ===
=== Installed Version ===