How to check if a particular Group is a member of which Groups
Issue
User object properties
display Member Of to check which
groups the user belongs to from WebUI. Unlike user properties, there is not a Member Of displayed in the Group
properties from WebUI.
Solution
Use the dsgetprop command to display
the list:
1.
Open a Command Prompt window.
2.
Change into the <dshome>\bin directory.
Where
<dshome> is replaced with the installation directory for DocuShare. The default installation path is C:\Xerox\Docushare. Depending on your installation environment
the path may vary.
3.
Type dsgetprop Group-<handle_number> and press Enter.
Where
<handle_number> is replaced with the Handle number of the group.
Example: dsgetprop Group-2
4. Look for the field Member
Of:
Solution Published: January 12th, 2015
Solution ID: 1611
|