Setup application on EDGE for multiple user

Jean-Philippe JOUBERT 21 Reputation points
2022-06-09T12:36:02.47+00:00

Hi,

I would like to configure EDGE on application for a specific web site on multiple computers. Is it possible to do it by GPO ?

Thanks for your answer.

Best regards.

Microsoft Edge | Microsoft Edge development
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-06-10T10:09:59.097+00:00

    Hi @Jean-Philippe JOUBERT ,

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.