Group Inspector - Configuration
The easiest way to get up and running with Group Inspector is to edit the .config file that is delivered as a part of the download.
Adjust the titlebar of the window by editing the caption attribute of the
<Applications caption="BudgetAccess Groups"> ... </Applications>
Inside the
<Applications ...> <systems> <add name="production" displayName="Budget (Production)"> ... </add> <add name="userTesting" displayName="Budget (User Acceptance Testing)"> ... </add> <add name="systemTesting" displayName="Budget (System Testing)"> ... </add> <add name="development" displayName="Budget (Development)"> ... </add> </systems> </Applications>
nameshould be unique, but is not shown to the user.displayNameis the caption that will be shown to the user for selection.
Within each application system, list the Active Directory groups that are relevant.
<add name="production" ...> <groups> <add name="budget-administrator" displayName="Administrators"/> <add name="budget-reviewer" displayName="Reviewers"/> <add name="budget-user" displayName="Users"/> </groups> </add>
nameis the actual name of the Active Directory security group itself.displayNameis the caption to display for the user - you should usually make this descriptive of the access level the group represents.
If you make an error and specify an Active Directory group that does not exist, the user will see a "friendly" error message. Additional information is available as a tooltip over that message.

Recent comments
4 weeks 15 hours ago
4 weeks 21 hours ago
4 weeks 1 day ago
4 weeks 1 day ago
8 weeks 1 day ago
9 weeks 16 hours ago
9 weeks 4 days ago
9 weeks 4 days ago
11 weeks 5 days ago
12 weeks 3 hours ago