3 lines
40 B
PowerShell
3 lines
40 B
PowerShell
[string[]]$volume = cmd /c vol
|
|
|
|
$volume
|
[string[]]$volume = cmd /c vol
|
|
|
|
$volume
|