1. Home
  2. Security Hardening
  3. CIS Microsoft Exchange Server 2013 Hub V1.1.0
  4. Set ‘Turn on script execution’ to ‘RemoteSigned’

Set ‘Turn on script execution’ to ‘RemoteSigned’

Details

Use this setting to configure the script execution policy that controls what script types users can run.

Rationale:

Unsigned scripts are at greater risk of containing unauthorized code.

Solution

To implement the recommended state, execute the following PowerShell cmdlet:

Set-ExecutionPolicy RemoteSigned

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles