January 2006 Entries

MSH Execution Policy

If you run a MSH script you probably get an error. The reason for this is that the standard execution policy for MSH is set to restricted.This is the secure by default mode from MSH. To configure MSH to run scripts you need to change a registry key.HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Msh\Micr... ExecutionPolicythe default value of this key is restricted, you need to change this to RemoteSigned MSH recognizes changes to your execution policy immediately. If you download...