We have an small Hyper-V setup with 2 CSV volumes. During setup there wasn't an Volume label added to the CSV.
how can we an volume label/change an volume label of CSV disks which are in use?
We found one command: Get-WmiObject Win32_Volume -Filter "Label='original_label'" | Set-WmiInstance -Arguments @{Label="new_label"} but this wont work, because there are multiple CSV disks withouth an label.