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’ »
Posts tagged ‘subnet’
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’ »
The VbScript below demonstrates how subnet information might be retrieved from Active Directory. It is possible to use a search using to return this information (for objectClass=subnet). This method connects to the subnets container and loops through the contents returning the network address and mask length in a Dictionary object.
Continue reading ‘VbScript: GetADSubnets’ »