Have a look which custom attributes are defined with
Get-CustomAttribute
You can also look for a VM that is under SRM control what custom attributes are there
Get-VM -Name MyVM | Select -Property Name -ExpandProperty CustomFields
Have a look which custom attributes are defined with
Get-CustomAttribute
You can also look for a VM that is under SRM control what custom attributes are there
Get-VM -Name MyVM | Select -Property Name -ExpandProperty CustomFields