As introduced above,these are ALL the commandlets of powershell functions used to manage RBAC permissions components in Exchange Server 2010 SP1:
Manage Roles |
Get-ManagementRole |
New-ManagementRole |
Remove-ManagementRole |
Manage Role Assignments |
Get-ManagementRoleAssignment |
New-ManagementRoleAssignment |
Remove-ManagementRoleAssignment |
Set-ManagementRoleAssignment |
Manage Role Entries |
Add-ManagementRoleEntry |
Get-ManagementRoleEntry |
Remove-ManagementRoleEntry |
Set-ManagementRoleEntry |
Manage Scopes |
Get-ManagementScope |
New-ManagementScope |
Remove-ManagementScope |
Set-ManagementScope |
Manage Role Assignment Policies |
Get-RoleAssignmentPolicy |
New-RoleAssignmentPolicy |
Remove-RoleAssignmentPolicy |
Set-RoleAssignmentPolicy |
Manage Role Groups |
Get-RoleGroup |
New-RoleGroup |
Remove-RoleGroup |
Set-RoleGroup |
Manage Role group members |
Add-RoleGroupMember |
Get-RoleGroupMember |
Remove-RoleGroupMember |
Update-RoleGroupMember |
ADVICE : Use this table along with the PowerShell “Get-Help” cmdlet, and along with the above schemas to have a clear view of what you are doing and what you want to do to secure your Exchange Server 2010 infrastructure!