<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://vwiki.co.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tysonflint</id>
	<title>vwiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="http://vwiki.co.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tysonflint"/>
	<link rel="alternate" type="text/html" href="http://vwiki.co.uk/Special:Contributions/Tysonflint"/>
	<updated>2026-06-03T19:24:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://vwiki.co.uk/index.php?title=Talk:SNMP_and_PowerShell&amp;diff=2463</id>
		<title>Talk:SNMP and PowerShell</title>
		<link rel="alternate" type="text/html" href="http://vwiki.co.uk/index.php?title=Talk:SNMP_and_PowerShell&amp;diff=2463"/>
		<updated>2014-07-30T18:50:57Z</updated>

		<summary type="html">&lt;p&gt;Tysonflint: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Question: &lt;br /&gt;
&lt;br /&gt;
Hi there,&lt;br /&gt;
&lt;br /&gt;
really useful info on getting PS to talk to SNMP, thanks.&lt;br /&gt;
&lt;br /&gt;
One thing I can&#039;t figure out in your examples though:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PS C:\Users\simon\Documents\Scripts&amp;gt; . .\lib\SNMP-Funcs.ps1&#039;&#039;&#039; What does this line do? I can&#039;t find any reference to a script called SNMP-Funcs.ps1 elsewhere in the article.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve followed your steps and everything *seems* to be working except I get no output when running the &amp;quot;get&amp;quot; and &amp;quot;walk&amp;quot; scripts and I suspect the above line my be the culprit!&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
&lt;br /&gt;
I.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
OK, I realize no one has responded in a year, but perhaps someone will find this info useful...&lt;br /&gt;
&lt;br /&gt;
The author is just using a different file name called &#039;. .\lib\SNMP-Funcs.ps1&#039; in his example.&lt;br /&gt;
It is the same as &#039;SNMP.ps1&#039;&lt;br /&gt;
&lt;br /&gt;
In the example below, BigDipper is my &#039;scripts&#039; folder. I have a sub-folder under it called &#039;lib&#039; with &lt;br /&gt;
SNMP.ps1 in it and a sub-folder under &#039;lib&#039; called &#039;LexTmSharpSNMP&#039; with &#039;SharpSnmpLib.dll&#039; in it:&lt;br /&gt;
&lt;br /&gt;
.\lib\snmp.ps1&lt;br /&gt;
&lt;br /&gt;
.\lib\LexTmSharpSNMP\SharpSnmpLib.dll&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; . .\lib\SNMP.ps1&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; Load-SnmpAssembly | fl&lt;br /&gt;
&lt;br /&gt;
CodeBase               : file:///C:/users/tyson/Downloads/snmp/PowerShell/BigDipper/lib/LexTmSharpSNMP/SharpSnmpLib.dll&lt;br /&gt;
EntryPoint             :&lt;br /&gt;
EscapedCodeBase        : file:///C:/users/tyson/Downloads/snmp/PowerShell/BigDipper/lib/LexTmSharpSNMP/SharpSnmpLib.dll&lt;br /&gt;
FullName               : SharpSnmpLib, Version=7.5.10510.1, Culture=neutral, PublicKeyToken=db32884da8b9d0dd&lt;br /&gt;
GlobalAssemblyCache    : False&lt;br /&gt;
HostContext            : 0&lt;br /&gt;
ImageFileMachine       :&lt;br /&gt;
ImageRuntimeVersion    : v2.0.50727&lt;br /&gt;
Location               : C:\users\tyson\Downloads\snmp\PowerShell\BigDipper\lib\LexTmSharpSNMP\SharpSnmpLib.dll&lt;br /&gt;
ManifestModule         : SharpSnmpLib.dll&lt;br /&gt;
MetadataToken          :&lt;br /&gt;
PortableExecutableKind :&lt;br /&gt;
ReflectionOnly         : False&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; Invoke-SNMPget &amp;quot;192.168.1.154&amp;quot; &amp;quot;.1.3.6.1.4.1.318.1.1.4.4.2.1.3.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
OID                                                         Data&lt;br /&gt;
&lt;br /&gt;
---                                                         ----&lt;br /&gt;
&lt;br /&gt;
.1.3.6.1.4.1.318.1.1.4.4.2.1.3.1                            1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Wiki is pulling all my spaces out of the output between the final OID and the Data fields.&lt;br /&gt;
It&#039;s returning:&lt;br /&gt;
&lt;br /&gt;
OID = .1.3.6.1.4.1.318.1.1.4.4.2.1.3.1&lt;br /&gt;
&lt;br /&gt;
Data = 1&lt;br /&gt;
&lt;br /&gt;
I hope these examples help others out.&lt;br /&gt;
&lt;br /&gt;
-Tyson Flint&lt;br /&gt;
&lt;br /&gt;
== Request for Invoke-SnmpSet ==&lt;br /&gt;
&lt;br /&gt;
These scripts have been great in that I can now capture SNMP info into PowerShell objects.&lt;br /&gt;
It would be even a nicer tool if we could have an additional routine created for setting SNMP values.&lt;br /&gt;
I&#039;m not strong in C#, but believe this reference could come in handy in writing the script:&lt;br /&gt;
&lt;br /&gt;
http://help.sharpsnmp.com/html/M_Lextm_SharpSnmpLib_Messaging_Messenger_Set.htm&lt;br /&gt;
&lt;br /&gt;
Thanks again for putting together these tools!&lt;br /&gt;
&lt;br /&gt;
-Tyson Flint&lt;/div&gt;</summary>
		<author><name>Tysonflint</name></author>
	</entry>
	<entry>
		<id>http://vwiki.co.uk/index.php?title=Talk:SNMP_and_PowerShell&amp;diff=2462</id>
		<title>Talk:SNMP and PowerShell</title>
		<link rel="alternate" type="text/html" href="http://vwiki.co.uk/index.php?title=Talk:SNMP_and_PowerShell&amp;diff=2462"/>
		<updated>2014-07-30T18:49:50Z</updated>

		<summary type="html">&lt;p&gt;Tysonflint: /* Request for Invoke-SnmpSet */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Question: &lt;br /&gt;
