question

DineshPawar-9313 avatar image
0 Votes"
DineshPawar-9313 asked cthivierge answered

How to add multiple sites in trusted sites using GPO

Hello,
when we add site to trusted we need to add one by one, I have more than 100 Urls that needs to be added in trusted sites using GPO

how we can add multiple sites at one time?

windows-group-policy
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LeonLaude avatar image
0 Votes"
LeonLaude answered LeonLaude edited

Hi @DineshPawar-9313,

I believe you will have to add them one-by-one I'm afraid, here's the ways of accomplishing this:

If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!


Best regards,
Leon

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

cthivierge avatar image
0 Votes"
cthivierge answered

If you use GPO using the GPO setting or the GPP settings, you will have to add it one by one.

The GPO setting creates a registry.pol at this location. \\MyDomain\SYSVOL\MyDomain\Policies{PolicyGUID}\User\Registry.pol. The problem is that the .pol file cannot be easily edited manually.

The GPP setting create a file here \\MyDomain\SYSVOL\MyDomain\Policies{PolicyGUID}\User\Preferences\Registry\Registry.xml. This file is also hard to edit manually.

One thing you can do is to use a script to add all Urls and just add this script into the login script

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.