VBR v11 🔥 - Cloud ☁️ Connect Improvements

  • 12 January 2021
  • 1 comment
  • 118 views

Userlevel 7
Badge +6
  • On the path to Greatness
  • 151 comments

 

: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$extent[0] -TargetExtent$extent[1] -Tenant $tenant

 


1 comment

Userlevel 6
Badge +1

Thanks for the share

Comment