Windows

Windows Server – SNMP Service Tabs missing

Setting up SNMP Monitoring on Windows Servers is usually done by opening Services MMC console and filling up Agent, Traps, Security tabs with proper information for monitoring. Unfortunately sometimes mentioned tabs are missing.

Problem Description

To be able to configure SNMP Service we need Agent Tab, Traps Tab, Security Tab available when opening the SNMP Service properties.

Unfortunately, that's not always the case and more often Administrator is greeted with just only 4 tabs available which make it hard to configure anything.

Solution

To fix an issue of missing SNMP Service Tabs it's necessary to open Server Manager

Choose Manage in the top right corner and choose Add Roles and Features

When Add Roles and Features Wizard shows up simply proceed to Features section pressing Next few times.

On the Features, section finds Remote Server Administrator Tools and under that Feature Administration Tools.

Make sure to select SNMP Tools.

e

After pressing Next couple more times to confirm installation, the installation process starts.

When it's done, close all windows that are open on Windows server and open up CMD with Run As Administrator permissions to start Services.msc.

After the following procedure is done SNMP Tabs should be available again.

Scripting solution

If however, you don't like playing with GUI too much there's a much shorter way to do this. Open up CMD as Administrator and execute the following command:

C:\Windows\system32>Dism /online /enable-feature /featurename:Server-RSAT-SNMP /ALL

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Image Version: 6.3.9600.17031

Enabling feature(s)
[==========================100.0%==========================]
The operation completed successfully.

C:\Windows\system32>

After executing this little command SNMP Tabs should be visible again.

This post was last modified on 10 listopada, 2018 12:29

Przemyslaw Klys

System Architect with over 14 years of experience in the IT field. Skilled, among others, in Active Directory, Microsoft Exchange and Office 365. Profoundly interested in PowerShell. Software geek.

Share
Published by
Przemyslaw Klys

Recent Posts

Active Directory Replication Summary to your Email or Microsoft Teams

Active Directory replication is a critical process that ensures the consistent and up-to-date state of…

2 tygodnie ago

Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell

Hey there! Today, I wanted to introduce you to one of the small but excellent…

5 miesięcy ago

Active Directory Health Check using Microsoft Entra Connect Health Service

Active Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its…

7 miesięcy ago

Seamless HTML Report Creation: Harness the Power of Markdown with PSWriteHTML PowerShell Module

In today's digital age, the ability to create compelling and informative HTML reports and documents…

8 miesięcy ago

How to Efficiently Remove Comments from Your PowerShell Script

As part of my daily development, I create lots of code that I subsequently comment…

8 miesięcy ago

Unlocking PowerShell Magic: Different Approach to Creating ‘Empty’ PSCustomObjects

Today I saw an article from Christian Ritter, "PowerShell: Creating an "empty" PSCustomObject" on X…

9 miesięcy ago