Applies To: Windows Server 2003 with SP1 or SP2
Note: Tried this recently on Windows 2008 R2 and it worked as well.
Identifying the correct domain controller GUID for an SMTP
replication certificate may pose a challenge for some administrators who
are unfamiliar with the nuances of Active Directory and domain
controller objects in the directory. To determine a specific domain
controller GUID from a Windows XP or Windows Server 2003 computer joined
to the Active Directory forest, perform the following steps.
Note |
---|
The dsquery utility is part of the Windows Server 2003 Administration Tools Pack and is not available on Windows 2000 computers. |
- Log on to the computer with a domain account.
-
From a command-line prompt, run the following command.
dsquery * “CN=<hostname>,OU=Domain Controllers,DC=<yourdomain>,
DC=<yourdomain>” –scope base –attr objectguid
For example:dsquery * “CN=DC01,OU=Domain Controllers,DC=contoso,DC=com” –scope base –attr objectguid
Objectguid {57A8AAF4-686E-4128-8712-B6CA89FBF5BC}
- Log off the computer.
Seems very Knowledegable
ReplyDelete