VeeamHub / powershell

Various Veeam products related PowerShell scripts
MIT License
281 stars 118 forks source link

VB365-ExportMailboxToPST fails at message total+1 #209

Closed peoyli closed 10 months ago

peoyli commented 10 months ago

@chris_arceneaux

Is this the expected behavior ?

Export-UserMailbox.ps1

Export Exchange Items Session Processing 101 out of 21174 items... ...

Then at the end: ... Exporting mailbox: (Not Realname - not.realname@notrealdomain.com) to s:\restore\notreal.pst
C:\Scripts\Export-UserMailbox.ps1 : Error encountered. Stopping restore session. The value 21175 must be in the range from 0 to 21174. Parameter name: value At line:1 char:1

== Should I trust the created .pst even if it fails at the end ?

carceneaux commented 10 months ago

As the export failed, the PST file will not include all items that were meant to be exported.

To troubleshoot, I recommend exporting the mailbox using Veeam Explorers. If the problem still persists, I recommend opening a case with Veeam support.