&lt;br /&gt;
Hi there,&lt;br /&gt;
&lt;br /&gt;
really useful info on getting PS to talk to SNMP, thanks.&lt;br /&gt;
&lt;br /&gt;
One thing I can&#039;t figure out in your examples though:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PS C:\Users\simon\Documents\Scripts&amp;gt; . .\lib\SNMP-Funcs.ps1&#039;&#039;&#039; What does this line do? I can&#039;t find any reference to a script called SNMP-Funcs.ps1 elsewhere in the article.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve followed your steps and everything *seems* to be working except I get no output when running the &amp;quot;get&amp;quot; and &amp;quot;walk&amp;quot; scripts and I suspect the above line my be the culprit!&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
&lt;br /&gt;
I.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
OK, I realize no one has responded in a year, but perhaps someone will find this info useful...&lt;br /&gt;
&lt;br /&gt;
The author is just using a different file name called &#039;. .\lib\SNMP-Funcs.ps1&#039; in his example.&lt;br /&gt;
It is the same as &#039;SNMP.ps1&#039;&lt;br /&gt;
&lt;br /&gt;
In the example below, BigDipper is my &#039;scripts&#039; folder. I have a sub-folder under it called &#039;lib&#039; with &lt;br /&gt;
SNMP.ps1 in it and a sub-folder under &#039;lib&#039; called &#039;LexTmSharpSNMP&#039; with &#039;SharpSnmpLib.dll&#039; in it:&lt;br /&gt;
&lt;br /&gt;
.\lib\snmp.ps1&lt;br /&gt;
&lt;br /&gt;
.\lib\LexTmSharpSNMP\SharpSnmpLib.dll&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; . .\lib\SNMP.ps1&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; Load-SnmpAssembly | fl&lt;br /&gt;
&lt;br /&gt;
CodeBase               : file:///C:/users/tyson/Downloads/snmp/PowerShell/BigDipper/lib/LexTmSharpSNMP/SharpSnmpLib.dll&lt;br /&gt;
EntryPoint             :&lt;br /&gt;
EscapedCodeBase        : file:///C:/users/tyson/Downloads/snmp/PowerShell/BigDipper/lib/LexTmSharpSNMP/SharpSnmpLib.dll&lt;br /&gt;
FullName               : SharpSnmpLib, Version=7.5.10510.1, Culture=neutral, PublicKeyToken=db32884da8b9d0dd&lt;br /&gt;
GlobalAssemblyCache    : False&lt;br /&gt;
HostContext            : 0&lt;br /&gt;
ImageFileMachine       :&lt;br /&gt;
ImageRuntimeVersion    : v2.0.50727&lt;br /&gt;
Location               : C:\users\tyson\Downloads\snmp\PowerShell\BigDipper\lib\LexTmSharpSNMP\SharpSnmpLib.dll&lt;br /&gt;
ManifestModule         : SharpSnmpLib.dll&lt;br /&gt;
MetadataToken          :&lt;br /&gt;
PortableExecutableKind :&lt;br /&gt;
ReflectionOnly         : False&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; Invoke-SNMPget &amp;quot;192.168.1.154&amp;quot; &amp;quot;.1.3.6.1.4.1.318.1.1.4.4.2.1.3.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
OID                                                         Data&lt;br /&gt;
&lt;br /&gt;
---                                                         ----&lt;br /&gt;
&lt;br /&gt;
.1.3.6.1.4.1.318.1.1.4.4.2.1.3.1                            1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Wiki is pulling all my spaces out of the output between the final OID and the Data fields.&lt;br /&gt;
It&#039;s returning:&lt;br /&gt;
&lt;br /&gt;
OID = .1.3.6.1.4.1.318.1.1.4.4.2.1.3.1&lt;br /&gt;
&lt;br /&gt;
Data = 1&lt;br /&gt;
&lt;br /&gt;
== Request for Invoke-SnmpSet ==&lt;br /&gt;
&lt;br /&gt;
These scripts have been great in that I can now capture SNMP info into PowerShell objects.&lt;br /&gt;
It would be even a nicer tool if we could have an additional routine created for setting SNMP values.&lt;br /&gt;
I&#039;m not strong in C#, but believe this reference could come in handy in writing the script:&lt;br /&gt;
&lt;br /&gt;
http://help.sharpsnmp.com/html/M_Lextm_SharpSnmpLib_Messaging_Messenger_Set.htm&lt;br /&gt;
&lt;br /&gt;
Thanks again for putting together these tools!&lt;br /&gt;
&lt;br /&gt;
-Tyson Flint&lt;/div&gt;</summary>
		<author><name>Tysonflint</name></author>
	</entry>
	<entry>
		<id>http://vwiki.co.uk/index.php?title=Talk:SNMP_and_PowerShell&amp;diff=2461</id>
		<title>Talk:SNMP and PowerShell</title>
		<link rel="alternate" type="text/html" href="http://vwiki.co.uk/index.php?title=Talk:SNMP_and_PowerShell&amp;diff=2461"/>
		<updated>2014-07-30T18:49:13Z</updated>

		<summary type="html">&lt;p&gt;Tysonflint: /* Request for Invoke-SnmpSet */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Question: &lt;br /&gt;
