Windows server 2003 – How to find Global Catalogs (GC) via command line

Posted by Thomas | Posted in Command line, Windows 2003 | Posted on 08-07-2009

0

If you want to test quick way how to query your Global Catalogs open command line on Windows server 2003 and type:

dsquery server -isgc

gc

Press “Enter” button and you are done !


Windows server 2003 – How to enable ADSI edit in microsoft management console

Posted by aidas | Posted in Active directory, Tools, Windows 2003 | Posted on 25-06-2009

0

This post will show you how to install Active Directory schema configuration snap in for your Microsoft management console. For that you have two ways.

1. Install Windows server 2003 support tools package (supptools.msi) . It is located inyour OS CD  Support\Tools directory.

ADSI Edit will be automatically installed and registered by doing that.

2. If you want to install only ADSI Edit tool copy adsiedit.dll file from support tools into %systemroot% directory (default C:\Windows) .

Then click Start>Run and type regsvr32 adsiedit.dll

regsrv

Press “OK”

Windows server 2003 – How to add Additional Account Info tab in user properties

Posted by Mark | Posted in Active directory, Windows 2003 | Posted on 15-06-2009

0

Additional Account Info addon will help you gather some usefull information about your active directory users.

Active directory user

User properties in AD users and computers

In order to have this add on your Windows server 2003 based active directory download “Account Lockout and Management Tools” from here .
Extract contents of the package and copy “acctinfo.dll” file to %systemroot%/system32 directory.

Then press Start > Run and type:
regsvr32 acctinfo.dll

Press OK.

Thats it, now you have additional tab under user properties in your active directory.

Open Active directory users and computers snap in and check it.

Cheers !

Windows server 2003 and Windows XP – How to test Kerberos functionality

Posted by aidas | Posted in Active directory, Command line, Windows 2003, Windows XP | Posted on 07-05-2009

0

This post will show you how to test Kerberos authentication between server and your domain. Note that this operation must be run on server or workstation being tested and cannot run remotely. To perform Kerberos check on domain named “testdomain.com” open command line on your Windows server 2003 and type:

netdom trust /d:testdomain.com /verify /kerberos

Note that netdom is part of Windows server 2003 support tools. They can be found on your OS CD (Support\Tools directory) .

Windows server 2003 – How to check integrity of your Active directory database

Posted by aidas | Posted in Active directory, Command line, Windows 2003 | Posted on 30-04-2009

0

If you think that your active directory can be corrupted you should perform integrity check. To do that you must boot your Windows server 2003 into Directory Services Restore Mode. How to do that you can can check in article named “Windows server 2003 – How to access Active Directory services restore mode remotely”. After login open command line ant type:

Ntdsutil and press Enter
Files and press Enter
Integrity and press Enter