Discovery for System Center Orchestrator Web Site (IIS7)

Microsoft.SystemCenter.2012.Orchestrator.WebSite.Discovery (Discovery)

This discovery identifies instances of System Center Orchestrator Web Site on IIS7.

Knowledge Base article:

Summary

This discovery identifies instances of System Center Orchestrator Web Site on IIS7.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebSite
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Microsoft.SystemCenter.2012.Orchestrator.WebSite.Discovery.DataSource Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.2012.Orchestrator.WebSite.Discovery" Enabled="true" Target="IIS7!Microsoft.Windows.InternetInformationServices.2008.WebSite" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.2012.Orchestrator.WebSite"/>
<DiscoveryClass TypeID="Microsoft.SystemCenter.2012.Orchestrator.Role.WebComponents"/>
<DiscoveryRelationship TypeID="Microsoft.SystemCenter.2012.Orchestrator.WebComponentsContainsWebSite.Relationship"/>
</DiscoveryTypes>
<DataSource ID="DS1" TypeID="Microsoft.SystemCenter.2012.Orchestrator.WebSite.Discovery.DataSource">
<Interval>43200</Interval>
<PrincipalName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<SiteID>$Target/Property[Type="IIS!Microsoft.Windows.InternetInformationServices.WebSite"]/SiteID$</SiteID>
<SiteName>$Target/Property[Type="IIS!Microsoft.Windows.InternetInformationServices.WebSite"]/PerfCounterInstance$</SiteName>
<Path>$Target/Property[Type="IIS!Microsoft.Windows.InternetInformationServices.WebSite"]/Path$</Path>
</DataSource>
</Discovery>