You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$repos=Get-VBOObjectStorageRepositoryforeach ($repoin$repos) {
if ($repo.EnableImmutability-eq$true) {
write-host"Repository with name"$repo.name"is immutable"-ForegroundColor Green
}
else
{
write-host"Repository with name"$repo.name"is not immutable"-ForegroundColor Yellow
}
}
Veeam Backup for Microsoft 365 version
7
Description
Health Check - Validate if object lock is implemented on the Backup copy object storage repository
https://github.com/VeeamCommunity/veeamcommunity-2023-Team-4/blob/main/VB365-bpg/ObjectLockEnabled.ps1
Additional Context
No response
Before submitting
The text was updated successfully, but these errors were encountered: