Quantcast
Channel: R&D Forums
Viewing all articles
Browse latest Browse all 9951

PowerShell • Re: Get Nutanix Backup Jobs from powershell

$
0
0
Hi Caspar,

I've moved your post to an existing topic on the subject. Please see my previous answer as the only supported means of managing Nutanix jobs via automation is with the Appliance REST API.

If it's essential to use powershell, the following unsupported workaround can be used:

Code:

Get-VBRLicenseAutoUpdateStatus | Out-Null #Needed to allow .NET Reflection below[Veeam.Backup.Core.CBackupJob]::GetAll() | Where-Object {$_.TypeToString -like "*Nutanix*"}
It is very important that you use this for reporting only; the second line is .NET reflection and will not receive support for any issues should you encounter them.

Statistics: Posted by david.domask — Jul 07, 2025 1:44 pm



Viewing all articles
Browse latest Browse all 9951

Latest Images

Trending Articles



Latest Images