Which PowerShell execution policy enforces that every script and configuration file must be digitally signed by a trusted publisher before it can run on a system?
The AllSigned execution policy blocks any script or configuration file that does not carry a valid signature from a trusted publisher. This prevents the execution of unauthorized or tampered scripts. RemoteSigned requires signatures only for scripts downloaded from the internet, while Unrestricted and Bypass impose little or no signature requirement.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a digital signature and how does it work?
Open an interactive chat with Bash
What is an execution policy in PowerShell?
Open an interactive chat with Bash
Why is it important to prevent the execution of unauthorized scripts?