A Solution
Well I found a fix for this issue.
Instead of using this
"Select * FROM Win32_MappedLogicalDisk"
I used
"Select * FROM Win32_LogicalDisk WHERE DriveType = 4"
The computers that didn't show the ProviderName now do.
Anyone out there know why?
|