Added generate-qrcode.ps1

This commit is contained in:
Markus Fleschutz
2020-12-30 15:40:07 +00:00
parent 16b9272dbd
commit d6434c0a16
3 changed files with 37 additions and 0 deletions

View File

@ -15,6 +15,7 @@ display-time.ps1, displays the current time
download.ps1, downloads the file/directory from the given URL
empty-dir.ps1, empties the given directory
enable-crash-dumps.ps1, enables the writing of crash dumps
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

1 Filename Description
15 download.ps1 downloads the file/directory from the given URL
16 empty-dir.ps1 empties the given directory
17 enable-crash-dumps.ps1 enables the writing of crash dumps
18 generate-qrcode.ps1 generates a QR code
19 inspect-exe.ps1 prints basic information of the given executable file
20 list-anagrams.ps1 lists all anagrams of the given word
21 list-automatic-variables.ps1 lists PowerShell automatic variables