Powershell Flashcards
1
Q
What is the default execution policy?
A
Restricted
2
Q
What does execution policy RemotedSigned mean?
A
Downloaded scripts must be signed by a trusted publisher before they can be run.
3
Q
What does execution policy Restricted mean?
A
No scripts can be run. Windows PowerShell can be used only in interactive mode.
4
Q
What does execution policy AllSigned mean?
A
Only scripts signed by a trusted publisher can be run.
5
Q
What does execution policy Unrestricted mean?
A
No restrictions; all Windows PowerShell scripts can be run.