輕量型 Windows Server 探索

LW.Microsoft.Windows.Server.BaseOS.Discovery (Discovery)

此規則會針對每部 Windows Server 電腦執行並探索從 2008 R2 到 2016 的 Windows Server。

Knowledge Base article:

摘要

此探索功能是用來探索 Windows Server 2008 R2 - 2016 的安裝 (依更新與建議功能)。

下列是可以覆寫的參數:

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource LW.Microsoft.Windows.Server.BaseOS.Discovery.DataSource Default

Source Code:

<Discovery ID="LW.Microsoft.Windows.Server.BaseOS.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="LW.Microsoft.BaseOS.2016"/>
<DiscoveryClass TypeID="LW.Microsoft.BaseOS.2012R2"/>
<DiscoveryClass TypeID="LW.Microsoft.BaseOS.2012"/>
<DiscoveryClass TypeID="LW.Microsoft.BaseOS.2008R2"/>
<DiscoveryClass TypeID="LW.Microsoft.Core.OS"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="LW.Microsoft.Windows.Server.BaseOS.Discovery.DataSource">
<IntervalSeconds>86400</IntervalSeconds>
<ComputerPrincipalName>$Target/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</ComputerPrincipalName>
<TimeoutSeconds>360</TimeoutSeconds>
</DataSource>
</Discovery>