Support

How addition SNMP in Windows 10

  • Document NO.

    2023102601

  • Category

    SoftwareOS
  • Rev.

    A1

  • Update Date

    2023-10-26

Model Name

Windows 10 base

Purpose

It need add SNMP function by Powershell and Windows update finish installation.

Test Environment:

Board: EMX-BYT2-A2R
OS: Win10 IoT Enterprise 2019 LTSC (OS build:17763.3165)

It usually addition Windows features from “Turn Windows features on or off”. But SNMP (Simple
Network Management Protocol) can’t do it. It need go to “Powershell“ and Windows update finish
installation.”

Step 1: Into Powershell as Administrator authority
Step 2: Command: Get-WindowsCapability -Online -Name "SNMP"
State : NotPresent

Step 3: Command : Add-WindowsCapability -Online -Name "SNMP.Client~~~~0.0.1.0"

Step 4: Run Command: Get-WindowsCapability -Online -Name "SNMP"
State : Installed