I am trying to extract backup information status and am using the following commands
Get-AzureRmRecoveryServicesBackupContainer -ContainerType Windows -BackupManagementType MARS -VaultId $rmVault.ID
Get-AzureRmRecoveryServicesBackupItem -VaultId $rmVault.ID -Container $rmContainers[0] -
WorkloadType ...
I am using MARS. Need to know what parameter should be passed for WorkloadType.
Have tried AzureVM but it is giving an error cannot bind the parameter WorkloadType
Any help suggestion would be appreciated