Enable Print: Management Windows 11 |link|
If you manage more than 3 printers or any networked printers, Print Management is worth the learning curve. Windows 11 has streamlined many admin tasks, but sometimes "streamlined" means "hidden." The Print Management console is a throwback to an era when Microsoft trusted administrators to want detailed control—and it remains one of the most reliable tools in the ecosystem.
Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintManagement -Restart To verify installation: enable print management windows 11
Get-Printer | Select-Object Name, PortName, DriverName, Shared | Export-Csv -Path "C:\printer_inventory.csv" -NoTypeInformation "Print Management Console does not appear after enabling" Run printmanagement.msc directly. If it says "Windows cannot find," the feature didn’t install. Check Windows Update for pending restarts or corruption. "Access Denied" when managing remote print server You need admin rights on the remote server. Use Run as different user on the MMC shortcut, or open Print Management from within Server Manager. Print queue stuck even after clearing jobs Stop the spooler, delete all files in C:\Windows\System32\spool\PRINTERS\* , restart spooler. Use Print Management’s Cancel All Documents first—it often works without a service restart. Driver isolation causing crashes In Drivers view, double-click a driver. Under Driver Isolation , change from "Shared" to "Isolated". This runs the driver in a separate process. If the driver crashes, only that printer fails, not the whole spooler. When to Use Print Management vs. Settings App | Task | Settings App | Print Management | |------|--------------|------------------| | Add a USB printer | ✅ Easy | ❌ Overkill | | Change paper size | ✅ Fine | ❌ Too deep | | Deploy printer to 50 users via GPO | ❌ Not possible | ✅ Built-in | | Migrate printers to a new PC | ❌ Manual re-add | ✅ Export/Import | | See which driver a printer uses | ❌ Hidden | ✅ One column | | Clear a single stuck job | ✅ Works | ✅ Also works | | Clear ALL jobs across 20 printers | ❌ Click each one | ✅ Right-click server > Cancel All | If you manage more than 3 printers or
Add-Printer -Name "Accounting-HP" -DriverName "HP Universal Printing PCL 6" -PortName "IP_192.168.1.120" Note: The port must exist first. Create a standard TCP/IP port: If it says "Windows cannot find," the feature