Open navigation

Add-TPHubDiscoveredPrinterBlacklist

Description

Syntax

Example



Description

Marks printers as hidden (see Find Printers tab)


Syntax

Add-TPHubDiscoveredPrinterBlacklist [-Printer <DiscoveredPrinter>] [-Proxy <string>]

or

Add-TPHubDiscoveredPrinterBlacklist [-IP <string[]>] [-Proxy <string>]
ParameterDescription
-Printera variable defines the printers to be marked as hidden (alternative to -IP)
-IPan IP address defines the printer to be marked as hidden (alternative to -Printer)
-Proxy• optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy


Example

$a = Get-TPHubDiscoveredPrinter -Search SCX 
$a
Add-TPHubDiscoveredPrinterBlacklist -Printer $a or $a | Add-TPHubDiscoveredPrinterBlacklist
Get-TPHubDiscoveredPrinter -Search SCX -ShowHidden 1

ThinPrint Hub's PowerShell cmdlet Add-TPHubDiscoveredPrinterBlacklist

Did you find it helpful? Yes No

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