Jump to content

How can I install SNMP post instal via a script


perlabsrat

Recommended Posts

I was wondering if there was a way after the os is installed and without using the gui to "ADD Features" that I could script an install of SNMP.

I already have a reg file with the settings but I need to find a way to install the components as well with no user interaction.

Does anyone have any idea on how to do this?

Thanks.

Link to comment
Share on other sites

  • 3 weeks later...

For example: If u wanna do it from batch, then have a .cmd file executing the servermanagercmd.exe file with some parameters, pointing onto an .xml file which contains the component name....

The xml would look something like this one...

<ServerManagerConfiguration Action="Install" xmlns="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1">

<Feature Id="SNMP-Service" />

</ServerManagerConfiguration>

Run either servermangercmd.exe or ocsetup.exe to install SNMP after Win2008 is installed... or by an unattend as described above.

Good luck...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...