&lt;br /&gt;
Hi there,&lt;br /&gt;
&lt;br /&gt;
really useful info on getting PS to talk to SNMP, thanks.&lt;br /&gt;
&lt;br /&gt;
One thing I can&#039;t figure out in your examples though:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PS C:\Users\simon\Documents\Scripts&amp;gt; . .\lib\SNMP-Funcs.ps1&#039;&#039;&#039; What does this line do? I can&#039;t find any reference to a script called SNMP-Funcs.ps1 elsewhere in the article.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve followed your steps and everything *seems* to be working except I get no output when running the &amp;quot;get&amp;quot; and &amp;quot;walk&amp;quot; scripts and I suspect the above line my be the culprit!&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
&lt;br /&gt;
I.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
OK, I realize no one has responded in a year, but perhaps someone will find this info useful...&lt;br /&gt;
&lt;br /&gt;
The author is just using a different file name called &#039;. .\lib\SNMP-Funcs.ps1&#039; in his example.&lt;br /&gt;
It is the same as &#039;SNMP.ps1&#039;&lt;br /&gt;
&lt;br /&gt;
In the example below, BigDipper is my &#039;scripts&#039; folder. I have a sub-folder under it called &#039;lib&#039; with &lt;br /&gt;
SNMP.ps1 in it and a sub-folder under &#039;lib&#039; called &#039;LexTmSharpSNMP&#039; with &#039;SharpSnmpLib.dll&#039; in it:&lt;br /&gt;
&lt;br /&gt;
.\lib\snmp.ps1&lt;br /&gt;
&lt;br /&gt;
.\lib\LexTmSharpSNMP\SharpSnmpLib.dll&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; . .\lib\SNMP.ps1&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; Load-SnmpAssembly | fl&lt;br /&gt;
&lt;br /&gt;
CodeBase               : file:///C:/users/tyson/Downloads/snmp/PowerShell/BigDipper/lib/LexTmSharpSNMP/SharpSnmpLib.dll&lt;br /&gt;
EntryPoint             :&lt;br /&gt;
EscapedCodeBase        : file:///C:/users/tyson/Downloads/snmp/PowerShell/BigDipper/lib/LexTmSharpSNMP/SharpSnmpLib.dll&lt;br /&gt;
FullName               : SharpSnmpLib, Version=7.5.10510.1, Culture=neutral, PublicKeyToken=db32884da8b9d0dd&lt;br /&gt;
GlobalAssemblyCache    : False&lt;br /&gt;
HostContext            : 0&lt;br /&gt;
ImageFileMachine       :&lt;br /&gt;
ImageRuntimeVersion    : v2.0.50727&lt;br /&gt;
Location               : C:\users\tyson\Downloads\snmp\PowerShell\BigDipper\lib\LexTmSharpSNMP\SharpSnmpLib.dll&lt;br /&gt;
ManifestModule         : SharpSnmpLib.dll&lt;br /&gt;
MetadataToken          :&lt;br /&gt;
PortableExecutableKind :&lt;br /&gt;
ReflectionOnly         : False&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; Invoke-SNMPget &amp;quot;192.168.1.154&amp;quot; &amp;quot;.1.3.6.1.4.1.318.1.1.4.4.2.1.3.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
OID                                                         Data&lt;br /&gt;
&lt;br /&gt;
---                                                         ----&lt;br /&gt;
&lt;br /&gt;
.1.3.6.1.4.1.318.1.1.4.4.2.1.3.1                            1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Wiki is pulling all my spaces out of the output between the final OID and the Data fields.&lt;br /&gt;
It&#039;s returning:&lt;br /&gt;
&lt;br /&gt;
OID = .1.3.6.1.4.1.318.1.1.4.4.2.1.3.1&lt;br /&gt;
&lt;br /&gt;
Data = 1&lt;br /&gt;
&lt;br /&gt;
== Request for Invoke-SnmpSet ==&lt;br /&gt;
&lt;br /&gt;
These scripts have been great in that I can now capture SNMP info into PowerShell objects.&lt;br /&gt;
It would be even a nicer tool if we could have an additional routine created for setting SNMP values.&lt;br /&gt;
I&#039;m not strong in C#, but believe this reference could come in handy in writing the script:&lt;br /&gt;
&lt;br /&gt;
http://help.sharpsnmp.com/html/M_Lextm_SharpSnmpLib_Messaging_Messenger_Set.htm&lt;br /&gt;
&lt;br /&gt;
Thanks again for putting together these tools!&lt;/div&gt;</summary>
		<author><name>Tysonflint</name></author>
	</entry>
	<entry>
		<id>http://vwiki.co.uk/index.php?title=Talk:SNMP_and_PowerShell&amp;diff=2460</id>
		<title>Talk:SNMP and PowerShell</title>
		<link rel="alternate" type="text/html" href="http://vwiki.co.uk/index.php?title=Talk:SNMP_and_PowerShell&amp;diff=2460"/>
		<updated>2014-07-30T18:42:32Z</updated>

		<summary type="html">&lt;p&gt;Tysonflint: The SNMP.PS1 download is the same file as seen in the example under the name SNMP-Funcs.ps1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Question: &lt;br /&gt;
