Jump to content

How can I install SNMP post instal via a script


Recommended Posts

Posted

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.

  • 3 weeks later...

Posted

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...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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