Multiple choice Get-executionpolicy restricted, will set your execution policy to restricted. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation The command 'Set-ExecutionPolicy Restricted' is the correct syntax to set the policy to restricted. 'Get-ExecutionPolicy' only retrieves the current status, it does not set it.