I noticed a problem with the WMI tool when it's resolving names on our network. So I started out with troubleshooting via ping. To keep it simple, for some reason when I try and ping a computer by its name... "ping computerA", I get a reply back even though that computer is not connected to the network (but it was a one point). The IP address I get in reply is 10.20.30.40. So then when I try and ping that IP address with a "-a" option... "ping -a 10.20.30.40", I get a different computer name, such as "computerB". Is there a cache in the DNS or DHCP server I need to clear?