@@ -19,8 +19,8 @@ Modifies a replication partnership between two replication groups.
1919
2020```
2121Set-SRPartnership [[-SourceComputerName] <String>] [-SourceRGName] <String>
22- [-SourceAddVolumePartnership] <String[]> [-DestinationComputerName] <String> [-DestinationRGName]
23- <String> [-DestinationAddVolumePartnership] <String[]> [-Seeded] [-Force]
22+ [-SourceAddVolumePartnership] <String[]> [-DestinationComputerName] <String>
23+ [-DestinationRGName] <String> [-DestinationAddVolumePartnership] <String[]> [-Seeded] [-Force]
2424 [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm]
2525 [<CommonParameters>]
2626```
@@ -29,18 +29,19 @@ Set-SRPartnership [[-SourceComputerName] <String>] [-SourceRGName] <String>
2929
3030```
3131Set-SRPartnership [[-SourceComputerName] <String>] [-SourceRGName] <String>
32- [-DestinationComputerName] <String> [-DestinationRGName] <String> [[-ReplicationMode]
33- <ReplicationMode>] [[-LogSizeInBytes ] <UInt64 >] [[-AsyncRPO ] <UInt32 >] [[-Encryption ] <Boolean >]
34- [[-Compression ] <Boolean>] [-CimSession <CimSession[] >] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf ]
35- [-Confirm] [<CommonParameters>]
32+ [-DestinationComputerName] <String> [-DestinationRGName] <String>
33+ [[-ReplicationMode ] <ReplicationMode >] [[-LogSizeInBytes ] <UInt64 >] [[-AsyncRPO ] <UInt32 >]
34+ [[-Encryption ] <Boolean>] [[-Compression] <Boolean >] [-CimSession <CimSession[]> ]
35+ [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [- Confirm] [<CommonParameters>]
3636```
3737
3838### ModifyPartnership
3939
4040```
41- Set-SRPartnership [-SourceRGName] <String> [-DestinationComputerName] <String> [-DestinationRGName]
42- <String> [-Force] [[-NewSourceComputerName] <String>] [-CimSession <CimSession[]>]
43- [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
41+ Set-SRPartnership [-SourceRGName] <String> [-DestinationComputerName] <String>
42+ [-DestinationRGName] <String> [-Force] [[-NewSourceComputerName] <String>]
43+ [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm]
44+ [<CommonParameters>]
4445```
4546
4647## DESCRIPTION
@@ -51,7 +52,7 @@ replication which makes a source volume into a destination volume.
5152
5253> [ !NOTE]
5354> The ** Compression** parameter is only available in
54- > [ Azure Stack HCI version 22H2] ( https://azure.microsoft.com/en-us/ updates/public-preview-azure-stack-hci-version-22h2/ ) or later,
55+ > [ Azure Stack HCI version 22H2] ( https://azure.microsoft.com/updates/public-preview-azure-stack-hci-version-22h2/ ) or later,
5556> and Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative Update for Microsoft
5657> server operating system version 21H2 for x64-based Systems
5758> ([ KB5017381] ( https://support.microsoft.com/help/5017381 ) ).
@@ -205,7 +206,7 @@ Accept wildcard characters: False
205206
206207Indicates that the connections in this partnership should use SMB compression for data transfer.
207208This parameter only applies to
208- [Azure Stack HCI version 22H2](https://azure.microsoft.com/en-us/ updates/public-preview-azure-stack-hci-version-22h2/)
209+ [Azure Stack HCI version 22H2](https://azure.microsoft.com/updates/public-preview-azure-stack-hci-version-22h2/)
209210or later, and Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative
210211Update for Microsoft server operating system version 21H2 for x64-based Systems
211212([KB5017381](https://support.microsoft.com/help/5017381)).
0 commit comments