«

»

Mar
13

Group Policy Not Applied To Remote VPN Users

Problem:  Users logging on to an Active Directory domain across a relatively slow VPN link will unreliably apply group policies.  This article deals with user policies specifically, not computer policies.

Solution:  Although the ultimate solution to this problem would be to cure the root cause of the group policies not being applied, my reason for writing this was to get the policies to apply immediately so that I could fix the root cause later.

To get the policies to apply immediately, first try this:

Ensure proper communication with the domain and domain controller.  

  1. From a command prompt at the remote computer:
  2. Run ipconfig /flushdns
  3. Run ipconfig /registerdns
  4. Ping the domain and the domain controller that hold the policy in question.

Try to force the policy.

  1. From a command prompt at the remote computer:
  2. Run gpupdate /force
  3. Log the user off without restarting the computer.
  4. Log back on and check if the policy has been applied.

Try to apply the policy synchronously.

Sometimes over a slow link, target computers will time out before applying policies at logon.  This is especially true of large logon scripts.  This gets into a separate discussion on synchronous vs. asynchronous group policies, but for the purposes of this article we will force a one-time synchronous logon.

  1. From a command prompt at the remote computer:
  2. Run gpupdate /sync.
  3. You will be prompted to reboot.
  4. Reboot and log back in to check if the policy has been applied.

In most cases these steps will get your policy applied so that you can spend your time figuring out the root cause of the situation.  If the policy still will not apply, consider clearing out all cached and local policies and following the above steps again.

-n

 

 

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.