mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 20:50:02 +02:00
Added locate-zip-code.ps1
This commit is contained in:
@ -20,8 +20,9 @@ The following PowerShell scripts can be found in the [Scripts/](Scripts/) subfol
|
||||
* [list-modules.ps1](Scripts/list-modules.ps1) - lists the PowerShell modules
|
||||
* [list-passwords.ps1](Scripts/list-passwords.ps1) - generates and prints a list of new passwords
|
||||
* [list-processes.ps1](Scripts/list-processes.ps1) - lists the local computer processes
|
||||
* [locate-city.ps1](Scripts/locate-city.ps1) - prints the lat/long coordinates of the given city
|
||||
* [locate-ipaddress.ps1](Scripts/locate-ipaddress.ps1) - locates the geographic position of the given IP address
|
||||
* [locate-city.ps1](Scripts/locate-city.ps1) - prints the geographic location of the given city
|
||||
* [locate-ipaddress.ps1](Scripts/locate-ipaddress.ps1) - prints the geographic location of the given IP address
|
||||
* [locate-zipcode.ps1](Scripts/locate-zip-code.ps1) - prints the geographic location of the given zip-code
|
||||
* [MD5.ps1](Scripts/MD5.ps1) - prints the MD5 checksum of the given file
|
||||
* [make-install.ps1](Scripts/make-install.ps1) - installs built executables and libs to the installation directory
|
||||
* [moon.ps1](Scripts/moon.ps1) - prints the current moon phase
|
||||
|
Reference in New Issue
Block a user