Forum Discussion
Ketzpatel
Aug 20, 2022Copper Contributor
Archive mailbox are not provisioned
Looks like there appear to be an issue or Microsoft changed the process of how the archive mailboxes provisioned. we have been noticing this few months that even after running enable-mailbox command ...
oliwer_sundgren
Aug 21, 2022Steel Contributor
Hey there!
Do you use the Switch -Archive in your script? I use this and have not had any issues.
Do you run a hybrid setup, Exchange Server only or Exchange Online only?
See example below
Enable-Mailbox -Identity "email address removed for privacy reasons" -Archive
Do you use the Switch -Archive in your script? I use this and have not had any issues.
Do you run a hybrid setup, Exchange Server only or Exchange Online only?
See example below
Enable-Mailbox -Identity "email address removed for privacy reasons" -Archive
Ketzpatel
Aug 21, 2022Copper Contributor
I am using the same PS command in my script but seems like that has on effect on user mailboxes. We found out about 100 or more mailboxes and re-ran this command against all these mailboxes and still their archives state set to none. We donβt have hybrid exchange and all our mailboxes are on EXO.
- oliwer_sundgrenAug 23, 2022Steel ContributorStrange...
Do you get any errors, or any feedback at all after running the command?
The automated process, the account that runs that, does it still have the correct admin permissions? It needs to have the Mail Recipients role in order to provision archive mailboxes.
That may be grasping at straws but maybe could help π Otherwise I'd recommend opening a support ticket with Microsoft, because I have ran this command successfully just the other day so it still works.
Let me know how it goes!
Kind Regards
Oliwer- KetzpatelAug 23, 2022Copper ContributorThanks Oliwer.
automated script check the default MRM and apply our custom retention including enabling archive for new hires. I will start running the command manually to see if archive gets provisioned as before. the automated script has been running since last few years and never had any issues before. not sure if something changed on Microsoft side.- oliwer_sundgrenAug 25, 2022Steel ContributorNo worries! Let me know how it goes π
Hopefully the command works manually, maybe the script needs a refresher π
Cheers!