Print Management Cmdlets in Windows PowerShell

Windows PowerShell® est un interpréteur en ligne de commande et un langage de script basé sur des tâches, conçu spécialement pour l’administration système. Cette rubrique de référence pour les informaticiens fournit une assistance sur l’utilisation des applets de commande Windows PowerShell pour écrire des scripts et automatiser des tâches.

This reference provides cmdlet descriptions and syntax for all print management cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

cmdlet Description

Add-Printer

Adds a printer to the specified computer.

Add-PrinterDriver

Installs a printer driver on the specified computer.

Add-PrinterPort

Installs a printer port on the specified computer.

Get-PrintConfiguration

Gets the configuration information of a printer.

Get-Printer

Retrieves a list of printers installed on a computer.

Get-PrinterDriver

Retrieves the list of printer drivers installed on the specified computer.

Get-PrinterPort

Retrieves a list of printer ports installed on the specified computer.

Get-PrinterProperty

Retrieves printer properties for the specified printer.

Get-PrintJob

Retrieves a list of print jobs in the specified printer.

Read-PrinterNfcTag

Reads information about printers from an NFC tag.

Remove-Printer

Removes a printer from the specified computer.

Remove-PrinterDriver

Deletes printer driver from the specified computer.

Remove-PrinterPort

Removes the specified printer port from the specified computer.

Remove-PrintJob

Removes a print job on the specified printer.

Rename-Printer

Renames the specified printer.

Restart-PrintJob

Restarts a print job on the specified printer.

Resume-PrintJob

Resumes a suspended print job.

Set-PrintConfiguration

Sets the configuration information for the specified printer.

Set-Printer

Updates the configuration of an existing printer.

Set-PrinterProperty

Modifies the printer properties for the specified printer.

Suspend-PrintJob

Suspends a print job on the specified printer.

Write-PrinterNfcTag

Writes printer connection data to an NFC tag.

Notes

To list all the cmdlets that are available, use the Get-Command –Module PrintManagement cmdlet.

Pour plus d’informations sur les applets de commande ou leur syntaxe, utilisez l’applet de commande Get-Help <nom de l’applet de commande>, où <nom de l’applet de commande> est le nom de l’applet de commande que vous voulez rechercher. Pour plus d’informations, vous pouvez exécuter les applets de commande suivantes :

Get-Help <nom de l’applet de commande> -Detailed
Get-Help <nom de l’applet de commande> -Examples
Get-Help <nom de l’applet de commande> -Full