Seán
Guest
|
Posted:
Fri Sep 16, 2005 12:52 pm Post subject:
Tools to clean up NT domain? |
|
|
I'm planning a single domain upgrade from NT 4 to 2003 involving bringing in
a fresh BDC and then promoting it to a PDC, upgrading to 2003 and then
installing AD.
My question is on cleaning up as much as I can in the existing NT domain
before I bring in this fresh BDC.
I need to identify old accounts, service accounts, unused groups etc. Are
there tools to people use? The Windows 2003 Server deployment kit comes with
scripts which reference ADMT. But as far as I can see, I won't need ADMT.
- Seán |
|
Ada Pan [MSFT]
Guest
|
Posted:
Mon Sep 19, 2005 8:51 am Post subject:
RE: Tools to clean up NT domain? |
|
|
Hello Sean,
I am afraid there is no such a tool provided by Microsoft to achieve your
goal because the information is not recorded in NT 4.0 domain. However,
you can do it after upgrade to Windows Server 2003 and then use the Dsquery
is a command-line tool that ships with Windows Server 2003 after upgrade.
For example, several months later since you upgrade to Windows Server 2003,
you can run the Dsquery command with the following parameter to query some
certain accounts that have been inactive for at least the specified number
of weeks.
-inactive NumberOfWeeks
For more information about the Dsquery command, please refer to the
following article:
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/Serve
rHelp/552ed70a-208d-48c4-8da8-2e27b530eac7.mspx
Hope it helps.
Regards,
Ada Pan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights. |
|