Janis,
if I understood your issue correctly then you do not have administrative permission on the workstation you have to manage until you move the client to the special OU and the first GPO refresh cycle is processed, right?
Probably you have a GPO which utilizes Restricted Groups feature to grant the needed permissions?
To make this faster, you want to manually trigger gpo refresh cycle.
All solutions to remotely execute a task will request administrative permissions.
And of course, this good for security reasons ;-)
How to overcome this?
Hm, I don't think there is a "built in" solution for that.
My idea would be something like this:
- don't run the task remotely
- Create a share on each client that you can use as "maintenance enable switch"
- Create a script/program that runs on each client and that polls that local directory for a certain trigger file
- if the file is found by the process, gpupdate /force shall be executed
You will also need a trigger for the script so that you can be sure it runs on every machine.
A real serice would be perfect. Not as robust, but easier to implement: A scheduled task or even just a startup script.
You think this could be a solution for you?
________
Patrick


LinkBack URL
About LinkBacks
Reply With Quote