Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

set execution policy powershell

 Set-ExecutionPolicy RemoteSigned  # to set the policy to RemoteSigned.
 Set-ExecutionPolicy Unrestricted  # to set the policy to Unrestricted.
 Get-ExecutionPolicy # to verify the current settings for the execution policy.
 
PREVIOUS NEXT
Tagged: #set #execution #policy #powershell
ADD COMMENT
Topic
Name
4+7 =