File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
docset/winserver2022-ps/storagereplica Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ New-SRGroup [[-ComputerName] <String>] [-Name] <String> [-VolumeName] <String[]>
2727The ` New-SRGroup ` cmdlet creates a replication group. A replication group contains one or more
2828data volumes and an associated log volume. A replication group is the container for replication.
2929
30+ > [ !NOTE]
31+ > The ** EnableCompression** parameter is only available in
32+ > [ Azure Stack HCI version 22H2] ( https://azure.microsoft.com/updates/public-preview-azure-stack-hci-version-22h2/ ) or later,
33+ > and Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative Update for Microsoft
34+ > server operating system version 21H2 for x64-based Systems
35+ > ([ KB5017381] ( https://support.microsoft.com/help/5017381 ) ).
36+
3037## EXAMPLES
3138
3239### Example 1: Create a replication group
@@ -136,6 +143,12 @@ Accept wildcard characters: False
136143
137144Indicates that this Storage Replica group should use SMB compression for data transfer.
138145
146+ This parameter only applies to
147+ [Azure Stack HCI version 22H2](/updates/public-preview-azure-stack-hci-version-22h2/) or later, and
148+ Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative Update for Microsoft
149+ server operating system version 21H2 for x64-based Systems
150+ ([KB5017381](https://support.microsoft.com/help/5017381)).
151+
139152` ` ` yaml
140153Type : SwitchParameter
141154Parameter Sets : (All)
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ The `New-SRPartnership` cmdlet creates a replication partnership between two new
4444replication groups. This cmdlet can create the complete replication topology. It can also tie
4545together separately created replication groups.
4646
47+ > [ !NOTE]
48+ > The ** EnableCompression** parameter is only available in
49+ > [ Azure Stack HCI version 22H2] ( https://azure.microsoft.com/updates/public-preview-azure-stack-hci-version-22h2/ ) or later,
50+ > and Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative Update for Microsoft
51+ > server operating system version 21H2 for x64-based Systems
52+ > ([ KB5017381] ( https://support.microsoft.com/help/5017381 ) ).
53+
4754## EXAMPLES
4855
4956### Example 1: Create a topology between two servers
@@ -254,6 +261,12 @@ Accept wildcard characters: False
254261
255262Indicates that the connections in this partnership should use SMB compression for data transfer.
256263
264+ This parameter only applies to
265+ [Azure Stack HCI version 22H2](/updates/public-preview-azure-stack-hci-version-22h2/) or later, and
266+ Windows Server Datacenter : Azure Edition beginning with the 2022-09 Cumulative Update for Microsoft
267+ server operating system version 21H2 for x64-based Systems
268+ ([KB5017381](https://support.microsoft.com/help/5017381)).
269+
257270` ` ` yaml
258271Type: SwitchParameter
259272Parameter Sets: (All)
You can’t perform that action at this time.
0 commit comments