This is rather frustrating. I have been going back and forth with this for a while. We can't change the passwords for users.
I go in to the EAC, Permissions, Admin Roles, Organization Management, then try to add in the role for Reset Passwords. Go to save and I get the following.
You don't have access to create, change, or remove the "Reset Password-Organization Management" management
role assignment. You must be assigned a delegating role assignment to the management role or its parent in the hierarchy without a scope restriction.
That's fine, so I do a bunch of research and everyone says the same things. Almost everyone cheers that this did the trick.
- Launch Exchange Management shell.
- Type Add-pssnapin microsoft* and hit enter.
- Type Install-CannedRbacRoles and hit enter.
- Type Install-CannedRbacRoleAssignments and hit enter.
Almost everyone cheers that this did the trick. Unfortunately as soon as I enter the Install-CannedRbacRoles in to the Exchange Shell I get the following.
Install-CannedRbacRole : The term 'Install-CannedRbacRole' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Install-CannedRbacRole
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Install-CannedRbacRole:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
There are a whopping 2 Google entries I found searching "The term 'Install-CannedRbacRole' is not recognized as the name of a cmdlet" No one has answered the question of where to go if the Install-CannedRbacRole is unable to be used. Everything
is being entered in to the Exchange Shell from Admin accounts ran as Administrator. Any ideas what is going on here?