veeam:backupandreplication:powershell
Veeam - Backup & Replication - PowerShell
Code Snippets
Get a list of the current replication jobs that are enabled:
Get-VBRJob | Where-Object {$_.TypeToString -eq "VMware Replica" -and $_.IsScheduleEnabled -eq $True}
Get a list of the current replication jobs that are not enabled:
Get-VBRJob | Where-Object {$_.TypeToString -eq "VMware Replica" -and $_.IsScheduleEnabled -eq $False}
veeam/backupandreplication/powershell.txt · Last modified: 2014/07/11 18:06 by bas