Search found 1 match

by rlaber
Mon May 29, 2017 2:33 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Powershell reference
Replies: 11
Views: 15914

mount a snapshot programmatically

Hello, I tried to do a simple task: 1. create a snapshot 2. copy some files out of it 3. remove that snapshot Step 1 and 3 are easy with the well documented cmdlets new-snapshot and remove-snapshot. That works as expected. But how can the snapshot be accessed with a powershell script? With the inter...