torsten's .NET blogTorsten's blogging spaceGet the local mapped network drives using WMI- October 19, 2007 Today I helped a coworker to get the local mapped network drives using WMI instead of COM Interopnative windows API. Just to keep the code as a reminder and help others with the same problem I provide it here. The result of the code below is in general the same you will get if you hit the "net use" command at the windows command shell prompt. For further infos and reading I suggest http:msdn2.microsoft.comen-uslibraryaa394173.aspx (Win32_LogicalDisk; MSDN WMI Reference); for immediate..http://www.rendelmann.info/blog/2007/10/19/Get+The+Local+Mapped+Network+Drives+Using+WMI.a... |