Certified Network Defender (CND) — Question 131
Emmanuel works as a Windows system administrator at an MNC. He uses PowerShell to enforce the script execution policy. He wants to allow the execution of the scripts that are signed by a trusted publisher. Which of the following script execution policy setting this?
Answer options
- A. AllSigned
- B. Restricted
- C. RemoteSigned
- D. Unrestricted
Correct answer: A
Explanation
The correct answer is A, AllSigned, as it permits the execution of scripts only if they are signed by a trusted publisher. The other options do not meet this requirement: B, Restricted, disallows all scripts, C, RemoteSigned, only requires remote scripts to be signed, and D, Unrestricted, allows all scripts regardless of their signing status.