Go to the Powershell website and download PowerShell. It isn't that obvious but it's part of the Windows Management Framework download. First time you run scripts you'll need to remove the restricted execution policy by running Powershell from the command line and running the command:
set-executionpolicy remotesigned
There is a bundled editor in the Powershell download but I use PowerShell GUI, it's quite a nice editor and has intellisense :)
- Windows PowerShell Web Site
- PowerGUI - A PowerShell GUI and script editor with intellisense
- Windows Powershell Cheat Sheet
- Windows PowerShell Online Help
- Windows PowerShell Blog
No comments:
Post a Comment