Microsoft.Windows.Server.AD.SiteActive Directory Site

Microsoft.Windows.Server.AD.Site (ClassType)

Instances of this class represent AD Sites

Element properties:

Base ClassMicrosoft.Windows.Server.AD.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc92ee0ce-bd30-8b68-cf55-901606fbc53d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.AD.Site:
Name  string  Name true 256  False 
ISTGEnabled  string  Inter-SiteTopology Generator Enabled false 255  False 
Subnets  string  Subnets false 255  False 
ISTGRoleHolder  string  Inter-SiteTopology Generator Role Holder false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Site" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ISTGEnabled" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Subnets" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ISTGRoleHolder" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>