Windows XP Win32_MappedLogicalDisk on another computer

Joined
Aug 14, 2010
Messages
1
Reaction score
0
Hi,

I am trying to get the inventory of mapped drives on my workstations, I can get this info on my local machine however when i run it against a pc list with computer names I get nothing! Does anyone have any idea? all machines run XP SP 3 or 2.

Here is my code with Powershell:

gwmi -ComputerName . Win32_MappedLogicalDisk

gwmi -ComputerName <PC-Name> Win32_MappedLogicalDisk
 
Last edited:
Back
Top