Â
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$extenti0] -TargetExtent$extent01] -Tenant $tenant
Â