Microsoft ISA Server 2006 Publishing Enabled Server Role Discovery

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

Discovers instances of Microsoft ISA Server 2006 Publishing Enabled Server Roles and defines their properties.

Knowledge Base article:

Summary

Discovers instances of Microsoft ISA Server 2006 Publishing Enabled Server Roles and defines their properties.

Configuration

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

Element properties:

TargetMicrosoft.ISAServer.2006.Firewall.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.Publishing.ServerRole.Discovery" Enabled="true" Target="Microsoft.ISAServer.2006.Firewall.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.ISAServer.2006.Publishing.ServerRole">
<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>7</ServerRoleToDiscover>
<ScriptName>PublishingServerRoleDiscovery.vbs</ScriptName>
<RunMode>TraceOff</RunMode>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>