How do I get the remote portion from the net use from a command prompt in C#? I can get the drives from System.Environment.GetLogicalDrives, but I need the full paths/server names. Thanks.