Skip to primary content
Skip to secondary content

Another PowerShell Blog

Random Posh Scripts

Main menu

  • Home
  • About
  • Script Licensing

Tag Archives: RemoteSigned

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

Posted in PowerShell, Tips | Tagged Execution Policy, RemoteSigned

Sponsored Links

Categories

  • PowerShell (6)
    • Linux Commands (1)
    • Random (1)
    • Scripts (4)
      • PoshTested (3)
    • Tips (2)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress