Hey,
SO I'm having a bit of trouble converting data to a format I can use.
Im running the following command: Get-VMProcessor -ComputerName $hostname -VMName $vm.name | Select-Object Reserve
This returns the following: @{Reserve=20}
How can i get this to return the integer 20 instead?
Thanks,
Ernst.