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.
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
Written byAbhith Rajan Follow @AbhithRajan
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