IPv4 subnet math with PowerShell

Written to complement the VbScript version of this post. This collection of functions handles subnet math in PowerShell.

Download all the functions and examples at once: Net-SubnetMath.ps1
more >>

IPv4 subnet math with VbScript

At times it can be very convenient to be able to work with IP Addresses and subnetting in VbScript. This collection of functions handles subnet math in VbScript.

A PowerShell version of these functions can be found here.
more >>