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:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top