powershell

Output Environment Variable

Print environment variable to the console in PowerShell

Abhith Rajan
Abhith RajanJuly 25, 2022 ยท 1 min read ยท Last Updated:

If you want to print the value of an environment variable, you can use the $env:variable_name syntax.

$env:MY_VARIABLE

Replace MY_VARIABLE with the name of the environment variable you want to print.

This page is open source. Noticed a typo? Or something unclear?
Improve this page on GitHub


Abhith Rajan

Written byAbhith Rajan
Abhith Rajan is a software engineer by day and a full-stack developer by night. He's coding for almost a decade now. He codes ๐Ÿง‘โ€๐Ÿ’ป, write โœ๏ธ, learn ๐Ÿ“– and advocate ๐Ÿ‘.
Connect

Is this page helpful?

Related StoriesView All