We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17eb35 commit 2334766Copy full SHA for 2334766
book/A-git-in-other-environments/sections/powershell.asc
@@ -17,6 +17,7 @@ If you're an administrator and want to set it for all Users on that machine, use
17
If you're a normal user, without administrative rights, you can use "-Scope CurrentUser" to set it only for you.
18
More about PowerShell Scopes: (https://technet.microsoft.com/de-de/library/hh847849.aspx[])
19
More about PowerShell ExecutionPolicy: (https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy[])
20
+
21
[source,powershell]
22
-----
23
> Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned -Force
0 commit comments