Lichtgewicht Windows Server-detectie

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

Deze regel wordt uitgevoerd tegen elke Windows Server-computer en detecteert Windows Server 2008R2 tot 2016.

Knowledge Base article:

Samenvatting

Deze detectie wordt gebruikt om de installatie van Windows Server 2008R2-2016 te detecteren aan de hand van de functie voor updates en aanbevelingen.

Dit zijn de parameters die kunnen worden overschreven:

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>