This function is part of my AADSites module, which can be downloaded here. For more info on the module see here.
This function returns all attributes of an AD subnet.
This function returns all attributes of an AD subnet.
NAME
Get-AADsubnet
SYNOPSIS
Returns the AD subnet object that matches the name supplied
SYNTAX
Get-AADsubnet [-Identity][ ]
DESCRIPTION
Returns the AD subnet object, if one exists, that matches the name given
Returns $null if nothing found
PARAMETERS
-Identity
Mandatory - The name of the object you want to return.
Position 0.
-------------------------- EXAMPLE 1 --------------------------
Simple usage
get-AADSubnet -identity 10.0.1.0/24
Comments
Post a Comment