Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
O Windows PowerShell® é um shell de linha de comando baseado em tarefas e uma linguagem de script desenvolvida especialmente para a administração do sistema. Este tópico de referência para os profissionais de TI (tecnologia da informação) oferece assistência para a utilização de cmdlets do Windows PowerShell para criar scripts e automatizar tarefas.
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 |
---|---|
Adds a printer to the specified computer. |
|
Installs a printer driver on the specified computer. |
|
Installs a printer port on the specified computer. |
|
Gets the configuration information of a printer. |
|
Retrieves a list of printers installed on a computer. |
|
Retrieves the list of printer drivers installed on the specified computer. |
|
Retrieves a list of printer ports installed on the specified computer. |
|
Retrieves printer properties for the specified printer. |
|
Retrieves a list of print jobs in the specified printer. |
|
Reads information about printers from an NFC tag. |
|
Removes a printer from the specified computer. |
|
Deletes printer driver from the specified computer. |
|
Removes the specified printer port from the specified computer. |
|
Removes a print job on the specified printer. |
|
Renames the specified printer. |
|
Restarts a print job on the specified printer. |
|
Resumes a suspended print job. |
|
Sets the configuration information for the specified printer. |
|
Updates the configuration of an existing printer. |
|
Modifies the printer properties for the specified printer. |
|
Suspends a print job on the specified printer. |
|
Writes printer connection data to an NFC tag. |
Observação
To list all the cmdlets that are available, use the Get-Command –Module PrintManagement
cmdlet.
Para obter mais informações sobre qualquer cmdlet ou sua sintaxe, use o cmdlet Get-Help
<nome do cmdlet>, em que <nome do cmdlet> é o nome do cmdlet que você deseja pesquisar. Para obter informações mais detalhadas, você pode executar qualquer um dos seguintes cmdlets:
● Get-Help
<nome do cmdlet> -Detailed
● Get-Help
<nome do cmdlet> -Examples
● Get-Help
<nome do cmdlet> -Full