#Assign the role to the required user account New-ManagementRoleAssignment -Role “Mailbox Import Export” -User administrator #Restart the shell #This would search every mailbox for messages containing […]
First you have to give permissions to the account that needs to import/export or nothing will work. Where “MyExportAccount” is the account that needs permissions to […]
#Assign the role to the required user account New-ManagementRoleAssignment -Role “Mailbox Import Export” -User administrator #Restart the shell #This would search every mailbox for messages containing […]
First you have to give permissions to the account that needs to import/export or nothing will work. Where “MyExportAccount” is the account that needs permissions to […]