Hello, I am involved in a project to migrate users from Exchange 2016 to Exchange Online. We have a large number of users using Outlook 2016 but are frontline users, and we want them to start using the Outlook web app because we are giving them only Exchange Kiosk licenses.<\/p>\n
I’m trying to circumvent this odd UX with deploying the PWA in Edge if anyone has any experience with it.<\/p>\n
I set these MS Edge user GPOs:
\n“Configure list of force-installed Web Apps” includes this JSON:<\/p>\n
[\n {\n \"fallback_app_name\": \"Outlook Web\",\n \"custom_name\": \"Outlook Web\",\n \"create_desktop_shortcut\": true,\n \"install_as_shortcut\": true,\n \"default_launch_container\": \"window\",\n \"url\": \"https://outlook.office.com/mail/\"\n }\n]\n<\/code><\/pre>\nThen, “Register protocol handlers” is set to:<\/p>\n
[\n {\n \"url\": \"https://outlook.office.com/mail/deeplink/compose/?mailtouri=%s\",\n \"default\": true,\n \"protocol\": \"mailto\"\n }\n]\n<\/code><\/pre>\nThe following good behavior occurs (all on Windows 11):
\n“Outlook Web” shortcut becomes pinned on the desktop.
\n“Outlook Web” appears in the start menu under All Apps, but not “Pinned”.<\/p>\n
The following is where it starts to break down:
\nWhen a user opens the desktop shortcut, they get a prompt to allow this app, I would like to avoid it or set some defaults:
\n