Get-IPGeolocation.psm1
I have published my first Powershell module to PSGallery.
Sometimes in my day to day job I need a quick way of looking up IP information and wanting a quicker method that doesn’t mean I have to open up a web browser and visit a website, I wrote a small Powershell module to allow me to get the information.
The module pulls information on entered IP addresses using the ipapi api, which allows for upto 30000 free calls per month and upto 1000 a day.
Usage
At the moment it is relatively simple module with one function:
|
|
The above command will return all available information available from ipapi.
Without the -AllInfo switch it only returns a minimal information:
|
|
Installation
It can be installed from PSGallery:
|
|