Hi All,
I am migrating my 2010 public folders across to 2013 and am at the point of setting up/creating my Public Folder Mailbox. However when doing so in powershell as below I receive an access denied. Insufficient Access Rights.
new-mailbox -publicfolder pfmailbox -isexcludedfromservinghierachy $true -holdformigration
The powershell is
ACtive Directory operation failed. This error is non retrieveable. Additional information : Access is denied
Active directory response : 0000005 Problem 4003 INSUFF_ACCESS_RIGHTS
I have ensure Powershell is run as admin, the user is part of all exchange groups necessary including subsystem.
Anyone have any idea as to why I am getting error?