PS2010 - GUID of Sharepoint Security Group.
-
Sunday, July 15, 2012 11:08 AM
Dear Folks,
I need to find the GUID of SharePoint 2010 Security group. How can I get? (I created in PWA site)
Actually, I need to pass group GUID to the method to get all the users of the Group >> ReadProjectSecurityGroupMembers
Thanks
Best Regards
Mohsin Raza
- Edited by Mohsin Raza J82 Sunday, July 15, 2012 11:22 AM
All Replies
-
Monday, July 16, 2012 6:09 AM
Hi Mohsin--
Project Server security groups & SharePoint security groups are maintained in a different way. You can get the project servers ecurity groups information from security Web service or if you edit the group using PWA > Server settings> Manage groups, from URL you can get the group GUID :
for example:
https://Servername/pwa/_layouts/PWA/Admin/AddModifyGroup.aspx?groupUid=52c15c90-0378-4650-ba4f-05aed6b9493aSharePoint security groups has the ID (not GUID) which can be found using the same way:
Hope that helps.
If you found this post helpful, please “Vote as Helpful”. If it answered your question, please “Mark as Answer”. Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82
- Edited by Amit Khare - Project Management Consultant Monday, July 16, 2012 6:11 AM
- Marked As Answer by Mohsin Raza J82 Monday, July 16, 2012 8:22 AM
-
Monday, July 16, 2012 8:22 AMThanks Amit. :)
Mohsin Raza