Hi all,
I am new to Powercli.
I want retrieve all the VMs details whose Guest OS is Linux. SO I executed the following command and obtained the nearly correct output. But the output format is different. Can anyone help me?
get-vm | select-object name, Guest, powerstate | select-string 'linux' -simplematch
Output: (which I receive)
But I want the output in following format: