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?
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?
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
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
7 people are following this question.