Veeam & Powershell: Sync Cloud Repository

This Script will Sync your Cloud repository for Veeam Backup & Replication:


Add-PSSnapin -Name VeeamPSSnapIn -ErrorAction SilentlyContinue
Get-VBRBackupRepository |where-object {$_.Type -eq "cloud"}|Sync-VBRBackupRepository

2018-11-07 15_19_07-F2SVRBKP02.png

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.