Forum Discussion
Adam2320
Oct 01, 2019Copper Contributor
Printing to AAD Devices from onsite server
Hi all, would love some help with this scenario. With many printers connected to a onsite windows print server and these printers are currently assigned locally within GPO. We also have de...
CraigWilson_
Oct 12, 2019Brass Contributor
If the devices are not connected to the domain to get GPO or not connected to an MDM, then you will need to run some commands locally on the device.
I have used a PowerShell script to perform this install before, but it was via Intune. https://gallery.technet.microsoft.com/Deploy-Printer-via-d557b5ad
The other option you have is to switch to a cloud-based print service. The user would then connect to the cloud-based service which would relay the print job back on-premise. Check out this blog. https://blogs.technet.microsoft.com/mniehaus/2018/04/04/printing-to-on-prem-printers-from-azure-ad-joined-devices/
Hope this helps.