Windows Server: SNMP Service – Installation and configuration

SNMP service overview The SNMP service allows the interrogation of computer equipment in order to carry out supervision and diagnosis. This protocol is used by supervision software such as Centreon and PRTG. Installation of the SNMP service on Windows Server On Windows the service is not installed by default, it is a feature to install. …

Read more



Create a folder in PowerShell

To create a folder in PowerShell, use the New-Item cmdlet indicating the location and name of the folder and set the itemType parameter with the value Directory to indicate that you want to create a folder.



Classification Management – File Server Resource Manager – FSRM

Overview of classification management In this tutorial, I will introduce you to Classification Management on a Windows File Server and how to set it up. Classification is an element of File Server Resource Manager (FSRM) that also allows you to set up file filters and quotas. The classification is also used for the implementation of …

Read more



Use the Telnet client to test a network connection

Presentation In this tutorial, we will see how to use the Telnet client to test the connection to a service (IP: PORT) for diagnostic purposes. Telnet is a client / server TCP protocol that listens on port 23 which allows the administration of equipment (switches, firewall …) and of certain servers (UNIX, LINUX). It is …

Read more