Skip to content

Instantly share code, notes, and snippets.

@P1llus
Created October 10, 2016 11:01
Show Gist options
  • Save P1llus/89b1bcda08a43febf4385e4060f03fce to your computer and use it in GitHub Desktop.
Save P1llus/89b1bcda08a43febf4385e4060f03fce to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy : Windows PowerShell updated your execution policy successfully, but the setting is overridden by a
policy defined at a more specific scope. Due to the override, your shell will retain its current effective execution
policy of Unrestricted. Type "Get-ExecutionPolicy -List" to view your execution policy settings. For more information p
lease see "Get-Help Set-ExecutionPolicy".
At line:1 char:46
+ ... -ne 'AllSigned') { Set-ExecutionPolicy -Scope Process Bypass }; & 'C ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (:) [Set-ExecutionPolicy], SecurityException
+ FullyQualifiedErrorId : ExecutionPolicyOverride,Microsoft.PowerShell.Commands.SetExecutionPolicyComman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment