Here's a PS one-liner with 'public' as the Community String: Code: powershell "$SNMP = New-Object -ComObject olePrn.OleSNMP; $SNMP.Open('192.168.0.10','public',2,500); $SNMP.Get('.1.3.6.1.2.1.43.10.2.1.4.1.1'); $SNMP.Close()" 14902