PS sss:\> $match.ApplicabilityCondition
<ApplicabilityRule ExpressionLanguage="Custom" Handler="{2DB70103-3DFB-4806-85B0-B27B561284BB}"><UpdateId>3a50171e-f09b-46fd-991c-ffa0c1fabcc6</UpdateId><CISource><Id>{7ABE2526-ED91-47AE-A989-275B4B2924FE}</Id><Version>188</Version></CISource><ProductId>704a0a4a-518f-4d69-9e03-10ba44198bd5</ProductId></ApplicabilityRule>
ApplicabilityCondition
is an XML-like object that is returned as part of Get-CMSoftwareUpdate
(an SCCM related command). The ExpressionLanguage="Custom"
doesn't mean anything to me. Is there a simple way that I can reference the sub properties displayed? Ultimately I'm trying to get the UpdateID
.