Difference between revisions of "SNMP and PowerShell"

Jump to navigation Jump to search
190 bytes added ,  09:21, 23 August 2012
m
Minor intro update
(Initial creation)
 
m (Minor intro update)
Line 2: Line 2:
'''All of the scripts below utilises the [http://sharpsnmplib.codeplex.com/ #SNMP (SharpSNMP) Suite] for .NET/Mono.'''  Its an open source  
'''All of the scripts below utilises the [http://sharpsnmplib.codeplex.com/ #SNMP (SharpSNMP) Suite] for .NET/Mono.'''  Its an open source  
[[Acronyms#S|SNMP]] library that supports .NET 3.5 and 4.0, which means that you can use it with PowerShell.  The library has a wide range of functionality and the scripts below just cover what I consider to be the core of what you might want to do with PowerShell.
[[Acronyms#S|SNMP]] library that supports .NET 3.5 and 4.0, which means that you can use it with PowerShell.  The library has a wide range of functionality and the scripts below just cover what I consider to be the core of what you might want to do with PowerShell.
You don't need to use /n's [http://www.powershellinside.com/powershell/netcmdlets/ NetCmdlets], or run the [http://www.net-snmp.org/ Net-SNMP] executables, as other examples on the web do.


In order to make the library available for PowerShell to use...
In order to make the library available for PowerShell to use...

Navigation menu