AddMailBoxPermission on Powershell ISE v5.1

59 Views Asked by At

I am using powershell version 5.1 and trying to use Add-MailboxPermission, whenever I run that command I get the following error:

Add-MailboxPermission : The term 'Add-MailboxPermission' 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

  • Add-MailboxPermission -Identity cbryant -User abedi -AccessRights Ful ...
  •   + CategoryInfo          : ObjectNotFound: (Add-MailboxPermission:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

I looked up my exchange permissions, I have all the Admin Access, Tried removing the permission and adding it back again. Made sure the ExchangeOnlineManagement Module was installed Imported the module using the Import command as well My manager is able to run the command the successfully we tried to check the permissions they are all identical and I made sure the powershell ISE was run as an admin.

Thank You.

0

There are 0 best solutions below