SnmpTools
0.1.0
PowerShell module for querying and modifying SNMP-enabled devices using SNMP v1, v2c and v3.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2026 Matthijs Zwaan. Licensed under the MIT License.
Package Details
Author(s)
- Matthijs Zwaan
Tags
SNMP SNMPv1 SNMPv2c SNMPv3 Network Monitoring Automation PowerShell
Functions
Dependencies
This module has no dependencies.
Release Notes
Initial unofficial release.
Supports:
- SNMP v1 GET
- SNMP v2c GET
- SNMP v3 GET
- SNMP v1 SET
- SNMP v2c SET
- SNMP v3 SET
- Single and multiple OID GET requests
- Single OID SET requests with configurable SNMP data types
Built on top of SharpSnmpLib.
SharpSnmpLib is licensed under the MIT/X11 License.
FileList
- SnmpTools.nuspec
- SnmpTools.Format.ps1xml
- SnmpTools.psd1
- THIRD-PARTY-NOTICES
- private\Resolve-SnmpAuthenticationProvider.ps1
- private\Resolve-SnmpEndpoint.ps1
- private\Resolve-SnmpVersion.ps1
- private\SnmpVersion.ps1
- public\Get-SnmpData.ps1
- lib\net471\SharpSnmpLib.dll
- lib\net471\SharpSnmpLib.xml
- lib\net8.0\SharpSnmpLib.pdb
- LICENSE
- SnmpTools.psm1
- private\New-SnmpDataObject.ps1
- private\Resolve-SnmpDataType.ps1
- private\Resolve-SnmpPrivacyProvider.ps1
- private\SnmpDataType.ps1
- private\Test-SnmpDependencies.ps1
- public\Set-SnmpData.ps1
- lib\net471\SharpSnmpLib.pdb
- lib\net8.0\SharpSnmpLib.dll
- lib\net8.0\SharpSnmpLib.xml
- README.md
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.2.0 | 21 | 9/1/2026 |
| 0.1.1 | 5 | 9/1/2026 |
| 0.1.0 (current version) | 22 | 9/1/2026 |