Microsoft Windows SharePoint Services 3.0 Application Installation Discovery

Microsoft.Windows.SharePoint.Services.3.0.WSS.Application.Discovery (Discovery)

This Discovery discovers the objects of the Microsoft Windows SharePoint Services Application Installation.

Knowledge Base article:

Summary

This Discovery discovers the objects of the Microsoft Windows SharePoint Services Application Installation.

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider System.PrivilegedMonitoringAccount

Source Code:

<Discovery ID="Microsoft.Windows.SharePoint.Services.3.0.WSS.Application.Discovery" Enabled="true" Target="MSWL!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.SharePoint.Services.3.0.WSS.Application">
<Property PropertyID="Microsoft_Windows_SharePoint_Services_3.0_Server_Role"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="MSWL!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="MSWL!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>Microsoft_Windows_SharePoint_Services_3.0_Server_Role</AttributeName>
<Path>SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\WSS\ServerRole</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>3600</Frequency>
<ClassId>$MPElement[Name="Microsoft.Windows.SharePoint.Services.3.0.WSS.Application"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="MSWL!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="MSWL!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.Windows.SharePoint.Services.3.0.WSS.Application"]/Microsoft_Windows_SharePoint_Services_3.0_Server_Role$</Name>
<Value>$Data/Values/Microsoft_Windows_SharePoint_Services_3.0_Server_Role$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Target/Property[Type="MSWL!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<Or>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Values/Microsoft_Windows_SharePoint_Services_3.0_Server_Role</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>WFE</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Values/Microsoft_Windows_SharePoint_Services_3.0_Server_Role</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>SINGLESERVER</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Values/Microsoft_Windows_SharePoint_Services_3.0_Server_Role</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>APPLICATION</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</DataSource>
</Discovery>