G
Guest
I've created a vbscript to query the drives of remote computers (all are
Windows XP) using WMI's Win32_LogicalDisk. If I run this query on my local
computer I see all of the drives listed and the ProviderName showing the
Network drives' paths. If I run this same script to check remote computers I
get either 1 or no mapped network drives showing (even though I know they
have a few mapped drives) and the ProviderName is empty for the mapped drive
that is shown. I run the vbscript logged on as a domain admin, so I figure I
should have the rights to query this information. Is there something else I
need to consider? Thanks for any help.
Windows XP) using WMI's Win32_LogicalDisk. If I run this query on my local
computer I see all of the drives listed and the ProviderName showing the
Network drives' paths. If I run this same script to check remote computers I
get either 1 or no mapped network drives showing (even though I know they
have a few mapped drives) and the ProviderName is empty for the mapped drive
that is shown. I run the vbscript logged on as a domain admin, so I figure I
should have the rights to query this information. Is there something else I
need to consider? Thanks for any help.