Hi
I would like to force a Group policy refresh after my OSD task sequence has completed. At the moment, my TS completes, I get the Deployment Complete window and I click on Start Windows. Windows starts up but my Computer based Group Policies have not applied so I need to restart the machine immediately.
My question is, how can I refresh group policy but still retain the Deployment Complete window ? I have tried using theSMSTSPostAction Task Sequence variable to set a gpupdate /force to run after the TS completes but it just hangs. I set it to gpupdate /force /wait:0and this seems to run and I get my Deployment Complete window, but my Group Policy still isn't applying. I have tried setting theSMSTSPostAction Task Sequence variable to shutdown /r which reboots the machine, but then i don't get the Deployment Complete window at the end of the build.
Any other ideas ?
Cheers
G