ISA Server Array Discovery

Microsoft.ISAServer.2006.Array.Discovery (Discovery)

Discovers ISA Server 2006 Array class instances and defines their properties

Knowledge Base article:

Summary

Discovers ISA Server 2006 Array class instances and defines their properties.

Configuration

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

Element properties:

TargetMicrosoft.ISAServer.2006.Enterprise
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • Microsoft.ISAServer.2006.Array
    • PersistentName
    • DateCreated
    • Description
    • Type
    • DNSName
    • AppliedEnterprisePolicy
    • FirewallPolicyRuleTypeDeny
    • FirewallPolicyRuleTypeAllow
    • FirewallPolicyRuleTypePublishing
    • IntraArrayCredentials
    • CSSServer1
    • CSSServer2
    • CSSUpdateInterval
    • CSSFallbackDelay
    • CSSPrimaryStabilizationDelay
    • CSSPrimaryTestingDelay
    • CSSAuthenticationType
    • CSSAccessType
    • CSSAlternateSecurelyPublishedServer
    • RuleElementRemoteManagementComputers
    • EnterpriseName
    • EnterprisePersistentName
    • DisplayName

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.ISAServer.2006.Array.Discovery" Enabled="true" Target="Microsoft.ISAServer.2006.Enterprise" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.ISAServer.2006.Array">
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="PersistentName"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="DateCreated"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="Description"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="Type"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="DNSName"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="AppliedEnterprisePolicy"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="FirewallPolicyRuleTypeDeny"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="FirewallPolicyRuleTypeAllow"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="FirewallPolicyRuleTypePublishing"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="IntraArrayCredentials"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSServer1"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSServer2"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSUpdateInterval"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSFallbackDelay"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSPrimaryStabilizationDelay"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSPrimaryTestingDelay"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSAuthenticationType"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSAccessType"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="CSSAlternateSecurelyPublishedServer"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="RuleElementRemoteManagementComputers"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="EnterpriseName"/>
<Property TypeID="Microsoft.ISAServer.2006.Array" PropertyID="EnterprisePersistentName"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.ISAServer.2006.ServiceComponent.Discovery.DS">
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime/>
<ComputerId>.</ComputerId>
<ServiceComponentToDiscover>2</ServiceComponentToDiscover>
<ScriptName>IsaArrayDisc.vbs</ScriptName>
<RunMode>TraceOff</RunMode>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>