Posts tagged ‘Subnet Math’

Sorting an array of IP addresses is one of those things that’s not quite as clean and simple as would be nice.
Continue reading ‘Sorting by IP address’ »

I’ve been extended and upgrading my library of network functions for some time now, I thought I’d post the functions that work directly with my original collection.
Continue reading ‘More IPv4 subnet maths with PowerShell’ »

It’s been a while since I’ve posted, and since it’s almost Christmas I thought I’d better get on with it.

Without further ado I want to post NetShell (I’m not very good at coming up with imaginative names). NetShell is a collection of 17 functions and a few supporting functions in a script module.

Download NetShell
Continue reading ‘NetShell’ »

Written to complement the VbScript version of this post. This collection of functions handles subnet maths in PowerShell.
Continue reading ‘IPv4 subnet maths with PowerShell’ »

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.
Continue reading ‘IPv4 subnet math with VbScript’ »