Microsoft Windows サーバーのライセンス検出

Microsoft.Windows.Server.2012.R2.StandardLicense.Discovery (Discovery)

この検出ルールは、"System Center Operations Manager 標準ライセンス" という名前のクラスを検出して設定します。

Knowledge Base article:

概要

この検出ルールは、"System Center Operations Manager 標準ライセンス" という名前のクラスを検出して設定します。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.Computer
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.SetStandardLicense Default

Source Code:

<Discovery ID="Microsoft.Windows.Server.2012.R2.StandardLicense.Discovery" Target="Microsoft.Windows.Server.2012.R2.Computer">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SC!Microsoft.SystemCenter.License.Standard">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SC!Microsoft.SystemCenter.SetStandardLicense">
<ComputerID>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
</DataSource>
</Discovery>