@@ -28,12 +28,13 @@ New-SRPartnership [[-SourceComputerName] <String>] [-SourceRGName] <String>
28
28
### CreateTopology
29
29
30
30
```
31
- New-SRPartnership [[-SourceComputerName] <String>] [-SourceRGName] <String> [-SourceVolumeName]
32
- <String[]> [-SourceLogVolumeName] <String> [[-SourceRGDescription] <String>]
33
- [-DestinationComputerName] <String> [-DestinationRGName] <String> [-DestinationVolumeName]
34
- <String[]> [-DestinationLogVolumeName] <String> [[-DestinationRGDescription] <String>]
35
- [[-ReplicationMode] <ReplicationMode>] [[-LogSizeInBytes] <UInt64>] [-PreventReplication] [-Seeded]
36
- [-EnableConsistencyGroups] [[-AsyncRPO] <UInt32>] [-EnableEncryption] [-EnableCompression] [-Force]
31
+ New-SRPartnership [[-SourceComputerName] <String>] [-SourceRGName] <String>
32
+ [-SourceVolumeName] <String[]> [-SourceLogVolumeName] <String> [[-SourceRGDescription] <String>]
33
+ [-DestinationComputerName] <String> [-DestinationRGName] <String>
34
+ [-DestinationVolumeName] <String[]> [-DestinationLogVolumeName] <String>
35
+ [[-DestinationRGDescription] <String>] [[-ReplicationMode] <ReplicationMode>]
36
+ [[-LogSizeInBytes] <UInt64>] [-PreventReplication] [-Seeded] [-EnableConsistencyGroups]
37
+ [[-AsyncRPO] <UInt32>] [-EnableEncryption] [-EnableCompression] [-Force]
37
38
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
38
39
```
39
40
@@ -44,10 +45,10 @@ replication groups. This cmdlet can create the complete replication topology. It
44
45
together separately created replication groups.
45
46
46
47
> [ !NOTE]
47
- > The ** Compression ** parameter is only available in
48
- > [ Azure Stack HCI version 22H2] ( https://azure.microsoft.com/updates/public-preview-azure-stack-hci-version-22h2/ ) or later,
49
- > and Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative Update for Microsoft
50
- > server operating system version 21H2 for x64-based Systems
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/ )
50
+ > or later, and Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative
51
+ > Update for Microsoft server operating system version 21H2 for x64-based Systems
51
52
> ([ KB5017381] ( https://support.microsoft.com/help/5017381 ) ).
52
53
53
54
## EXAMPLES
@@ -68,12 +69,12 @@ $Parameters = @{
68
69
New-SRPartnership @Parameters
69
70
```
70
71
71
- This command creates a replication topology between servers SR-SRV05 and SR-SRV06. The SR-SRV05
72
- server is the source and SR-SRV06 is the destination, with volume D: used as both the source and
73
- destination. The E: volume contains the logs for this partnership. The log has the default value of
74
- 8GB. As the replication mode has not been specified, it will use the default value of synchronous.
75
- The command does not specify seeding, encryption, and consistency groups. Replication will start
76
- immediately.
72
+ This command creates a replication topology between servers ` SR-SRV05 ` and ` SR-SRV06 ` . The
73
+ ` SR-SRV05 ` server is the source and ` SR-SRV06 ` is the destination, with volume ` D: ` used as both
74
+ the source and destination. The ` E: ` volume contains the logs for this partnership. The log has the
75
+ default value of 8GB. As the replication mode has not been specified, it will use the default value
76
+ of synchronous. The command does not specify seeding, encryption, and consistency groups.
77
+ Replication will start immediately.
77
78
78
79
This example uses splatting to pass parameter values from the ` $Parameters ` variable to the command.
79
80
Learn more about [ Splatting] ( /powershell/module/microsoft.powershell.core/about/about_splatting ) .
@@ -95,9 +96,6 @@ New-SRPartnership @Parameters"
95
96
This example creates two replication groups separately and then creates a partnership between those
96
97
groups.
97
98
98
- The example uses splatting to pass parameter values from the ` $Parameters ` variable to the command.
99
- Learn more about [ Splatting] ( /powershell/module/microsoft.powershell.core/about/about_splatting ) .
100
-
101
99
## PARAMETERS
102
100
103
101
### -AsJob
@@ -142,8 +140,8 @@ Accept wildcard characters: False
142
140
### -CimSession
143
141
144
142
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
145
- object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967 )
146
- or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966 ) cmdlet. The default is the
143
+ object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession )
144
+ or [Get-CimSession](/powershell/module/cimcmdlets/get-ciminstance ) cmdlet. The default is the
147
145
current session on the local computer.
148
146
149
147
` ` ` yaml
@@ -235,12 +233,12 @@ specify drive letters.
235
233
236
234
This is an ordered list. The order of volumes determines the order of replication.
237
235
238
- For instance, to replicate the F: and H: drives on one server to the F: and H: drives of another
236
+ For instance, to replicate the ` F:` and `H:` drives on one server to the `F:` and `H:` drives of another
239
237
server, specify the following values :
240
238
241
239
` -SourceVolumeName "F:","H:" -DestinationVolumeName "F:","H:"`
242
240
243
- To replicate F : to H: instead, specify the following values:
241
+ To replicate `F:` to `H:` instead, specify the following values :
244
242
245
243
` -SourceVolumeName "F:","H:" -DestinationVolumeName "H:","F:"`
246
244
@@ -262,10 +260,11 @@ Accept wildcard characters: False
262
260
# ## -EnableCompression
263
261
264
262
Indicates that the connections in this partnership should use SMB compression for data transfer.
263
+
265
264
This parameter only applies to
266
265
[Azure Stack HCI version 22H2](https://azure.microsoft.com/updates/public-preview-azure-stack-hci-version-22h2/)
267
- or later, and Windows Server Datacenter : Azure Edition beginning with the 2022-09 Cumulative
268
- Update for Microsoft server operating system version 21H2 for x64-based Systems
266
+ or later, and Windows Server Datacenter : Azure Edition beginning with the 2022-09 Cumulative Update
267
+ for Microsoft server operating system version 21H2 for x64-based Systems
269
268
([KB5017381](https://support.microsoft.com/help/5017381)).
270
269
271
270
` ` ` yaml
@@ -541,7 +540,7 @@ Accept wildcard characters: False
541
540
This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable,
542
541
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
543
542
-WarningAction, and -WarningVariable. For more information, see
544
- [about_CommonParameters](https://go. microsoft.com/fwlink/?LinkID=113216 ).
543
+ [about_CommonParameters](/powershell/module/ microsoft.powershell.core/about/about_commonparameters ).
545
544
546
545
# # INPUTS
547
546
@@ -553,12 +552,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
553
552
554
553
# # RELATED LINKS
555
554
556
- [Get-SRPartnership](./ Get-SRPartnership.md)
555
+ [Get-SRPartnership](Get-SRPartnership.md)
557
556
558
- [New-SRGroup](./ New-SRGroup.md)
557
+ [New-SRGroup](New-SRGroup.md)
559
558
560
- [Remove-SRPartnership](./ Remove-SRPartnership.md)
559
+ [Remove-SRPartnership](Remove-SRPartnership.md)
561
560
562
- [Set-SRPartnership](./ Set-SRPartnership.md)
561
+ [Set-SRPartnership](Set-SRPartnership.md)
563
562
564
- [Sync-SRGroup](./ Sync-SRGroup.md)
563
+ [Sync-SRGroup](Sync-SRGroup.md)
0 commit comments