Condition Detection to filter out computers based on license count

Microsoft.SystemCenter.Essentials.LicenseCountCheckConditionDetection (ConditionDetectionModuleType)

This module makes sure that the computer discovery rule does not push agents to more than maximum licensing limit

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>