Is secure printing available on my printers? Powershell

DominikB-5568 0 Reputation points
2023-09-12T07:51:20.6533333+00:00

Hello,

i want to find out if my printers are able to do scure printing. I dont want to look up all the printing preferences of the printers, so i thought about powershell. Is that possible?

Tanks!

Windows Server Printing
Windows Server Printing
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Printing: Printer centralized deployment and management, scan and fax resources management, and document services
675 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,521 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 46,711 Reputation points
    2023-09-12T15:11:22.7233333+00:00

    If you're asking about the physical printer, it usually depends on what's exposed by the printer driver. They all seem to have different property names.

    A printer object does have a SDDL to allow its use, but if the printer is on, say, a network then its security would depend on the printer firmware.

    You can start with this and see what you get. But you may have to deal with the manufacturers' software to get more.

    Get-PrinterProperty <name-of-the-printer>
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.