How to modify custom RBAC "description"

Raman03 1 Reputation point
2021-11-12T06:00:38.397+00:00

In Exchange Online I created new custom Management Role.

New-ManagementRole -Name cust_ownerdistributiongroups -Parent MYDistributionGroups -Description "This is a custom role enable individual users.."

Everything worked fine. Now I wanted to modify "Description" for this new Custom role "cust_ownerdistributiongroups".

If anyone knows please let me know.

Thanks,
Raman

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,753 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 113.8K Reputation points MVP
    2021-11-12T09:09:26.047+00:00

    There is no Set-/Update- cmdlet for management roles, so you have to remove/recreate it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.