Logging Types Discovery

Microsoft.Forefront.TMG.Logging.ServerComponent.Discovery (Discovery)

Discovers all instances of Forefront TMG Server Logging Types (Text-File, SQL Server Express Local Database, SQL Database) and defines their properties

Element properties:

TargetMicrosoft.Forefront.TMG.Server
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Forefront.TMG.ServerComponents.Discovery.DS Default

Source Code:

<Discovery ID="Microsoft.Forefront.TMG.Logging.ServerComponent.Discovery" Enabled="true" Target="Microsoft.Forefront.TMG.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Forefront.TMG.Logging.TextFile">
<Property TypeID="Microsoft.Forefront.TMG.Logging" PropertyID="LogName"/>
<Property TypeID="Microsoft.Forefront.TMG.Logging" PropertyID="Type"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Forefront.TMG.Logging.SQLServerExpressDatabase">
<Property TypeID="Microsoft.Forefront.TMG.Logging" PropertyID="LogName"/>
<Property TypeID="Microsoft.Forefront.TMG.Logging" PropertyID="Type"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.Forefront.TMG.Logging.SQLDatabase">
<Property TypeID="Microsoft.Forefront.TMG.Logging" PropertyID="LogName"/>
<Property TypeID="Microsoft.Forefront.TMG.Logging" PropertyID="Type"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Forefront.TMG.ServerComponents.Discovery.DS">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<ComputerId>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerId>
<ServerComponentToDiscover>2</ServerComponentToDiscover>
<ScriptName>LoggingComponentDiscovery.vbs</ScriptName>
<RunMode>TraceOff</RunMode>
<TimeoutSeconds>300</TimeoutSeconds>
<ComponentShortName>Logging</ComponentShortName>
</DataSource>
</Discovery>