Link to home
Start Free TrialLog in
Avatar of jintovarghese
jintovarghese

asked on

how to forcefully update group policy in remote computer

how to forcefully update group policy in single remote computer
Avatar of Albert Widjaja
Albert Widjaja
Flag of Australia image

Hi Jinto,

What's the AD domain controller OS and the domain functionality level ?
Avatar of jintovarghese
jintovarghese

ASKER

mixed domain controller:windows 2008  and 2012

functional level windows 2008
ASKER CERTIFIED SOLUTION
Avatar of Albert Widjaja
Albert Widjaja
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just run gpupdate /force on the remote computer.
I use PowerShell to do a such task:

Enter-PSSession COMPUTERNAME
gpupdate /force
it is workinf ine. Thanks
I've requested that this question be deleted for the following reason:

i got the solution
it is working
please close question