Create-BuildingMappingFromADSites

1.1.1-rc2

The Create-BuildingMappingFromADSites script iterates through all AD Sites and Subnets. All valid IPv4 addresses are exported into a CSV-style format, all other formats like IPv6 as skipped as CQD doesn't support them today.
You can use the optional parameters to specify additional information for the mapping file, including City, Country, Region and all other data f
The Create-BuildingMappingFromADSites script iterates through all AD Sites and Subnets. All valid IPv4 addresses are exported into a CSV-style format, all other formats like IPv6 as skipped as CQD doesn't support them today.
You can use the optional parameters to specify additional information for the mapping file, including City, Country, Region and all other data fields that CQD supports.

The script requires the computer to be domain joined so that it can leverage an AD context to retrieve data. Computers joined to Azure Active Directory aren't supported.

The script also performs check for overlap (aka supernetting) and duplicate subnet information. This check can be run without connection to AD if an input file is specified through -InputFileName parameter.

Show more
This is a prerelease version of Create-BuildingMappingFromADSites.
There is a newer prerelease version of this script available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Create-BuildingMappingFromADSites -RequiredVersion 1.1.1-rc2 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • martrin@microsoft.com

Functions

DottedToBinary Compare-IPSubnets Get-CQDSubnetsFromAD

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
1.1.2-rc2 90 6/11/2018
1.1.2-rc1 70 6/11/2018
1.1.1-rc2 (current version) 63 5/24/2018
1.1.1-rc1 61 5/23/2018
1.1.0-rc1 65 5/21/2018
0.9 259 3/21/2018
Show more