Credential conflct when renaming computer account

  • Thread starter Thread starter Didier
  • Start date Start date
D

Didier

Hello,

We have some problemes when renaming computer account. We
receive some times the error "credential conflict". The
starnge thing is that is not each time and sometime a pc
with this error can be rename without problem the next day.
We are using an AD.
We are doing the rename on each pc via the propreties of
My Computer/Network identification/propreties.

What can be wrong ?

Thx
Didier
 
I have had a similar issue. What I do is:
1. Join a workgroup (dropping out of the domain)
2. Change the PC name
3. In Active Directory Users and Computers delete the old computer object
4. If you have more than 1 DC, replicate the change with replmon
4. Rejoin the domain

I am not sure if this is best practice, so please test carefully.
 
I would verify no drives are mapped, and if they are, delete the mappings
by running the following

net use * /d


Hope that helps!


Steve

Steve Dodson [MSFT]
Directory Services
--------------------
Content-Class: urn:content-classes:message
From: "Didier" <[email protected]>
Sender: "Didier" <[email protected]>
Subject: Credential conflct when renaming computer account
Date: Mon, 29 Sep 2003 02:53:43 -0700
Lines: 14
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOGb5GAKFpSKCoYSbKtkcrQnGxF8Q==
Newsgroups: microsoft.public.win2000.active_directory
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.win2000.active_directory:49620
NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
X-Tomcat-NG: microsoft.public.win2000.active_directory

Hello,

We have some problemes when renaming computer account. We
receive some times the error "credential conflict". The
starnge thing is that is not each time and sometime a pc
with this error can be rename without problem the next day.
We are using an AD.
We are doing the rename on each pc via the propreties of
My Computer/Network identification/propreties.

What can be wrong ?

Thx
Didier


--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
This generally means you are logged on as a domain user, and when you goto
rejoin (rename) the machine, you use a different domain user's credentials.
You have to use the same ones in this situation.

--
--
Brian Desmond
Windows Server MVP
(e-mail address removed)12.il.us

Http://www.briandesmond.com
 
Back
Top