Created
October 18, 2017 07:50
-
-
Save jhorsman/3f0bb4e6d2e0266973efe685674040bc to your computer and use it in GitHub Desktop.
Set a Windows environment variable with PowerShell. Scope: the whole machine, all users.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Environment]::SetEnvironmentVariable("TRIDION_CM_ENVIRONMENT_ID", "Development", "Machine") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment