为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Managing policies.json in larger company

  • 7 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 Mike Kaply

more options

I haven't found any information about policies.json in context of mass deploying it over the network. In my case we don't have GPO available so policies.json would be nice but how to centralize this feature instead of placing it in every PC one by one ??? Can it be shared via UNC so changes can affect all that use it?

I haven't found any information about policies.json in context of mass deploying it over the network. In my case we don't have GPO available so policies.json would be nice but how to centralize this feature instead of placing it in every PC one by one ??? Can it be shared via UNC so changes can affect all that use it?

被采纳的解决方案

Yeah, in your scenario I think you're better off just using the symlink idea.

定位到答案原位置 👍 1

所有回复 (7)

more options

Policies.json is designed to be per Firefox install, so there's no built in way to do this.

You could use a symbolic link to map the file to something on a remote server:

https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink https://sourcedaddy.com/windows-7/how-to-create-symbolic-links-to-shared-folders.html

Do you use any software to handle deployments/customizations on your clients?

more options

Thanks for the reply.

We don't have any deployment tools. We did have FOG but it kinda failed. I was thinking about PSTools but there are many subnets as well as IP's do change frequently. I was thinking yesterday about sym links.

Maybe I'll just bite the bullet and place the symbolic link on each PC and every new PC will have it on board.

more options

Sorry I don't have a better answer.

Another think I thought of was you could do a .reg file with the policies but users would have to click and install.

more options

Policies in the registry is an interesting idea. Could be useful for fresh installs. Although sym link could be better idea for more dynamic environment.

In that case what I'll apply registry policies and then place policies.json in Mozilla folder (and change something in that file)? Will JSON file overwrite the registry or the other way around ? (I know that GPO stands higher than json)

more options

> In that case what I'll apply registry policies and then place policies.json in Mozilla folder (and change something in that file)? Will JSON file overwrite the registry or the other way around ? (I know that GPO stands higher than json)

Right now, GPO wins over JSON completely (json isn't read).

I have a patch that will be coming in the next release (hopefully) that will make GPO and JSON merge (with GPO winning if the same entry is in both JSON and GPO)

more options

Mike Kaply said

Right now, GPO wins over JSON completely (json isn't read). I have a patch that will be coming in the next release (hopefully) that will make GPO and JSON merge (with GPO winning if the same entry is in both JSON and GPO)

Hm, going by that logic it seems that .reg files are out of the question because they will always overwrite JSON file...

I was thinking about making fresh install, configure them with .reg files and attach sym link policies.json file that I could change at any time on the central server.

由Serpher于修改

more options

选择的解决方案

Yeah, in your scenario I think you're better off just using the symlink idea.