Microsoft ISA Server 2006 Logging Types Discovery

Microsoft.ISAServer.2006.Logging.Types.Discovery (Discovery)

Discovers all instances of ISA Server 2006 Logging Types (Text, Advanced, Database) and defines their properties

Knowledge Base article:

Summary

Discovers all instances of ISA Server 2006 Logging Types (Text, Advanced, Database) 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.ApplicationComponent.Discovery.DS Default

Source Code:

<Discovery ID="Microsoft.ISAServer.2006.Logging.Types.Discovery" Enabled="true" Target="Microsoft.ISAServer.2006.Firewall.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.ISAServer.2006.Logging.Text">
<Property TypeID="Microsoft.ISAServer.2006.Logging.Text" PropertyID="ServerName"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Text" PropertyID="LogName"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Text" PropertyID="Type"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Text" PropertyID="State"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.ISAServer.2006.Logging.Advanced">
<Property TypeID="Microsoft.ISAServer.2006.Logging.Advanced" PropertyID="ServerName"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Advanced" PropertyID="LogName"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Advanced" PropertyID="Type"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Advanced" PropertyID="State"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.ISAServer.2006.Logging.Database">
<Property TypeID="Microsoft.ISAServer.2006.Logging.Database" PropertyID="ServerName"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Database" PropertyID="LogName"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Database" PropertyID="Type"/>
<Property TypeID="Microsoft.ISAServer.2006.Logging.Database" PropertyID="State"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.ISAServer.2006.ApplicationComponent.Discovery.DS">
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime/>
<ComputerId>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerId>
<ScriptName>LoggingTypesDiscovery.vbs</ScriptName>
<RunMode>TraceOff</RunMode>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>