Added list-current-timezone.ps1

This commit is contained in:
Markus Fleschutz
2021-01-12 14:48:59 +01:00
parent 92634a3cf9
commit c28dec1f91
4 changed files with 20 additions and 3 deletions

View File

@ -23,6 +23,7 @@ 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-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
@ -40,7 +41,7 @@ list-processes.ps1, lists the local computer processes
list-random-passwords.ps1, prints a list of random passwords
list-random-pins.ps1, prints a list of random PIN's
list-scripts.ps1, lists the PowerShell scripts in this repository
list-timezones.ps1, lists all timezones available
list-timezones.ps1, lists all time zones available
locate-city.ps1, prints the geographic location of the given city
locate-ipaddress.ps1, prints the geographic location of the given IP address
locate-zip-code.ps1, prints the geographic location of the given zip-code

1 Filename Description
23 list-anagrams.ps1 lists all anagrams of the given word
24 list-automatic-variables.ps1 lists PowerShell automatic variables
25 list-empty-dirs.ps1 lists empty subfolders in a directory tree
26 list-current-timezone.ps1 lists the current time zone details
27 list-files.ps1 lists all files in the given folder and also in every subfolder
28 list-formatted.ps1 lists the current working directory formatted in columns
29 list-fritzbox-calls.ps1 lists the FRITZ!Box calls
41 list-random-passwords.ps1 prints a list of random passwords
42 list-random-pins.ps1 prints a list of random PIN's
43 list-scripts.ps1 lists the PowerShell scripts in this repository
44 list-timezones.ps1 lists all timezones available lists all time zones available
45 locate-city.ps1 prints the geographic location of the given city
46 locate-ipaddress.ps1 prints the geographic location of the given IP address
47 locate-zip-code.ps1 prints the geographic location of the given zip-code