Announcement

Collapse
No announcement yet.

domain synchronization

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • domain synchronization

    Hello,
    when I'm working with templates and batch-files for generating new users and their serverbased home- and userprofile-directories I've got the problem that before the rights for the directories can be given, the domain must be synchronized, because the PDC is not the server that hosts this directories. How can I realize that?

    Jens Kalski

  • #2
    Re: domain synchronization

    There is a NT Resource Kit utility called NLTEST.EXE that can be used in your batch file to force a sync prior to setting permissions.

    The syntax looks to be:

    /SYNC - Force SYNC on <ServerName> BDC
    /PDC_REPL - Force UAS change message from <ServerName> PDC

    You can also use the wait command to add in a pause to make sure the sync has time to finish before running the next command in your batch file.

    Comment


    • #3
      Re: domain synchronization

      <div class="ubbcode-block"><div class="ubbcode-header">Quote:</div><div class="ubbcode-body">Originally posted by cmccullough:
      <span style="font-weight: bold">The syntax looks to be:

      /SYNC - Force SYNC on <ServerName> BDC
      /PDC_REPL - Force UAS change message from <ServerName> PDC

      </span></div></div>

      The exact syntax is:

      NLTEST /SYNC /SERVER:name_of_your_bdc

      Regards,
      Birgit Nietsch

      Comment

      Working...
      X