Open navigation

Remove-TPHubDiscoveredPrinterBlacklist

Description

Syntax

Example



Description

Removes the attribute hidden (see Find Printers tab)


Syntax

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

or

Remove-TPHubDiscoveredPrinterBlacklist [-IP <string[]>] [-Proxy <string>]
ParameterDescription
-Printerremove the attribute hidden from printers defined by a variable (alternative to -IP)
-IPremove the attribute hidden from a printer defined by its IP address (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 -ShowHidden 1
$a
Remove-TPHubDiscoveredPrinterBlacklist -Printer $a or $a | Remove-TPHubDiscoveredPrinterBlacklist
Get-TPHubDiscoveredPrinter -Search SCX -ShowHidden 0


Did you find it helpful? Yes No

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