
Thanks for the reply and the clarification of your question.
Based on your description, if you want to install specific website as web app via GPO, you can try this policy : Configure list of force-installed Web Apps. Just enable this policy and configure the app list like this:
[
{
"create_desktop_shortcut": true,
"default_launch_container": "window",
"url": "https://www.contoso.com/maps"
}
]
And as mentioned in the documentation, the custom name and icon configuration is not yet supported, so you still need to wait for subsequent updates. I have tested with local group policy and it works fine. You can also view the configured apps in Edge, just navigate to edge://apps
in Edge.
Regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.