WMI plays a big role in getting everything from a windows machine. The EventLog, Services up or down, and some filesys stuff comes from WMI.
For WMI, the Authentication must be set in the zProperties of the class, or can be set in the zProperties of the device. For windows domains, set it for the class /server/windows/ The zWinUser should be DOMAIN\USER where DOMAIN is your domain name and USER is a user with admin rights to your workstations and servers in your domain. This works great. Otherwise, use .\USER where USER is an administrative user on the local machines. I have had minimal luck with this working properly. You must set the zProperty for zWinPass to the password for the zWinUser of course. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=17538#17538 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