&lt;br /&gt;
Hi there,&lt;br /&gt;
&lt;br /&gt;
really useful info on getting PS to talk to SNMP, thanks.&lt;br /&gt;
&lt;br /&gt;
One thing I can&#039;t figure out in your examples though:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PS C:\Users\simon\Documents\Scripts&amp;gt; . .\lib\SNMP-Funcs.ps1&#039;&#039;&#039; What does this line do? I can&#039;t find any reference to a script called SNMP-Funcs.ps1 elsewhere in the article.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve followed your steps and everything *seems* to be working except I get no output when running the &amp;quot;get&amp;quot; and &amp;quot;walk&amp;quot; scripts and I suspect the above line my be the culprit!&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
&lt;br /&gt;
I.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
OK, I realize no one has responded in a year, but perhaps someone will find this info useful...&lt;br /&gt;
&lt;br /&gt;
The author is just using a different file name called &#039;. .\lib\SNMP-Funcs.ps1&#039; in his example.&lt;br /&gt;
It is the same as &#039;SNMP.ps1&#039;&lt;br /&gt;
&lt;br /&gt;
In the example below, BigDipper is my &#039;scripts&#039; folder. I have a sub-folder under it called &#039;lib&#039; with &lt;br /&gt;
SNMP.ps1 in it and a sub-folder under &#039;lib&#039; called &#039;LexTmSharpSNMP&#039; with &#039;SharpSnmpLib.dll&#039; in it:&lt;br /&gt;
&lt;br /&gt;
.\lib\snmp.ps1&lt;br /&gt;
&lt;br /&gt;
.\lib\LexTmSharpSNMP\SharpSnmpLib.dll&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; . .\lib\SNMP.ps1&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; Load-SnmpAssembly | fl&lt;br /&gt;
&lt;br /&gt;
CodeBase               : file:///C:/users/tyson/Downloads/snmp/PowerShell/BigDipper/lib/LexTmSharpSNMP/SharpSnmpLib.dll&lt;br /&gt;
EntryPoint             :&lt;br /&gt;
EscapedCodeBase        : file:///C:/users/tyson/Downloads/snmp/PowerShell/BigDipper/lib/LexTmSharpSNMP/SharpSnmpLib.dll&lt;br /&gt;
FullName               : SharpSnmpLib, Version=7.5.10510.1, Culture=neutral, PublicKeyToken=db32884da8b9d0dd&lt;br /&gt;
GlobalAssemblyCache    : False&lt;br /&gt;
HostContext            : 0&lt;br /&gt;
ImageFileMachine       :&lt;br /&gt;
ImageRuntimeVersion    : v2.0.50727&lt;br /&gt;
Location               : C:\users\tyson\Downloads\snmp\PowerShell\BigDipper\lib\LexTmSharpSNMP\SharpSnmpLib.dll&lt;br /&gt;
ManifestModule         : SharpSnmpLib.dll&lt;br /&gt;
MetadataToken          :&lt;br /&gt;
PortableExecutableKind :&lt;br /&gt;
ReflectionOnly         : False&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt; Invoke-SNMPget &amp;quot;192.168.1.154&amp;quot; &amp;quot;.1.3.6.1.4.1.318.1.1.4.4.2.1.3.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
OID                                                         Data&lt;br /&gt;
&lt;br /&gt;
---                                                         ----&lt;br /&gt;
&lt;br /&gt;
.1.3.6.1.4.1.318.1.1.4.4.2.1.3.1                            1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS C:\users\tyson\Downloads\snmp\PowerShell\BigDipper&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Wiki is pulling all my spaces out of the output between the final OID and the Data fields.&lt;br /&gt;
It&#039;s returning:&lt;br /&gt;
&lt;br /&gt;
OID = .1.3.6.1.4.1.318.1.1.4.4.2.1.3.1&lt;br /&gt;
&lt;br /&gt;
Data = 1&lt;/div&gt;</summary>
		<author><name>Tysonflint</name></author>
	</entry>
</feed>