Skip to primary content

Another PowerShell Blog

Random Posh Scripts

Main menu

  • Home
  • About
  • Script Licensing

Post navigation

← Previous Next →

Execution Policy

Posted on October 6, 2011 by erich

First step to scripting in PowerShell is setting the execution policy to RemoteSigned.  That way any script that came from your hard drive can be executed.

Set-ExecutionPolicy RemoteSigned

For more info see: http://technet.microsoft.com/en-us/library/ee176961.aspx

This entry was posted in PowerShell, Tips and tagged Execution Policy, RemoteSigned by erich. Bookmark the permalink.
Proudly powered by WordPress