Skip to main content

 

:diamonds: Evacuate Tenant With PowerShell

 

• cmdlet enables granular evacuation of: 

    tenant

    tenant’s quota

    tenant’s job

 

• Code example:

:diamonds: 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

 

Thanks for the share


Comment