An Active Directory Lightweight Directory Services (AD LDS) instance runs as a service. Therefore, you can start, stop, and restart an AD LDS instance using the same methods as you use for other services running on Windows Server 2008 R2.
Membership in the Administrators group, or equivalent, is the minimum required to complete this procedure. Review details about using the appropriate accounts and group memberships at http://go.microsoft.com/fwlink/?LinkId=83477.
Starting, stopping, or restarting an AD LDS instance
![]() |
To start, stop, or restart an AD LDS instance using the graphical user interface |
-
Open Server Manager.
-
In the console tree, double-click Roles, and then click Active Directory Lightweight Directory Services.
-
In the details pane, in the System Services list, click the AD LDS instance that you want to manage.
-
Click Start, Stop, or Restart.
Additional considerations
- To open the Server Manager snap-in,
click Start, click Administrative Tools, and then
click Server Manager.
- By default, an AD LDS instance is
configured to start automatically.
![]() |
To start or stop an AD LDS instance using a command prompt |
-
Open a command prompt.
-
Do one of the following:
- To start an AD LDS instance, at the
command prompt, type the following command, and then press
ENTER:
net start instance_name
where instance_name represents the AD LDS instance that you want to start.
- To stop an AD LDS instance, at the
command prompt, type the following command, and then press
ENTER:
net stop instance_name
where instance_name represents the AD LDS instance that you want to stop.
- To start an AD LDS instance, at the
command prompt, type the following command, and then press
ENTER:
Additional considerations
- To open a command prompt, click Start,
right-click Command Prompt, and then click Run as
administrator.
- You cannot pause or resume an AD LDS
instance from a command prompt.
- By default, an AD LDS instance is
configured to start automatically.
- For more information about the net
command, type net /? at a command prompt or see Help and
Support.