Hey all,
i try to remove systems from collection (direct membership) via vbscript (wmi). with older sccm versions (2007) there was an class SMS_Collection containing an array of CollectionRules that could be deleted with a method DeleteMembershipRule.
That doesnt work any longer, because CollectionRules is always empty. Is there a way to remove direct membership rules from collections?
I know that there are powershell cmdlets, but they need a powershell version, that i unfortunately cant use
Thanks for help!