How to find out, what are the minimum permissions to run Get-ApplianceBackupJob?
It works for us ONLY for account which is part of the vSphere "Administrators" default group.
There are no predefined groups in vCenters related to these new CmdLets which are able to manage VCSA appliance by login to vSphere domain, without the need to access the VCSA:5480.
And VMware documentation related to permissions vs these kind of special cmdlets is so poor, that one is on his own to do some reverse engineering. The CmdLet has no Verbose parameter.
For account NOT in the local vSphere "Administrators" group, all you get as an error is:
Get-ApplianceBackupJob : 11/25/2022 8:45:00 AM Get-ApplianceBackupJob One or more errors occurred.
At line:1 char:1
+ Get-ApplianceBackupJob
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-ApplianceBackupJob], VimException
+ FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomation.ViCore.Cmdlets.Commands.Appliance.Back
up.GetApplianceBackupJob