In SCCM the below query string can be used to populate a user collection based on AD group.
1 |
select * from SMS_R_User where SMS_R_User.SecurityGroupName = "DOMAIN\\User_Group” |
In SCCM the below query string can be used to populate a user collection based on AD group.
1 |
select * from SMS_R_User where SMS_R_User.SecurityGroupName = "DOMAIN\\User_Group” |