Updated the description

This commit is contained in:
Markus Fleschutz 2021-02-08 17:19:56 +01:00
parent f7f3f0f148
commit d362968965
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ generate-qrcode.ps1, generates a QR code
hibernate.ps1, enables hibernate mode for the local computer (requires admin rights)
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-automatic-variables.ps1, lists the automatic variables of PowerShell
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

1 Filename Description
24 hibernate.ps1 enables hibernate mode for the local computer (requires admin rights)
25 inspect-exe.ps1 prints basic information of the given executable file
26 list-anagrams.ps1 lists all anagrams of the given word
27 list-automatic-variables.ps1 lists PowerShell automatic variables lists the automatic variables of PowerShell
28 list-current-timezone.ps1 lists the current time zone details
29 list-clipboard.ps1 lists the contents of the clipboard
30 list-environment-variables.ps1 lists all environment variables

View File

@ -32,7 +32,7 @@ The following PowerShell scripts can be found in the [Scripts/](Scripts/) subfol
* [hibernate.ps1](Scripts/hibernate.ps1) - enables hibernate mode for the local computer (requires admin rights)
* [inspect-exe.ps1](Scripts/inspect-exe.ps1) - prints basic information of the given executable file
* [list-anagrams.ps1](Scripts/list-anagrams.ps1) - lists all anagrams of the given word
* [list-automatic-variables.ps1](Scripts/list-automatic-variables.ps1) - lists PowerShell automatic variables
* [list-automatic-variables.ps1](Scripts/list-automatic-variables.ps1) - lists the automatic variables of PowerShell
* [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

View File

@ -1,7 +1,7 @@
#!/snap/bin/powershell
<#
.SYNTAX ./list-automatic-variables.ps1
.DESCRIPTION lists PowerShell automatic variables
.DESCRIPTION lists the automatic variables of PowerShell
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0
#>