This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '' | |
| ' List Mapped Network Drives | |
| ' Copyright 2022 David Edwards <[email protected]> | |
| '' | |
| On Error Resume Next | |
| Const strComputer = "." | |
| Set objWMIService = GetObject("winmgmts:" _ | |
| & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") |
NewerOlder