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

@ -23,9 +23,10 @@ generate-qrcode.ps1, generates a QR code
inspect-exe.ps1, prints basic information of the given executable file
list-anagrams.ps1, lists all anagrams of the given word
list-automatic-variables.ps1, lists PowerShell automatic variables
list-empty-dirs.ps1, lists empty subfolders in a directory tree
list-current-timezone.ps1, lists the current time zone details
list-clipboard.ps1, lists the contents of the clipboard
list-environment-variables.ps1, lists all environment variables
list-empty-dirs.ps1, lists empty subfolders in a directory tree
list-files.ps1, lists all files in the given folder and also in every subfolder
list-formatted.ps1, lists the current working directory formatted in columns
list-fritzbox-calls.ps1, lists the FRITZ!Box calls

1 Filename,Description
23 inspect-exe.ps1, prints basic information of the given executable file
24 list-anagrams.ps1, lists all anagrams of the given word
25 list-automatic-variables.ps1, lists PowerShell automatic variables
list-empty-dirs.ps1, lists empty subfolders in a directory tree
26 list-current-timezone.ps1, lists the current time zone details
27 list-clipboard.ps1, lists the contents of the clipboard
28 list-environment-variables.ps1, lists all environment variables
29 list-empty-dirs.ps1, lists empty subfolders in a directory tree
30 list-files.ps1, lists all files in the given folder and also in every subfolder
31 list-formatted.ps1, lists the current working directory formatted in columns
32 list-fritzbox-calls.ps1, lists the FRITZ!Box calls