You can use the Get-Member cmdlet to find all of the properties of an object. For example:
Get-VM | Get-Member
Will show all of the properties and methods of a virtual machine object.
You can use the Get-Member cmdlet to find all of the properties of an object. For example:
Get-VM | Get-Member
Will show all of the properties and methods of a virtual machine object.