
Â
Evacuate Tenant With PowerShell
Â
⢠cmdlet enables granular evacuation of:Â
  tenant
  tenantâs quota
  tenantâs job
Â
⢠Code example:
Start-VBRCloudTenantBackupEvacuation
Â
$repo = Get-VBRBackupRepository-Name âSOBR-01â -ScaleOut$tenant = Get-VBRCloudTenant-Repository $repo$extent = Get-VBRRepositoryExtent-Repository $repoStart-VBRCloudTenantBackupEvacuation-SourceExtent$extent[0] -TargetExtent$extent[1] -Tenant $tenant


Â