Launch Terminal as an administrator
Run this command to install SNMP
Add-WindowsCapability -Online -Name "SNMP.Client~~~~0.0.1.0"
and this one to install WMI SNMP Provider features
Add-WindowsCapability -Online -Name "WMI-SNMP-Provider.Client~~~~0.0.1.0"
Check that both have installed successfully
Get-WindowsCapability -Online -Name "SNMP.Client~~~~0.0.1.0"
Get-WindowsCapability -Online -Name "WMI-SNMP-Provider.Client~~~~0.0.1.0"
Open the Services app, find ‘SNMP Service’ and double click it to open its properties
Navigate to the Security and Agent tabs to configure communities and contact/location info respectively.