AD Groups created with CRM 2011 installation
With CRM installation below Active Directory (AD) Groups get created in the Organization Unit (OU) you chosen.
Below is the description of 4 AD Groups
AD Name |
Description |
SQLAccessGroup | The members of this group get access to CRM filtered views |
PrivUserGroup | CRM user group for special administrative functions; Including CRMAppPool identity (domain user or NetworkService). The users who configure CRM must be added to this group. |
PrivReportingGroup | This group create during CRM Server Setup and configured during CRM Reporting Extensions Setup. |
ReportingGroup | All CRM users are included in this group.This group is updated automatically as users are added and removed from CRM. By default, all CRM Reporting Services reports grant Browse permission to this group. |
These groups specific to the Organization. So a new set of groups get created when you create a new Organization.
If you have multiple Organizations each group will be suffixed by Organization GUID.
Categories: CRM 2011
Tags: AD Groups, CRM 2011, PrivReportingGroup, PrivUserGroup
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Stats
- 1,243,374 hits
Translate
Categories
Top Posts
- Power Apps component framework (PCF) - Beginner guide
- Useful JScript syntax's – ADX/Dynamics 365 Portals
- [Step by Step] Using TypeScript in Dynamics 365 9.x
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table
- PowerApps - Step By Step - Build a simple Calculator App
- Set “Created On”,” Created By”, “Modified On”, “Modified By” fields using SDK/Data Import/Plug-in – Dynamics 365
- Dynamics Portals - How to get the configured Portal’s URL
- [Step by Step] Restore a Database from Azure Blob to Azure SQL Server
- C# - Bulk Update Records - Pass Data Table to SQL Stored Procedure
- Post XML over HTTP and capture the response – C#