After I moved several backups from one repository to a new repository, it turns out that this process does not move the retention data.
i used this commend to move the data.
Code: Select all
Move-VBOEntityData -From $sourceRepository -To $destinationRepository -User $user -Mailbox -ArchiveMailbox -OneDrive -Sites -Confirm:$false
All other dates are marked with an X and they cannot be selected.

The retention policy on the new & old repository is snapshot-based with 180 days.

My question is how can move the retention to a new repository?