I do have replication set-up between the PDC & BDC. The login scripts are being replicated between servers. And I do have some logins being validated by the BDC. That is fine.

The other piece of this issue then is the drive mappings. Right now my login script has the drive mappings pointing to a specific server (see a piece of the login script below). If FCI1 (which is the PDC) is not there, the login script will not run and the PCs receive an error when trying to login. The piece below is my .kix file.

SET kxrpc=\\FCI1

USE F: "\\FCI1\@USERID$"
USE G: "\\FCI1\APPS1"
USE I: "\\FCI1\FCI_INFO"
USE J: "\\FCI1\MCAFEE$"

My .bat file contains this:

NET TIME \\FCI1 /SET /YES
%0\..\kix2001\kix32.exe kixlogon.kix

Suggestions? Thanks !