Jump to content

Recommended Posts

Posted

Hi,

 

I am trying to force web-apps onto devices using GPO. Using Google, it's quite obvious how to do it, however when I go to set the policy, it doesn't allow multiple lines of text.

 

If I copy and paste this example:

 

[

{

"url": "https://www.contoso.com/maps",

"create_desktop_shortcut": true,

"default_launch_container": "window"

},

{

"url": "https://app.contoso.edu",

"default_launch_container": "tab"

}

]

 

In GPO, there is only one line of text available.

I've tried using the latest ADMX files from Microsoft too.. very strange.

 

Is anyone else getting this behaviour?

 

 

Posted (edited)

I’m assuming that’s the same as the favourite option, we just break it down to one line for the gpo

 

E.g.

 

 

[{"url": "https://www.contoso.com/maps",”create_desktop_shortcut": true,"default_launch_container": "window"},{"url": "https://app.contoso.edu", "default_launch_container": "tab"}]

 

Works fine like that for favourites, and I normally keep a nicely formatted version in a text file for next time I want to edit it :p

 

Steve

Edited by Steve21

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...