Powershell error
I am server 2008 when i start power shell I got some error : - PSDiagnostics.psm1 cannot be loaded because the execution of scripts is disabled on this system. please see get-help about_signing for more detail. please solve the problemhuz
March 28th, 2012 9:03am

here u go lad.. http://technet.microsoft.com/en-us/library/ee176949.aspxPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Krisna Ismayanto | My blogs: Krisna Ismayanto | Twitter: @ikrisna
Free Windows Admin Tool Kit Click here and download it now
March 28th, 2012 9:19am

You need to set you execution policy to allow scripts (not allowed by default). At a PowerShell prompt: Set-ExecutionPolicy -ExecutionPolicy UnRestricted Use Get-Help for more details on the Get-ExecutionPolicy and Set-ExecutionPolicy cmdlets. Richard Mueller - MVP Directory Services
March 28th, 2012 11:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics