Hi bswhipp,
That's a solid observation. Local printer redirection can indeed cause these kinds of errors. When you remote into the server, it's common for Windows to attempt automatic printer installation for locally redirected devices. If the server is unable to locate the necessary metadata or driver information for these printers, you can see the DeviceSetupManager logging an error with result 0x80070490 (Element not found).
Here are a couple of things you might consider:
- Update Printer Drivers:
– Ensure that both the client and server have the latest drivers installed for your local printers. This can sometimes resolve mismatches causing the error.
- Disable Printer Redirection:
– If remote printing isn’t...