Microsoft ISA Server 2006 Firewall Server Role Discovery

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

Discovers instances of Microsoft ISA Server 2006 Firewall Server Role and defines its properties.

Knowledge Base article:

Summary

Discovers instances of Microsoft ISA Server 2006 Firewall Server Role 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:
  • Microsoft.ISAServer.2006.Firewall.ServerRole
    • Version
    • Type
    • Description
    • DateCreated
    • InstallationDirectory
    • HostID
    • IntraArrayIP
    • RemoteCommunication
    • RuleElementRemoteManagementComputers
    • ArrayMembershipName
    • ArrayMembershipPersistentName
    • DisplayName

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.ISAServer.2006.Firewall.ServerRole.Discovery" Enabled="true" Target="Microsoft.ISAServer.2006.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole">
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="Version"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="Type"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="Description"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="DateCreated"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="InstallationDirectory"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="HostID"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="IntraArrayIP"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="RemoteCommunication"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="RuleElementRemoteManagementComputers"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="ArrayMembershipName"/>
<Property TypeID="Microsoft.ISAServer.2006.Firewall.ServerRole" PropertyID="ArrayMembershipPersistentName"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="Microsoft.ISAServer.2006.Module" TypeID="Microsoft.ISAServer.2006.ServerRoles.Discovery.DS">
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime/>
<ComputerId>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerId>
<ServerRoleToDiscover>2</ServerRoleToDiscover>
<ScriptName>FirewallServerRoleDisc.vbs</ScriptName>
<RunMode>TraceOff</RunMode>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>