Create policy for windows 2008

Iltexanomontano 1 Reputation point
2020-08-19T15:20:59.577+00:00

I have 2 domain controller Windows 2008 R2 and I want to apply to policy to set proxy url for Windows 10 clients so I created batch script.
I cannot to run scheduled task because It doesn't work Win 2008, It's would be necessary to upgrade to 2012/2016 infact my Win 10 clients hae no scheduled tasks.
What do you suggest me to run my script ? I thught at startup but in this way if user changes its configuration it's necessary to wait next reboot.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
6,665 questions
No comments
{count} votes

7 answers

Sort by: Newest
  1. Fan Fan 15,186 Reputation points
    2020-08-24T02:01:28.983+00:00

    Hi,
    As said above,t you configured the policy under user configuration, but you link the GPO to the computer container, so the policy would not apply.
    You can configure the policy under the Computer Configuration as following screenshot showing:
    19647-8241.jpg
    And link the GPO to the computer container.
    Please feel free to let us know if you need further assistance.

    Best Regards,


  2. Iltexanomontano 1 Reputation point
    2020-08-21T11:04:47.46+00:00

    I link gpo to computer container.

  3. Fan Fan 15,186 Reputation points
    2020-08-21T00:31:41.44+00:00

    Hi,
    Based on my understanding , you want to apply the policy ( proxy url) to for Windows 10 clients ,right?
    From what the screenshot you post, i found that you configured the policy under user configuration, did you link the GPO to the user container or computer container?
    If you link it to the computer container, it is a expected behavior for not being applied.
    If possible, please click the GPO you configured and select the settings tab and share a screenshot .(Please hide the private information ).

    Best Regards,

  4. Iltexanomontano 1 Reputation point
    2020-08-20T09:28:40.927+00:00

    I can make task with these options ?

    19141-capture2.png

    I inserted as user the domain admin and I type password but no tasks show again.
    I enabled log in GPP to trace on client but log file is created. I noted error in event viewer where It says user or password of task are wrong, but I'm sure It's OK

  5. Fan Fan 15,186 Reputation points
    2020-08-20T00:38:40.17+00:00

    Hi,

    Based on my experience , the task schedule GPP can be created on the 2008r2 DCs for the Win10 clients.
    When create the task, select the Schedule Task "At least Windows Vista and later". The selection is replaced by Schedule Task ("At least Windows 7").And it will apply to
    Win10 clients.
    When configure the user GPP Scheduled Tasks items on 2008 server,to avoid issues, do not enable the "Run in logged-on user’s security context (user policy option)” Common option.
    https://support.microsoft.com/en-us/help/2447414/user-gpp-scheduled-task-item-fails-to-apply-and-logs-event-id-4098-wit
    If there are any error messages when you update the policy , please feel free to let me know.

    If you don't want to reboot the computers ,a logon script can be considered also.
    Best Regards,