Description
Marks printers as hidden (see Find Printers tab)
Syntax
Add-TPHubDiscoveredPrinterBlacklist [-Printer <DiscoveredPrinter>] [-Proxy <string>]
or
Add-TPHubDiscoveredPrinterBlacklist [-IP <string[]>] [-Proxy <string>]
| Parameter | Description |
| -Printer | a variable defines the printers to be marked as hidden (alternative to -IP) |
| -IP | an 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
