Friday, January 5, 2018

SCCM Execution Policy to run powershell scripts

When you try to run a Powershell script from the SCCM Powershell console, you will get an error saying that he script cannot be loded because it's not digitally signed. Run this command to get around this:

Set-ExecutionPolicy Unrestricted -Scope Process

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.