Skip to content

Commit 0e6a9b8

Browse files
authored
Merge pull request MicrosoftDocs#2811 from msbemba/patch-128
Update Set-SRNetworkConstraint.md
2 parents b06452b + c154302 commit 0e6a9b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

docset/winserver2019-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.

docset/winserver2022-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)