How to list all shared network drive and display the UNC path along its size ?
Hi All,
I am trying to enumerate the Shared Network drive in my domain using powershell, but however in my simple script below why the result is different than the the UNC path that I can just copy paste ?
so I got: \\SIMGTP01\root\CIMV2:Win32_Share.Name="Z$"
instead of: \\SIMGTP01\Z$
as for the size I guess I'll create another thread for it.