Add list-workdir.ps1

This commit is contained in:
Markus Fleschutz
2021-04-18 10:34:46 +02:00
parent f78a9390cb
commit fbec2c8587
10 changed files with 28 additions and 2 deletions

View File

@ -103,6 +103,7 @@ list-tasks.ps1, lists all Windows scheduler tasks
list-timezone.ps1, lists the current time zone details
list-timezones.ps1, lists all time zones available
list-user-groups.ps1, lists the user groups on the local computer
list-workdir.ps1, lists the current working directory
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 Script Description
103 list-timezone.ps1 lists the current time zone details
104 list-timezones.ps1 lists all time zones available
105 list-user-groups.ps1 lists the user groups on the local computer
106 list-workdir.ps1 lists the current working directory
107 locate-city.ps1 prints the geographic location of the given city
108 locate-ipaddress.ps1 prints the geographic location of the given IP address
109 locate-zip-code.ps1 prints the geographic location of the given zip-code