question

SeemaKanwalGurmani-8582 avatar image
0 Votes"
SeemaKanwalGurmani-8582 asked FanFan-MSFT commented

Group policy applying but not effecting the system

Dear Community,

I have a windows 8.1 machine on which I am testing a policy. I want to open a website on startup page through group policy on google chrome. But it won't show any page on start up page.
I want to ask where should I apply this policy on user OU or Computer OU? As I ahve created a test accont in AD and a computer and have added both in Comptera nd user OUs and have then applied the policy.
I want to know where shoud l exaclty apply it ? Under Computer Conguration or User Configuration. I applied it on both User and computer OU and under policy I enabled it on both Computer Configuration and User Configuration as I was not sure where to apply it?
It shows up as succesfully applied while running rspo.msc and gpresult /v . Please suggest what I am doing wrong?

windows-group-policy
· 1
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.

Hi,
I am checking to see if the problem has been resolved.
If there's anything you'd like to know, don't hesitate to ask.
Best Regards,

0 Votes 0 ·
Wools avatar image
0 Votes"
Wools answered Wools edited

The configuration should work in either setting. If you'd like to deploy the GPO to specific users regardless of the machine they are using, you would use the User Configuration. If you want to deploy to a specific set of machines regardless of the users logging in to them, use the Computer Configuration.

I would personally use the computer configuration to make sure only end user machines are receiving the policy. You then want to link it to an OU containing some or all of the machines you are deploying to. Here is the policy setting that you should be using.

Computer (or User) Configuration -> Policies -> Administrative Templates -> Google -> Google Chrome -> Startup, Home page, and New Tab page -> URLs to open on startup

If you are still having issues after verifying everything, I would double check the browser versions and the ADMX templates.





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.

FanFan-MSFT avatar image
0 Votes"
FanFan-MSFT answered FanFan-MSFT commented

Hi,

First, we’d better confirm the difference between Computer Configuration and User configuration.
Computer Configuration in Group Policy is applied to computers, regardless of who logs on to the computers.

User Configuration in Group Policy is applied to users, regardless of which computer they log on to.
If we set the settings collide with each other in Computer Configuration and User Configuration in one GPO, the Computer configuration will override the User Configuration.

For details, please refer to the following article.
Computer Configuration
User Configuration

So, for user policy (under user configuration), we should link the GPO to containers containing user objects.
For the Computer configuration policy, we should link the GPO to the containers containing computer objects.
To check the gpresult, you can try the following command:

Gpresult /h report.html(to get the computer configuration, we need to run the CMD as administrator)

Best Regards,



· 1
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.

If there are any progress, welcome to share here!
Best Regards,

0 Votes 0 ·