Remove-TPHubDiscoveredPrinterBlacklist

56 views 0

280Description

Removes the attribute hidden (see Find Printers tab)

Syntax

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

or

Remove-TPHubDiscoveredPrinterBlacklist [-IP <string[]>] [-Proxy <string>]
Parameter Description
-Printer remove the attribute hidden from printers defined by a variable (alternative to -IP)
-IP remove 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

removing the attribute hidden from a printer (Hide: False)

Previous Page
Next Page

Was this helpful?