Open navigation

Remove-TPHubPrinter

Description

Syntax

Example 1

Example 2



Description

Removes a printer from the ThinPrint Client (see Printers)


Syntax

Remove-TPHubPrinter -Id <uint16> -Name <string> -Printer <variable> [-Proxy <string>]
ParameterDescription
-IDdeletes the printer with this ID (alternative to -Name and -Printer)
-Namedeletes the printer with this name (alternative to -Id and -Printer)
-Printerdeletes printers defined by variable (alternative to -Id and -Name)
-Proxy• optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy


Example 1

Remove-TPHubPrinter -Id 3

ThinPrint Hub's PowerShell cmdlet Remove-TPHubPrinter


Example 2

$a = Get-TPHubPrinter -Id 3 
$a
Remove-TPHubPrinter -Printer $a or $a | Remove-TPHubPrinter

ThinPrint Hub's PowerShell cmdlet Remove-TPHubPrinter: 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.