Forum Discussion

MiSum83's avatar
MiSum83
Brass Contributor
Aug 14, 2023
Solved

"Mailbox Import Export" role issue

Hello,   I'll be doing emails migration soon and would need to import PST files. Would like to use the Import tool available in MS Purview.... However, to be able to use Import feature, I need to a...
  • VasilMichev's avatar
    Aug 15, 2023
    Try adding the role via PowerShell:

    New-ManagementRoleAssignment -Role "Mailbox Import Export" -SecurityGroup "Organization Management"

    Or, you can directly assign it to the user(s) in question:

    New-ManagementRoleAssignment -Role "Mailbox Import Export" -user admin1

Resources