wudevr Posted August 28, 2015 Report post Posted August 28, 2015 I need to create a group of Users that can run all the pre-canned queries , but not modify or delete them. They need to be able to create their own queries and be able to modify and delete their own queries. I need to create other groups with the same rights as stated above and neither group should be able to see one another's queries. I would appreciate someone explaining in detail how to accomplish this. Environment is SCCM 2012 R2 SP1 Thank you! Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted August 28, 2015 Report post Posted August 28, 2015 This is not practical, I'm not even sure it is doable, without a lot of intervention from you. Why not use Reports? Why use Queries (WQL)? What is the Business case for this? Quote Share this post Link to post Share on other sites More sharing options...
willisj318 Posted September 1, 2015 Report post Posted September 1, 2015 I agree with Garth, what is the business need there? What are you trying to accomplish? But ultimately you should be able to do this with a scope and role. Create a scope and role, assign the query permissions as applicable. You would probably want a couple of Roles and scopes, one role for read and one for write, one scope for read and then an individual scope for each group. Give the pre canned queries access to the read scope. Then assign the group to the write scope. That should allow them to create queries and edit them. With this set up, other groups will only be able to read the queries created by the group if the group goes into their created query and assigns the read scope. I would have to mess around with it, but just go in and start trying some things and see if you can get it to work for you. Quote Share this post Link to post Share on other sites More sharing options...