Skip to main content
Skip table of contents

Preview SmartResponse Command Execution

To ensure a plugin will work as expected, users can preview the command execution and test it prior to deployment.

  1. Open PowerShell as an administrator. Right-click PowerShell and click Run as administrator.
  2. Type Get-ExecutionPolicy and press Enter to display the current script execution policy. The default value is Restricted which means PowerShell will not load any configuration files or run any scripts.
  3. Change the script execution policy to a value consistent with your security requirements. This will most commonly be Unrestricted. To change the PowerShell execution policy to Unrestricted type Set-ExecutionPolicy Unrestricted and press Enter.
  4. To verify the execution policy setting, type Get-ExecutionPolicy and verify the setting you want.

More information on PowerShell execution policies can be obtained by typing Help Get-Execution Policy or Help Set-ExecutionPolicy.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.