Search found 1 match

by Alexander.M (Staff)
Fri Jul 10, 2015 3:23 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Poweshell code
Replies: 16
Views: 11059

Re: Poweshell code

Also device mount status can be checked by getting "MountStatus" property:
$device.GetPropertyValue("MountStatus")

list of values for mount status property:
0 - Failed
1 - Created
2 - Creating
3 - Mounting


and mounting percent:
$device.GetPropertyValue("MountProgress")