You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/windows-security/troubleshoot-netlogon-service-startup-failures.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,14 +206,14 @@ Validate that the service permissions within the registry are set to the appropr
206
206
207
207
## Symptom 6
208
208
209
-
The Netlogon is started successfully, but the service status is reported as not started or as paused. For domain members, the status can be set by administrators by running `Net pause netlogon` and `Net continue netlogon`. In services.msc snap-in, the services is displayed as the following:
209
+
The Netlogon is started successfully, but the service status is reported as not started or as paused. For domain members, the status can be set by administrators by running `Net pause netlogon` and `Net continue netlogon`. In services.msc snap-in, the services is displayed as the following screenshot:
210
210
211
211
:::image type="content" source="media/troubleshoot-netlogon-service-startup-failures/screenshot-of-the-netlogon-services-status.png" alt-text="Screenshot of the Netlogon services status.":::
212
212
213
213
You can also view the status in services.msc on DCs.
214
214
215
215
> [!NOTE]
216
-
> When the Netlogon service is paused, the DC does not respond to DC Locator requests (on LDAP port UDP/389). The computer is then not used for NTLM authentication or new Kerberos tickets.
216
+
> When the Netlogon service is paused, the DC doesn't respond to DC Locator requests (on LDAP port UDP/389). The computer is then not used for NTLM authentication or new Kerberos tickets.
217
217
218
218
### Resolution
219
219
@@ -225,7 +225,7 @@ The Netlogon services on DCs might be paused because of configuration problems.
225
225
226
226
-> NlInit: DS is paused
227
227
228
-
The Directory serivce is paused.
228
+
The Directory service is paused.
229
229
230
230
-> Waiting for RPCSS
231
231
@@ -235,7 +235,7 @@ The Netlogon services on DCs might be paused because of configuration problems.
235
235
236
236
The DFSR Initial replication not completed.
237
237
238
-
The last condition can be caused if the DFSR replication engine does not signal that the initial replication of SYSVOL has worked and is good to be shared. Therefore, The Netlogon service is in the paused status until the replication is completed, and only shares SYSVOL and Netlogon after the replication is completed.
238
+
The last condition can be caused if the DFSR replication engine doesn't signal that the initial replication of SYSVOL has worked and is good to be shared. Therefore, The Netlogon service is in the paused status until the replication is completed, and only shares SYSVOL and Netlogon after the replication is completed.
239
239
240
240
To troubleshoot this issue, see [Troubleshoot missing SYSVOL and Netlogon shares for Distributed File System (DFS) Replication](../networking/troubleshoot-missing-sysvol-and-netlogon-shares.md)
0 commit comments