Jump to content

Recommended Posts

Posted

Hey!

 

Bit of a quick one - Is it possible to schedule a GPO to apply from a specific point?

I can't find anything online about this, so I presume that it isn't possible, but maybe someone here knows how to work some magic!

 

The query relates to changing proxy settings if anyone is wondering.

 

Any suggestions are greatly appreciated.

Posted (edited)
Hey!

 

Bit of a quick one - Is it possible to schedule a GPO to apply from a specific point?

I can't find anything online about this, so I presume that it isn't possible, but maybe someone here knows how to work some magic!

 

The query relates to changing proxy settings if anyone is wondering.

 

Any suggestions are greatly appreciated.

I guess that you could use Scheduled Tasks to run a Powershell script at a certain time that applies a GPO.

Edited by sparkeh
  • Thanks 1
Posted

I'd go with a scheduled task that links a GPO (already created for testing purposes ?) to an ou:

 

Set-GPLink -Name TestGPO -Target "ou=MyOU,dc=contoso,dc=com" or Set-GPLink -Guid 77c5285d-952e-4559-94ef-a02f5c107799 -Target "ou=MyOU,dc=contoso,dc=com"

  • Thanks 1
Posted
Hey!

 

Bit of a quick one - Is it possible to schedule a GPO to apply from a specific point?

I can't find anything online about this, so I presume that it isn't possible, but maybe someone here knows how to work some magic!

 

The query relates to changing proxy settings if anyone is wondering.

 

Any suggestions are greatly appreciated.

 

What are you trying to do with proxy settings? there might be a better way

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...