Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 232869

Re: Help with Datastore Report from Multiple EXi hosts

$
0
0

You could use something along these lines

 

Get-Datastore|
SelectName,CapacityGB,ProvisionedGB,FreeSpaceGB,
  @{N="VMHost";E={Get-VMHost-Datastore$_|Select-ExpandPropertyName}} |
Export-Csv
c:\ds-report.csv-NoTypeInformation-UseCulture

Viewing all articles
Browse latest Browse all 232869

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>