Werk #4019: Windows powershell scripts are now always called with the options -noprofile -executionpolicy bypass
Component | Checks & agents | ||
Title | Windows powershell scripts are now always called with the options -noprofile -executionpolicy bypass | ||
Date | Feb 3, 2017 | ||
Level | Trivial Change | ||
Class | New Feature | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The -noprofile option improves the startup of the powershell interpreter. The "-executionpolicy bypass" means that the agent will no longer check any signatures of powershell scripts, since we don't provide them in ps1 script, anyway.