Product Keys
Product Keys
Can we find out product key from Naigios, ' of different systems connected on our network, such as Microsoft exchange licenses, or user application licenses.
Last edited by activo on Wed May 27, 2015 2:43 pm, edited 1 time in total.
Re: Product Keys
It should be in the 'license information' section.
You do not have the required permissions to view the files attached to this post.
Re: Product Keys
I think the OP is saying "can we get the license keys or Windows, Exchange, Office, and other applications installed on a remote Windows box by using using Nagios?" Not, "can we find out the Nagios license key?"
Having said that, getting license keys is not straightforward. But you can create a script on the Windows box than can be called via Nagios (NRPE or NSclient++ or whatever you want) that runs the script and outputs the results. Look at http://www.howtogeek.com/206329/how-to- ... oduct-keys for ideas on how to get started, but it's going to be beyond the scope of this forum.
Having said that, getting license keys is not straightforward. But you can create a script on the Windows box than can be called via Nagios (NRPE or NSclient++ or whatever you want) that runs the script and outputs the results. Look at http://www.howtogeek.com/206329/how-to- ... oduct-keys for ideas on how to get started, but it's going to be beyond the scope of this forum.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Product Keys
activo, eloyd is correct, you would have to write a custom script in order to pull that information. You would then have to put that script on each of your machines for Nagios to call.