viagra
phentermine

Posts Tagged ‘active directory’

Uninstalling Active Directory

Friday, February 22nd, 2008

Before you demote a domain controller, ensure that all of the FSMO roles have been transferred to other servers; otherwise, they will be transferred to random domain controllers as part of the demotion process, which may not be optimal for your installation. Also, if the server is a global catalog, ensure that other global catalog servers exist in the forest and can handle the load. If the DC was also a DNS server, make sure clients are pointed to an alternate server.

(more…)

Finding a Computer’s Active Directory Site

Thursday, February 14th, 2008

Using a command-line interface

In the following command, replace <HostName> with the name of the host whose site you want to find.

> nltest /server:<HostName> /DsGetSite

(more…)