I have followed the pinned guide but am still having issues,
I am trying to deploy some fonts out to some remote users and thought it would be a good time to get used to SCCM.
I created a group in AD FormataFonts
I added my exe as a software package and set up the distribution points
I created a collection and changed the membership rules query to
"select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.SystemGroupName = "domain.com//FormataFonts"
I also tried
"select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.SystemGroupName = "domain.com/company/AU/Groups/FormataFonts"
However nothing shows up in the collection.
I have added one computer to the group for now (mine)
Can anyone help with this?