Skip to main content

I need to disable/enable Proxmox VE Backup Jobs with Powershell.

  • Get-VBRJob: shows only jobs for Hyper-V VMs and linux Computers
  • Get-VBRComputerJob: shows only jobs for linux Computers

I need Powershell Scripts to manage jobs for Proxmox VMs

 

Thx,

    Harry

Hi Harry -

Yeah...not seeing anything definitive in the Veeam PoSH Reference:

https://helpcenter.veeam.com/docs/backup/powershell/getting_started.html?ver=120

or in the P-VE Guide:

https://helpcenter.veeam.com/docs/vbproxmoxve/userguide/overview.html?ver=1

I think your best bet is to contact Support to see if there are any, or maybe even better...go to the Forums and ask the PMs if 1. there are any and if not, 2. when their PoSH cmdlets will support P-VE.

Best.


Hi @foolonthehill 

Welcome to the Community Forums!

As @coolsport00 has mentioned, there isn’t a PowerShell module for managing ProxMox at the moment, unfortunately. 


Update:

Enable-VBRJob and Disable-VBRJob works with Proxmox Jobs too.

That’s what i need to switch Backup Destinations weekly. 

 


Comment