Installation de wmic pour pouvoir récupérer directement des infos WMIC depuis le linux
Installation de autoconf
yum install autoconf
wget http://dev.zenoss.org/svn/trunk/inst/externallibs/wmi-1.3.13.tar.bz2
tar xvf wmi-1.3.13.tar.bz2
cd wmi-1.3.13/
# Edit the GNUmakefile
## add a line containing ZENHOME= ../.. to the top of the file
# Build WMI
make
cp bin/* /usr/sbin/
wmic –user DOMAIN/\username%password //hostname « Select Name from
Win32_Service »