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
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: