What is the best way to create a collection to deploy software to users/computers based off of AD Group
Should I populate the collection using the security group name, in which case the collection only has 1 member (ex: contoso\winzip) or should I create the collection so it returns the members of the group so it shows the actual objects (ex: 15 users/computers)? I thought I remember something that the collection needs to have the actual computer/user names returned and not just the 1 group name returned or users/computers would need to logoff/logon for their token to refresh before they receive the policy. Does anyone have the query they use? My goal is to create a collection based off AD group (ex: contoso\winzip) and have the least amount of wait/interaction from the user. Thanks

