Share via

how to install SNMP agent on windows 10 pro 21H1 offline/disconnected

Anonymous
2022-03-17T14:01:00+00:00

Hello All,

I need to install SNMP agent on a Windows10 pro 21H1 computer and this one is not connected to internet.

I can't select SNMP agent inside program/feature because this one is no existing.

Get-windowsCapability returns NOTPRESENT for the following both SNMP.client0.0.1.0 and WMI-SNMPProvider.client0.0.1.0

could you please help me to try to perfom this SNMP install , in advance thanks.

Regards

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 answers

Sort by: Most helpful
  1. Mario Bressan 3,190 Reputation points Independent Advisor
    2022-03-17T16:55:16+00:00

    Did you perform the procedure below in administrator mode?


    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

    The feature still does not show in the turn windows features on or off window however the service is installed and you can view and configure from services.msc I have verified that the service works as expected.

    20+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-03-17T21:57:47+00:00

    Hi, I'm Robinson, and I’m happy to help you today.

    I know how frustrating this may be for you but I'll do my very best to help you.

    You can install the SNMP using a Windows ISO, you just need to replace the "/Online" for "/Image:<path_to_offline_image_file>".

    You can see more information at this link.

    https://docs.microsoft.com/en-us/windows-hardwa...

    6 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-03-17T17:11:42+00:00

    yes I perform all actions in Administrative mode.

    Get-WindowsCapability -Online -Name "SNMP*"

    returns -> State : NotPresent

    Add-WindowsCapability -Online -Name "SNMP.Client~~~~0.0.1.0"

    returns : error code 0x80224402c

    I think it means it can't find this features.

    A way should be to try to perform that with DISM instead of powershell with my USB-Dongle Windows installation as source but I am looking for the relevant syntax.

    thx!

    4 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2022-03-17T16:37:57+00:00

    Hi Mario,

    thanks for your prompt answer.

    unfortunately, as previously noted in my first message I can't select SNMP item because this one does not appear inside Program and features.

    Usually this kind of features should be located where you can see my red marked line below (French version)

    That explains too why SNMP.client0.0.1.0 and WMI-SNMPProvider.client0.0.1.0 are marked NOTPRESENT when i request SNMP status with Get-windowsCapability in Powershell.

    ...

    2 people found this answer helpful.
    0 comments No comments
  5. Mario Bressan 3,190 Reputation points Independent Advisor
    2022-03-17T14:35:52+00:00

    Hi, I'm Mario, and I'd be happy to help with your issue.

    We are sorry about what happened.

    Simply use the following steps for this:

    Open Run using Windows + R and type "control panel" in it and press Enter. Go to Programs and Features and click on the option Enable or Disable Windows features. In the Windows Features list, select Simple Network Management Protocol (SNMP) and press OK to install it.

    It should pop up for you to install, ok?

    Kind Regards,

    Mario B.

    2 people found this answer helpful.
    0 comments No comments