Open navigation

Get-TPHubPrinterSnmp

Description

Syntax

Example 1

Example 2



Description

This cmdlet reads the SNMP settings for monitoring a specific printer.


Syntax

Get-TPHubPrinterSnmp [[-Name] <string>] [-Id <uint16>] [-Proxy <string>] Get-TPHubPrinterSnmp [[-Printer] <PrinterViewModel>] [-Proxy <string>]
ParameterDescription
-Nameprinter name
-Printerprinter determined with Get-TPHubPrinter
-Idprinter ID
  • UseGlobalSettings
  • The values set with Set-TPHubSnmpGlobal are to be used.
  • SelectedSnmpVersion
  • SNMP Version 1/2c or 3.
  • Communitystring
  • community under which the printers respond to requests
  • Username
  • user name which should be used for authentication
  • AuthenticationType
  • authentication type (MD5/SHA)
  • AuthenticationPassphrase
  • password used for authentication on the printer via SNMP
  • PrivacyType
  • encryption type (DES/AES)
  • PrivacyPassphrase
  • password used for encryption of SNMP queries
-Proxy• optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy


Example 1

The following example reads the specific SNMP settings of a printer. This is selected by its name.

Get-TPHubPrinterSnmp -Name "Photosmart C4700 series [5EA46D]"

ThinPrint Hub's PowerShell cmdlet Get-TPHubPrinterSnmp


Example 2

The following example reads the specific SNMP settings of a printer, determining it using Get-TpHubPrinter and its printer ID.

$printer = Get-TpHubPrinter -Id 1
Get-TPHubPrinterSnmp -Printer $printer

ThinPrint Hub's PowerShell cmdlet Get-TPHubPrinterSnmp: usage of a variable


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.