Frequently Asked Question
SNMP Windows 10
Last Updated 4 years ago
The fix is as follows:
Open Powershell with Administrator credentials issue the following commands:
Get-WindowsCapability -Online -Name "SNMP*"
Will show Not Present
Add-WindowsCapability -Online -Name "SNMP.Client~~~~0.0.1.0"
Get-WindowsCapability -Online -Name "SNMP*"
Should now show Installed
Open Powershell with Administrator credentials issue the following commands:
Get-WindowsCapability -Online -Name "SNMP*"
Will show Not Present
Add-WindowsCapability -Online -Name "SNMP.Client~~~~0.0.1.0"
Get-WindowsCapability -Online -Name "SNMP*"
Should now show Installed