Virtual Kim

@Kim_Bottu … Virtually Gung Ho

SHow Datastore Information including VMFS Filesystem version

Target Type:Datastore
Output format: action
Runs on all selected Datastores and show also the Filesystem version of the Datastores

datastore
param
(
[Parameter(Mandatory=$true)]
[VMware.VimAutomation.ViCore.Types.V1.DatastoreManagement.Datastore[]]
$vParam
);

$DS = Get-datastore $vParam
$DS | select Datacenter, Name, CapacityGB, FreeSpaceGB, State, Type, FileSystemVersion, StorageIOControlEnabled | format-table

Leave a comment

Follow Virtual Kim on WordPress.com

Blog Stats

  • 50,994 hits