Exchange Local machine policy must require signed scripts.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-228370EX16-MB-000170SV-228370r879584_ruleCCI-001749medium
Description
Scripts often provide a way for attackers to infiltrate a system, especially scripts downloaded from untrusted locations. By setting machine policy to prevent unauthorized script executions, unanticipated system impacts can be avoided. Failure to allow only signed remote scripts reduces the attack vector vulnerabilities from unsigned remote scripts.
STIGDate
Microsoft Exchange 2016 Mailbox Server Security Technical Implementation Guide2023-12-18

Details

Check Text (C-228370r879584_chk)

Open the Exchange Management Shell and enter the following command: Get-ExecutionPolicy If the value returned is not "RemoteSigned", this is a finding.

Fix Text (F-30588r496907_fix)

Open the Exchange Management Shell and enter the following command: Set-ExecutionPolicy RemoteSigned