Added list-environment-variables.ps1

This commit is contained in:
Markus Fleschutz
2021-02-01 07:30:14 +01:00
parent fdda80f09e
commit b57c776d64
3 changed files with 18 additions and 1 deletions

View File

@ -33,6 +33,7 @@ The following PowerShell scripts can be found in the [Scripts/](Scripts/) subfol
* [list-automatic-variables.ps1](Scripts/list-automatic-variables.ps1) - lists PowerShell automatic variables
* [list-clipboard.ps1](Scripts/list-clipboard.ps1) - lists the contents of the clipboard
* [list-current-timezone.ps1](Scripts/list-current-timezone.ps1) - lists the current time zone details
* [list-environment-variables.ps1](Scripts/list-environment-variables.ps1) - lists all environment variables
* [list-empty-dirs.ps1](Scripts/list-empty-dirs.ps1) - lists empty subfolders in a directory tree
* [list-installed-software.ps1](Scripts/list-installed-software.ps1) - lists the installed software
* [list-files.ps1](Scripts/list-files.ps1) - lists all files in the given folder and also in every subfolder