Multiple choice

Get-executionpolicy restricted, will set your execution policy to restricted.

  1. True

  2. 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.