Using the DiskQuota object returns many names unresolved in Windows 2000 - any way to get all?
Visual Studio198
I am attempting to gather the disk quota information on a number of
volumes on a Windows 2000 server. I am using the script from TechNet
at
www.microsoft.com/technet/scriptcenter/scripts/storage/quotas/default.mspx
The entries are returned but many of them return a blank LogonName and
an AccountStatus value of 5 (Account information is unresolved). I
note that if I display the quota entries from the volume properties
many of the entries display [Retrieving Name] for some period of time.
I am guessing that the use of the shell object from the script does
not get refreshed. Is there any way to get the information refreshed
in Windows 2000?
Thanks!
-