Hello all,
I’m trying to manage my public folder permissions with the Exchange Management Shell from my machine. I’m able to manage mailbox permissions but not public folders. However, when I log on to the server I can manage the public folder permissions just fine.
As an example this is the error I get when I try to run the Add-PublicFolderClientPermmission CMDLET on my local machine but can run it just fine on the Exchange Server
Add-PublicFolderClientPermission : The term 'Add-PublicFolderClientPermission' 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-PublicFolderClientPermission -Identity "\Folder Name\" -AccessRights Edi ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Add-PublicFolderClientPermission:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Any help would be appreciated.