Forum Discussion
PaulH_11
Jun 07, 2024Copper Contributor
WinServer 2022 SNMP service not listed post install
We have Windows Server 2022 servers that we would like to use SNMP to monitor. However, after installing SNMP and SNMP WMI the only thing that shows up in the services list is SNMP Traps. When I look...
PaulH_11
Jun 10, 2024Copper Contributor
I found a way to check and reinstall via Powershell. Interestingly it showed that the SNMP service was not installed despite Apps and Features showing it was installed.
Now the SNMP service shows up in the services list however it's not configurable. The tabs Agents and Traps isn't available.
Edit: This was possibly because the WMI part of SNMP wasn't installed. It also could be the management tools were allegedly not installed. I ran the following after the initial two installations and what I need now appears to be there:
Install-WindowsFeature SNMP-Service,SNMP-WMI-Provider -IncludeManagementTools