My command below runs fine....
Get-Cluster BoateyMcBoateyFace | Get-Datastore
It get's me a list of all the datastores in that cluster "BoateyMcBoateyFace".
What I need is to format the output it gives me in a tab separated value on the screen. Not to a text file.
A little unorthadoxed from the norm but that's just me. (◔/‿\◔)
Also, if possible get it without the label headers. This will make it easier for me to parse through the output in Visual Studio.
Thanks in advanced.