IPAX

What is IPAX?

This is a tiny module exporting functions for performing basic IP subnetting math and, optionally, geolocation lookup. It is published on the Gallery underĀ https://www.powershellgallery.com/packages/IPAX .

While I am aware of the work the fine folks at Indented and elsewhere, none of their work has been used in developing this module. I’ve had these function lying around for over a decade and finally grew tired of copying them manually into each script that needed them.

What’s in the module?

At this time (2020-11-22) there are two public functions:

Resolve-IPv4Address

Test-IPv4SameSubnet

Change Log

0.5.1 [2020-11-22]

Updated tags in the module manifest.

Added Test-IPv4SameSubnet.

0.5.0 [2020-11-22]

Initial version.