Skip to content

Commit

Permalink
Update Set-ADReplicationSite.md
Browse files Browse the repository at this point in the history
Corrected KCC from   Kerberos consistency checker to  Knowledge Consistency Checker.
  • Loading branch information
msbemba committed Sep 24, 2020
1 parent c885a48 commit b833ba1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docset/winserver2012-ps/activedirectory/Set-ADReplicationSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Accept wildcard characters: False
```
### -TopologyCleanupEnabled
When enabled, this optional parameter prevents the Kerberos consistency checker (KCC) from removing connection objects that it does not need.
When enabled, this optional parameter prevents the Knowledge consistency checker (KCC) from removing connection objects that it does not need.
Disable this option if you want to take responsibility for removing old redundant connections.
Alternatively, to control or augment the topology, you can use manual connections, which the KCC does not delete.
Expand All @@ -619,7 +619,7 @@ Accept wildcard characters: False
```
### -TopologyDetectStaleEnabled
This parameter option prevents the Kerberos consistency checker (KCC) from excluding servers that are unreachable from the topology; that is, the KCC does use an alternate server to reroute replication.
This parameter option prevents the Knowledge consistency checker (KCC) from excluding servers that are unreachable from the topology; that is, the KCC does use an alternate server to reroute replication.
Use this option only if network communication is very unstable and brief outages are expected.
```yaml
Expand All @@ -635,7 +635,7 @@ Accept wildcard characters: False
```
### -TopologyMinimumHopsEnabled
When enabled, this parameter prevents the Kerberos consistency checker (KCC) from generating optimizing connections in the ring topology of intrasite replication.
When enabled, this parameter prevents the Knowledge consistency checker (KCC) from generating optimizing connections in the ring topology of intrasite replication.
Optimizing connections reduce the replication latency in the site and disabling them is not recommended.
```yaml
Expand Down Expand Up @@ -729,7 +729,7 @@ Accept wildcard characters: False
```
### -WindowsServer2003KCCBehaviorEnabled
Implements Kerberos consistency checker (KCC) operation that is consistent with Windows Server 2003 forest functional level.
Implements Knowledge consistency checker (KCC) operation that is consistent with Windows Server 2003 forest functional level.
This option can be set if all domain controllers in the site are running Windows Server 2003.
```yaml
Expand Down Expand Up @@ -760,7 +760,7 @@ Accept wildcard characters: False
```
### -WindowsServer2003KCCSiteLinkBridgingEnabled
When the forest functional level Windows Server 2003 or Windows Server 2003 interim is in effect, provides Kerberos consistency checker (KCC) control of the ability to enable or disable site link bridging.
When the forest functional level Windows Server 2003 or Windows Server 2003 interim is in effect, provides Knowledge consistency checker (KCC) control of the ability to enable or disable site link bridging.
```yaml
Type: Boolean
Expand Down

0 comments on commit b833ba1

Please sign in to comment.