Re: Adding duplicate names in Windows 2003 Domain not issuing any Warn

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Laljeev M" <news08@xxxxxxxxxxxxx> wrote in message news:9B8B1C36-6CAD-4159-AB67-3930CE91233A@xxxxxxxxxxxxxxxx
Hi

While our helpdesk team adding / joing any new PCs to domain with the
existing names not showing any warnings (but if do the DSA console we are
getting it), is there anyway to configure warnings while adding duplicate
names to AD? Because of thsi issue we are facing problem with the old pcs
with the same name in domain.

Thanks in advance for any valuable suggestions..
Lal
--
----Server Management Team----


First, you normally wouldn't be able to create a duplicate object in AD, however this may occur when joining a machine. You can follow Syed's suggestion, to keep tabs on the event logs, or you can create a join machine script available for your techs, with a function to search AD for the name, and if found, deny the join. I worked at one place where the desktop guy created such a script. Pretty cool script. He created it with a pop-up GUI to ask for your credentials, and the domain name to add it to.

Unfortunately, I can't provide the script since I don't have a copy of it.

In the meantime, run the utility in the following link to search for old computer accounts. This way at least you have a list of them you can research their existence, and delete if necessary.

OldCmp
Command line Active Directory tool to find old user and computer accounts.Dec 28, 2004.
www.joeware.net/freetools/tools/oldcmp/index.htm

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and confers no rights.

Please reply back to the newsgroup or forum to benefit from collaboration among responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCTS Exchange, MCSE, MCSA 2003 & 2000, MCSA Messaging
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers.

.



Relevant Pages

  • Re: A script to flag commonly misused words
    ... is preferable in general as it allows you to scope warnings. ... use strict; ... I first wrote a script to extract the words to flag from your ... I discovered that at least one of the expressions you ...
    (comp.lang.perl.misc)
  • Re: [PATCH] Speed up "make headers_*"
    ... 'use strict' and 'use warnings' is recommended. ... The parentheses are not needed for most of the built-in functions. ... More or less the same comments would apply to the next script as well. ...
    (Linux-Kernel)
  • Re: crisis Perl
    ... As to writing good code to begin with, ... the top of the script. ... the "use warnings;" line won't actually change ... recommended declaring variables IN AS SMALL AS SCOPE AS POSSIBLE. ...
    (comp.lang.perl.misc)
  • Change local admin settings
    ... At the time, the simplest setup was to make each user a local admin, so ... and cross use PCs as need be. ... the logon script would hopefully add them back in before they'd ...
    (microsoft.public.windows.server.sbs)
  • Re: Regular Expression and file editing.
    ... Goksie wrote: ... If i run the script, the changes could not be effected bcos the files is ... use warnings; ... use strict; ...
    (perl.beginners)