-
Pandora Agent WMI query using non-standard namespace
I would like to add a module to my LDAP server to get some AD information. As an example, I can run the following WMIC query to get an email address from the Pandora server:
wmic –namespace=”rootdirectoryLDAP” -U “DOMAINuser”%MyPassword //AD-DC1 “Select ds_mail From ds_user WHERE ds_samaccountname=’userID'”
I have obviously removed the sensitive info, but can a pandora_agent.conf file use this different namespace, or any other non ROOTCIMv2 namespace?
Thanks.