Skip to content

Commit bc183c6

Browse files
authored
Update Set-SRNetworkConstraint.md
updated 2016 version of the document
1 parent 50b22b4 commit bc183c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2016-ps/storagereplica/Set-SRNetworkConstraint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This example sets the network constraint for interfaces and replication groups o
4444
### Example 2: Set a constraint for a stretch cluster
4545

4646
```powershell
47-
Set-SRNetworkConstraint -SourceComputerName "SR-SRV01" -SourceRGName "Group01" -SourceNWInterface "Cluster Network 1","Cluster Network 2" -DestinationComputerName "SR-SRV03" -DestinationRGName "Group02" -DestinationNWInterface "Cluster Network 1","Cluster Network 2"
47+
Set-SRNetworkConstraint -SourceComputerName "Cluster01" -SourceRGName "Group01" -SourceNWInterface "Cluster Network 1","Cluster Network 2" -DestinationComputerName "Cluster02" -DestinationRGName "Group02" -DestinationNWInterface "Cluster Network 1","Cluster Network 2"
4848
```
4949

5050
This command sets a network constraint for a specific set of cluster networks in a stretch cluster.

0 commit comments

Comments
 (0)