vssadmin list shadows
show the dos path of every volume copy, in the following form:
\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy4
Is there a way to do this using wmi?
I'ved looked through Win32_ShadowCopy
and experimented with it a bit, but couldn't find anything that gives the dos path. The other classes on msdn don't seem to have it either, I must be missing something.