Forum Discussion
llederer
Jun 06, 2025Copper Contributor
Very Frustrating that MS says Universal Print connector is available in preview but it is not
I spoke to a Microsoft tech - showed him the docs where it says Universal Print connector is in preview but it really isn't. If anyone knows a way to accomplish printing besides send to eprint or co...
vihargadhesariya
Jun 08, 2025Iron Contributor
Confirm Universal Print Preview is enabled in your tenant’s Azure portal (Azure AD → Universal Print blade); if absent, file a Microsoft support request.
Install and run Microsoft’s Universal Print Connector (no third-party) via PowerShell:
Install-Module UniversalPrintManagement
Connect-UPService
Register-UPPrinter -PrinterShareName "<ShareName>" -Location "<Location>"
On Win 10 21H1+ clients, add printers directly: Settings → Bluetooth & devices → Printers & scanners → Add → “My printer is a Universal Print printer” → sign in.
Deploy printers via Intune's native Universal Print integration to avoid separate connector installations.
- kabu07079Jun 11, 2025Copper Contributor
Hi,
Universal Print is enabled, despite it like OP said, connector Universal Print in Power Automate under connectors is not listed and there is no possibility to add it.