Home ยป PowerShell ยป PowerShell PrinterManagement Module – Printer Commands

PowerShell PrinterManagement Module – Printer Commands

The PrinterManagement module is a PowerShell module that provides cmdlets for managing the printers on Windows computers.

The PrinterManagement module includes commands for creating, modifying, and removing printers, getting a list of printers, printer configuration, and many more to manage printer drivers and their properties.

In this article, we will discuss printer commands available in the PrinterManagement module.

Printer Commands in PowerShell

Here are some of the commands available in the PrinterManagement module.

  • Add-Printer โ€“ It adds a printer to the specified computer
  • Add-PrinterDriver โ€“ It installs a printer driver on the specified computer.
  • Add-PrinterPort โ€“ It installs a printer port on the specified computer.
  • Get-PrinterConfiguration โ€“ It retrieves the configuration information of a printer.
  • Get-Printer โ€“ It gets a list of printers installed on the computer.
  • Get-PrinterDriver โ€“ It gets a list of printer drivers installed on the computer.
  • Get-PrinterPort โ€“ It gets a list of printer ports installed on the computer.
  • Get-PrinterProperty โ€“ It retrieves the printer properties for the specified printer.
  • Get-PrinterJob โ€“ It retrieves the list of print jobs in the specified printer.
  • Read-PrinterNfcTag โ€“ It reads the information about printers using an NFC tag.
  • Remove-Printer โ€“ It deletes a printer from the specified computer.
  • Remove-PrinterDriver โ€“ It deletes the printer driver from the computer.
  • Remove-PrinterPort โ€“ It removes the specified printer port from the computer.
  • Remove-PrintJob โ€“ It deletes a print job on the specified printer.
  • Rename-Printer โ€“ It renames the specified printer.
  • Restart-PrintJob โ€“ It restarts a print job on the specified printer.
  • Resume-PrintJob โ€“ It resumes a print job on the specified printer.
  • Set-PrinterConfiguration โ€“ It sets the configuration information for the specified printer.
  • Set-Printer โ€“ It updates the configuration of an existing printer.
  • Set-PrinterProperty โ€“ It updates the printer properties for the specified printer.
  • Suspend-PrintJob โ€“ It suspends a print job on the specified printer.
  • Write-PrinterNfcTag โ€“ It writes printer connection data to an NFC tag.

Conclusion

I hope the above article on the PrinterManagement module in PowerShell and its printer commands to manage printers in local or remote computers is helpful to you.

You can find more topics about PowerShell Active Directory commands and PowerShell basics on the ShellGeek home page.