Hey,
The question was raised before a few times, but I still haven't found the answer.
Where can I find the meaning of each property? And the values?
For example, when I run
PS C:\> Get-SCVirtualMachine | Where-Object { $_.Name -Eq "VM02" }
I get hundred of parameters. Each parameter might have a few optional values.
e.g
"VirtualMachineState": 0
"ReplicationHealth": 1
"AttestationStatus": 0
etc. etc.
How can I know what each metric means?
This is just an example, but I am looking for explanations about the entire module and its cmdlets.
Thanks!