Yes....but it doesn't work...
I just tested it and I still get the same error message :
![Image]()
This is the tutorial from support :
If you would like to delete the user data, please open an elevated Veeam Backup for Microsoft 365 PowerShell and run the below command
$repository = Get-VBORepository -Name "NAME OF THE REPOSITORY"
$user = Get-VBOEntityData -Type User -Repository $repository -Name "NAME OF THE USER"
Remove-VBOEntityData -Repository $repository -User $user -Mailbox -ArchiveMailbox -OneDrive -Sites
I don't know when the user's OneDrive was last backed up, so it's difficult to know when the immutability will expire.
I just tested it and I still get the same error message :

This is the tutorial from support :
If you would like to delete the user data, please open an elevated Veeam Backup for Microsoft 365 PowerShell and run the below command
$repository = Get-VBORepository -Name "NAME OF THE REPOSITORY"
$user = Get-VBOEntityData -Type User -Repository $repository -Name "NAME OF THE USER"
Remove-VBOEntityData -Repository $repository -User $user -Mailbox -ArchiveMailbox -OneDrive -Sites
I don't know when the user's OneDrive was last backed up, so it's difficult to know when the immutability will expire.
Statistics: Posted by jfrobs — Sep 11, 2025 7:00 am




