@@ -66,9 +66,9 @@ $Parameters = @{
6666Set-SRPartnership @Parameters
6767```
6868
69- This command changes the replication direction by an administrator after a disaster has occurred
70- without user confirmation . The previous source replication group named ReplicationGroup01 on
71- previous source server SR-SRV05 becomes the new destination for ReplicationGroup02 on SR-SRV06.
69+ This example changes the replication direction without user confirmation, for example after a
70+ disaster recovery event has occurred . The previous source replication group named ReplicationGroup01
71+ on previous source server SR-SRV05 becomes the new destination for ReplicationGroup02 on SR-SRV06.
7272Replication is now reversed. You must direct any applications or users attempting to read or write
7373against SR-SRV05 to SR-SRV06.
7474
@@ -88,7 +88,7 @@ Set-SRPartnership @Parameters
8888Get-SRPartnership | Get-SRGroup
8989```
9090
91- This command changes the log from its default size of 8GB to 32GB, on the partnership between
91+ The example changes the log from its default size of 8GB to 32GB, for the partnership between
9292SR-SRV05 and SR-SRV06.
9393
9494This example uses splatting to pass parameter values from the ` $Parameters ` variable to the command.
@@ -106,8 +106,8 @@ $Parameters = @{
106106Set-SRPartnership @Parameters
107107```
108108
109- This command changes the replication mode from synchronous to asynchronous. A warning is generated
110- by the setting being applied to both replication groups.
109+ This example changes the replication mode from synchronous to asynchronous. A warning will be
110+ generated by the setting being applied to both replication groups.
111111
112112This example uses splatting to pass parameter values from the ` $Parameters ` variable to the command.
113113Learn more about [ Splatting] ( /powershell/module/microsoft.powershell.core/about/about_splatting ) .
@@ -128,7 +128,7 @@ Set-SRPartnership @Parameters
128128
129129The first command changes the partnership for the servers named SR-SRV05 and SR-SRV06.The second
130130command gets all replication groups for the current computer by using the Get-SRGroup cmdlet. The
131- command displays all the replicas by using standard Windows PowerShell syntax .
131+ command displays all the replicas.
132132
133133This example uses splatting to pass parameter values from the ` $Parameters ` variable to the command.
134134Learn more about [ Splatting] ( /powershell/module/microsoft.powershell.core/about/about_splatting ) .
0 commit comments