I see the message Printer is Offline when I try to print with a wireless (Wi-Fi) connection on my Mac. What should I do? How do I know which paper or media type to select in my product's driver? I've tried to install my product's software for a wireless connection, but cannot complete the installation. What should I do?
- Drivers For My Printer
- Look For Printers On Network
- Brother Printer Driver Download
- Printer Driver Dell
- Printer Drivers For Epson
- Your Account. Login; Create an Account. Check your order, save products & fast registration all with a Canon Account ×.
- Download Software for Printers and All-in-Ones. Download the drivers and utility software for printers and All-in-Ones. Full Driver & Software Package. We recommend this download to get the most functionality out of your Brother machine. This is a comprehensive file containing available drivers and software for the Brother machine.
Easily find and download latest HP software and drivers, firmware and utility diagnostic tools for your HP Printers from our Customer Support website. If your printer is AirPrint-enabled for printing from your Mac or iOS device, just make sure that it's connected to the same Wi-Fi network used by the Mac or iOS device. If you still can't print, try any of these solutions: Restart your Wi-Fi router. Then restart your printer. Move your printer closer to your Wi-Fi router. Easily find and download software and drivers for your HP products including pcs, laptops, desktops, printers, tablets, apps and services from HP Customer Support. Product downloads for VersaLink C7020/C7025/C7030 Multifunction Printer.
The printer driver is the connection between your computer and your printer that relays commands to tell the printer how and what to print [source: Canon]. There are many possible reasons why your printer driver might stop working. For example, it could be corrupted or incompatible, the settings might be wrong or it might be missing updates [source: Microsoft]. Fixing a printer driver error is often simply a matter of updating, installing or reinstalling the driver [source: Microsoft].
Here's how to install a new printer driver:
- Go to the printer manufacturer's Web site and search for print drivers, printer drivers or drivers.
- Find the right driver for your printer model.
- Download and install the driver [source: Adobe]. You may have to restart the computer after installing the new driver.
Reinstalling the driver software that came with the printer is fairly easy. Simply insert the disc in your disc drive and follow the instructions that appear on your screen [source: Microsoft].
You can update your driver using Windows Update. Once it's set up, Windows Update will download and install recommended updates for your printer automatically [source: Microsoft]. Here's what how to set it up:
- Press Start in the bottom left corner of your screen. A popup menu will appear.
- Type Update in the Search bar, and a list of results will appear. Depending on your version of Windows, you may have to select All Programs from the first popup menu. Click Windows Update and in the left pane, click Check for updates. Depending on your version of Windows, you may have to select Select the updates you want to install page, followed by clicking OK. You'll then click Install updates on the Windows Update page. Similarly, you may have to select View available updates and then click Install for the driver you wish to install [source: Microsoft].
- Provide a password or confirmation if you're prompted to do so. This will show that you're authorized to make this type of change. When the process is complete, a box will pop up, saying that the printer driver has been installed correctly [source: Microsoft]. //]]]]> ]]>
Syntax
Description
The Get-PrinterDriver cmdlet retrieves the list of printer drivers installed on the specified computer.The Get-PrinterDriver cmdlet returns a printer driver object that you can store in a variable to use with other cmdlets.You can specify the ComputerName parameter to list the printer drivers installed on another computer.
You can use wildcard characters with Get-PrinterDriver.You can use Get-PrinterDriver in a Windows PowerShell remoting session.
You do not need administrator credentials to run Get-PrinterDriver.
Examples
Example 1: Get a list of printer drivers using wildcard characters
This command returns a list of printer drivers installed on the local computer by using wildcard characters.
Example 2: Get a list of printer drivers on a remote computer
This command retrieves a list of printer drivers from the computer named PrintServer.
Example 3: Get detailed information about each driver
This command displays the detailed information for each printer driver.Get-PrinterDriver displays a summarized view of each printer driver queried.
Example 4: Get a printer driver object
This command retrieves a printer driver object that you can use with other cmdlets.The printer driver object is stored in the $PrinterDriver variable.
Parameters
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
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 drivers.
Type: | String |
Aliases: | CN |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the name of the printer driver to retrieve.
Type: | String[] |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True (ByPropertyName) |
Accept wildcard characters: | False |
Specifies the printer driver environment.
Drivers For My Printer
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
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 |
Look For Printers On Network
Inputs
Brother Printer Driver Download
None
This cmdlet accepts no input objects.
Printer Driver Dell
Outputs
Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_PrinterDriver
Printer Drivers For Epson
This cmdlet returns one or more printer driver objects.