Skip to content

Commit

Permalink
Update Get-ADReplicationConnection.md
Browse files Browse the repository at this point in the history
Corrected from kerberos to knowledge consistency checker
  • Loading branch information
msbemba committed Sep 29, 2020
1 parent 550e126 commit d7dd74c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Get-ADReplicationConnection [-AuthType <ADAuthType>] [-Credential <PSCredential>
The **Get-ADReplicationConnection** cmdlet returns a specific Active Directory replication connection or a set of Active Directory replication connection objects based on a specified filter.
Connections are used to enable domain controllers to replicate with each other.
A connection defines a one-way, inbound route from one domain controller (the source), to another domain controller (the destination).
The Kerberos consistency checker (KCC) reuses existing connections where it can, deletes unused connections, and creates new connections if none exist that meet the current need.
The Knowledge consistency checker (KCC) reuses existing connections where it can, deletes unused connections, and creates new connections if none exist that meet the current need.

## EXAMPLES

Expand Down

0 comments on commit d7dd74c

Please sign in to comment.