Added list-automatic-variables.ps1

This commit is contained in:
Markus Fleschutz
2020-12-30 11:41:38 +00:00
parent 08698f889f
commit aa0d1ab290
4 changed files with 66 additions and 18 deletions

View File

@ -17,6 +17,7 @@ empty-dir.ps1, empties the given directory
enable-crash-dumps.ps1, enables the writing of crash dumps
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-files.ps1, lists all files in the given folder and also in every subfolder
list-installed-software.ps1, lists the installed software
@ -58,7 +59,6 @@ speak-text.ps1, speaks the given text by text-to-speech (TTS)
switch-shelly1.ps1, switches a Shelly1 device in the local network
take-screenshot.ps1, takes a single screenshot
take-screenshots.ps1, takes multiple screenshots
test.ps1, simple test script
train-dns-cache.ps1, trains the DNS cache with frequently used domain names
translate-file.ps1, translates the given file from source to target language
translate-text.ps1, translates the given text into other languages

1 Filename Description
17 enable-crash-dumps.ps1 enables the writing of crash dumps
18 inspect-exe.ps1 prints basic information of the given executable file
19 list-anagrams.ps1 lists all anagrams of the given word
20 list-automatic-variables.ps1 lists PowerShell automatic variables
21 list-empty-dirs.ps1 lists empty subfolders in a directory tree
22 list-files.ps1 lists all files in the given folder and also in every subfolder
23 list-installed-software.ps1 lists the installed software
59 switch-shelly1.ps1 switches a Shelly1 device in the local network
60 take-screenshot.ps1 takes a single screenshot
61 take-screenshots.ps1 takes multiple screenshots
test.ps1 simple test script
62 train-dns-cache.ps1 trains the DNS cache with frequently used domain names
63 translate-file.ps1 translates the given file from source to target language
64 translate-text.ps1 translates the given text into other languages