Jump to content

Recommended Posts

Posted

I'm trying to create some user collections based on AD group membership, and am using the WQL query:

 

select SMS_R_USERGROUP.ResourceID,SMS_R_USERGROUP.ResourceType,SMS_R_USERGROUP.Name,SMS_R_USERGROUP.UniqueUsergroupName,SMS_R_USERGROUP.WindowsNTDomain from SMS_R_UserGroup where SMS_R_UserGroup.UsergroupName = "Staff"

 

But it doesn't seem to work. Thoughts?

Posted
And it appears that script doesn't work. It sticks the group inside its own user collection, and that's it. The bit for adding the users doesn't seem to stick.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...