Automation

 View Only
  • 1.  Datastore reports using powercli

    Posted May 20, 2013 06:10 PM

    Hello All,

    how can we pull the datastore reports using Powercli commands?

    Please suggest

    Thanks

    Arvin



  • 2.  RE: Datastore reports using powercli
    Best Answer

    Posted May 20, 2013 06:15 PM

    Well, basically there is the Get-Datastore cmdlet to do that.

    For example

    Get-Datastore | Select Name,CapacityMB

    But what properties of the datastores do you want to see in your report ?