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 the attributes of an AD Sitelink.
This function returns all the attributes of an AD Sitelink.
NAME
Get-AADsitelink
SYNOPSIS
Returns the AD sitelink object that matches the name supplied
SYNTAX
Get-AADsitelink [-Identity][ ]
DESCRIPTION
Returns the AD site 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-AADSitelink -identity Sitename
Comments
Post a Comment