Operations Manager SP1 RTM command shell requires Powershell scripts to be digitally signed
After installing SP1 RTM, we noticed that Powershell scripts that we frequently run will no longer run unless they are digitally signed or the execution policy is modified. For those who do not have code signing certificates and want to modify the execution policy, run the command set-executionpolicy unrestricted.
This is not a suggested setting!, but will allow you to run scripts whilst you work through the procedure to buy or create your own authority. For details on creating your own signing certificate, run get-help about_signing.
For information on the premier technology consulting group in Houston, contact Rede Consulting at 713-965-7288 or via email at info@redeconsult.com
This is not a suggested setting!, but will allow you to run scripts whilst you work through the procedure to buy or create your own authority. For details on creating your own signing certificate, run get-help about_signing.
For information on the premier technology consulting group in Houston, contact Rede Consulting at 713-965-7288 or via email at info@redeconsult.com

Comments