ISA Server 2006 Configuration Storage Server Discovery

Microsoft.ISAServer.2006.CSS.ServerRole.Discovery (Discovery)

Discovers the instances of Configuration Storage Server and defines its properties.

Knowledge Base article:

Summary

Discovers the instances of Configuration Storage Server and defines its properties.

Configuration

To use this module, you need to configure the following parameters:

Element properties:

TargetMicrosoft.ISAServer.2006.ServerRole
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.ISAServer.2006.ServerRoles.Discovery.DS Default

Source Code:

<Discovery ID="Microsoft.ISAServer.2006.CSS.ServerRole.Discovery" Enabled="true" Target="Microsoft.ISAServer.2006.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.ISAServer.2006.CSS.ServerRole">
<Property PropertyID="EnterpriseHostedName"/>
<Property PropertyID="EnterpriseHostedPersistentName"/>
<Property TypeID="Microsoft.ISAServer.2006.ServerRole" PropertyID="RoleDisplayName"/>
<Property TypeID="Microsoft.ISAServer.2006.ServerRole" PropertyID="IsRoleAssigned"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.ISAServer.2006.ServerRoles.Discovery.DS">
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime/>
<ComputerId>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerId>
<ServerRoleToDiscover>1</ServerRoleToDiscover>
<ScriptName>CSSServerRoleDisc.vbs</ScriptName>
<RunMode>TraceOff</RunMode>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>