Определение условий для фильтрации компьютеров на основе количества лицензий

Microsoft.SystemCenter.Essentials.LicenseCountCheckConditionDetection (ConditionDetectionModuleType)

Этот модуль обеспечивает соблюдение максимального количества лицензий в ходе принудительной установки агентов при использовании правила обнаружения компьютеров.

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Source Code:

<ConditionDetectionModuleType ID="Microsoft.SystemCenter.Essentials.LicenseCountCheckConditionDetection" Accessibility="Internal" Stateful="false" PassThrough="false" Batching="true">
<Configuration/>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.SystemCenter.Essentials.Modules, Culture="", PublicKeyToken="31bf3856ad364e35", Version="6.0.1250.0"</Assembly>
<Type>Microsoft.SystemCenter.Essentials.Modules.ComputerDiscoveryLicenseLimitConditionDetection</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputTypes>
<InputType>System!System.PropertyBagData</InputType>
</InputTypes>
</ConditionDetectionModuleType>