I know my volume has this path, and it's inside Disk number 3:
\\?\Volume{4c1b02c1-d990-11dc-99ae-806e6f6e6963}\
How do I get the actual Volume object using the Path to locate it?
I have tried with
Get-Volume -Path '\\?\Volume{4c1b02c1-d990-11dc-99ae-806e6f6e6963}\'
but it returns null. BTW, the partition related to the volume isn't formatted yet. I want to get access to the volume in order to use Format-Volume
with it.
EDIT
I've run these commands on the disk and I correctly get the partitions. However, I'm unable to get the volumes of some partitions as you can see below.