How to restore missing SNMP in Windows 10

  1. Enter PowerShell as the keyword in the search box.
  2. Right-click PowerShell and select Run as administrator.
  3. First, enter Get-WindowsCapability -Online -Name “SNMP*” and press Enter.
  4. Enter  Add-WindowsCapability -Online -Name “SNMP.Client~~~~0.0.1.0” and press Enter.
  5. Then enter Get-WindowsCapability -Online -Name “SNMP*” in PowerShell, and press Enter.
  6. Thereafter, press the Windows key + R keyboard shortcut.
  7. Input services.msc in Run, and click the OK button.
  8. Then users can check if the Services window includes the SNMP Service. If so, the above fix did the trick.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

LibreNMS

Usage: check_http -H <vhost> | -I <IP-address> [-u <uri>] [-p...

SNMP - How to enable SNMP on ESXi 7.x

SSH or Telnet to your ESXi node using root-level credentials. Execute the following commands....

SNMP - How to enable SNMP on CentOS

Run the below commands: yum install net-snmp yum install net-snmp-utils snmpconf -g...

SNMP - How to enable SNMP on Ubuntu

Run the following commands on the terminal: Update all packages: sudo apt-get update Install...