30

апр

Hello ITguy565 Please find screenshot of new query, sadly it's still not showing the serial number. Like yourself, i've tried 'piping' different instances, but can't work out how to interlink the the USB Printing Properties with the actual printer properties to show the serial number. I the command 'WMIC diskdrive get serialnumber' to return the serial number to a variable in the script but for some reason the serial numbers didn't match up, upon closer inspection the serial number being returned by the script and the one printed on the label are the same characters just ever other character is reversed (i.e. Z3TV104H becomes 3ZVT01H4).

-->
Retrieves a list of printers installed on a computer.

Syntax

Description

The Get-Printer cmdlet retrieves a list of printers installed on a computer.You can also use Get-Printer to retrieve the properties of a single printer, and then use that information as input into other cmdlets.

You can use wildcard characters with Get-Printer.You can use a Get-Printer in a Windows PowerShell remoting session.

Read related documents and downloads about Lista De Codigos Para Control Universal Steren Rm 8000. Find answers researching ebooks, papers. All Manuals Manual de control remoto steren rm 8. Remoto Steren Rm 8000. Manual De Control Remoto Steren Rm 8 downloads at Ebookinga.com - Download free pdf files,ebooks and documents. Date added: April 29. Manual de control remoto universal steren rm-8000. Download 11 Steren Remote Control PDF manuals. User manuals, Steren Remote control Operating guides and Service manuals.

You do not need administrator credentials to run Get-Printer.

Examples

Example 1: Get a list of printers

This command retrieves a list of printers and printer connections on the local computer.

Example 2: Get the information for a specific printer

This command retrieves information for one specific printer named Microsoft XPS Document Writer.

Example 3: Get the detailed information for a specific printer

This command retrieves detailed information for one specific printer named Microsoft XPS Document Writer.

Example 4: Get a list of printers on a remote computer

This command retrieves a list of printers from the computer named PrintServer.

Example 5: Get a list of printer objects and then rename the printers

The first command gets the printer named Microsoft XPS Document Writer, and then stores it in the $Printer variable.

The second command renames the printer in $Printer by using the Rename-Printer cmdlet.

Parameters

Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.

Wmi
Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Runs the cmdlet in a remote session or on a remote computer.Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet.The default is the current session on the local computer.

Type:CimSession[]
Aliases:Session
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Specifies the name of the computer from which to retrieve the printer information.

Type:String
Aliases:CN
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Specifies all the printer parameters to retrieve including RenderingMode and PermissionSDDL.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Specifies the name of the printer about which to retrieve information.

Type:String[]
Position:0
Default value:None
Accept pipeline input:True (ByPropertyName)
Accept wildcard characters:False

Specifies the maximum number of concurrent operations that can be established to run the cmdlet.If this parameter is omitted or a value of 0 is entered, then Windows PowerShell速 calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.The throttle limit applies only to the current cmdlet, not to the session or to the computer.

Type:Int32
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

This cmdlet accepts no input objects.

Outputs

Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_Printer

This cmdlet outputs one or more printer objects.

Related Links

Popular Posts