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:
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.
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*"}Statistics: Posted by david.domask — Jul 07, 2025 1:44 pm







