Remove printer via command line in PowerShell?
Nothing is easier than removing a printer with a command line in PowerShell on all Microsoft Windows operating systems, why not when it's that easy!
1. Start PowerShell in admin mode as usual ( 1. Windows + R 2. powershell 3. Ctrl + Shift + Enter )
2. Find your printer, Get-Printer | Format List Name
3. Remove the printer by typing
Remove-Printer -Name "printer name" .
Please replace
"printer name" with your printer name, including the quotation marks. By the way, the quotes allow you to use spaces in PowerShell.
Here is an example of removing a printer from the command line:
(Image-1) Remove a printer from the command line in PowerShell!
Get Printer | Format List Name
FAQ 22: Updated on: 19 September 2022 17:05
Windows
Listing shared folders and drives with PowerShell is quite handy If possible, start PowerShell in administrative mode if the relevant release requires administrative
The display language in Windows 11, 10, is the display language you have selected, the default language is used by all Windows settings, file explorer,
The command history in PowerShell should be used because it is practical, the integrated command history function is very popular under Windows 11, 10,
In Powershell you can also change and adapt the font and add more, under Windows 11, 10, and MS Server OS, how is no longer a question 1. Use a
It is quite easy to list user accounts via PowerShell with a small command that works under Windows 11, 10, and MS Server operating systems If you run
It is really easy to find out the SHA256 hash value of a file with PowerShell under Windows 11, 10, or MS Server 1. Get SHA256 checksum via PowerShell
If there are a lot of pending jobs in the print queue, PowerShell can be used to delete all of the print jobs and thus reset everything 1. The command
»» My question is not there in the FAQ
Keywords: powershell, remove, printer, command, line, nothing, easier, than, removing, with, microsoft, windows, operating, systems, when, that, easy, start, Questions, Answers, Software