@@ -42,9 +42,9 @@ Set-SRGroup [[-ComputerName] <String>] [-Name] <String> [-Force] [[-LogSizeInByt
4242
4343## DESCRIPTION
4444
45- The ` Set-SRGroup ` cmdlet modifies settings of an existing replication group.
46- A replication group contains one or more data volumes and an associated log volume.
47- A replication group is the container for replication.
45+ The ` Set-SRGroup ` cmdlet modifies settings of an existing replication group. A replication group
46+ contains one or more data volumes and an associated log volume. A replication group is the
47+ container for replication.
4848
4949> [ !NOTE]
5050> The ** Compression** parameter is only available in
@@ -61,28 +61,29 @@ A replication group is the container for replication.
6161Set-SRGroup -Name "ReplicationGroup01" -AddVolumeName "F:"
6262```
6363
64- This command adds the F: volume to the existing replication group named ReplicationGroup01 on the
65- local computer.
64+ This command adds the ` F: ` volume to the existing replication group named ` ReplicationGroup01 ` on
65+ the local computer.
6666
6767### Example 2: Remove a volume from a replication group
6868
6969``` powershell
7070Set-SRGroup -Name "ReplicationGroup01" -RemoveVolumeName "F:"
7171```
7272
73- This command removes the F: volume from the existing replication group ReplicationGroup01 on the
74- local computer.
73+ This command removes the ` F: ` volume from the existing replication group ` ReplicationGroup01 ` on
74+ the local computer.
7575
7676### Example 3: Resize volumes in a replication group
7777
7878``` powershell
7979Set-SRGroup -Name "ReplicationGroup01" -AllowVolumeResize $True
8080```
8181
82- This command lets you resize volumes in the replication group named ReplicationGroup01 on the local
83- computer. By default, the Storage Replica driver prevents volume resizes in order to protect from
84- block mismatches. To grow a volume, enable the allow volume resize mode on both resource groups,
85- increase the size of the volume on both servers to be the same size, then disable this mode.
82+ This command lets you resize volumes in the replication group named ` ReplicationGroup01 ` on the
83+ local computer. By default, the Storage Replica driver prevents volume resizes in order to protect
84+ from block mismatches. To grow a volume, enable the allow volume resize mode on both resource
85+ groups, increase the size of the volume on both servers to be the same size, then disable this
86+ mode.
8687
8788## PARAMETERS
8889
@@ -142,8 +143,8 @@ Accept wildcard characters: False
142143### -CimSession
143144
144145Runs 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
146+ object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession )
147+ or [Get-CimSession](/powershell/module/cimcmdlets/get-ciminstance ) cmdlet. The default is the
147148current session on the local computer.
148149
149150` ` ` yaml
@@ -160,11 +161,12 @@ Accept wildcard characters: False
160161
161162### -Compression
162163
163- Indicates that this Storage Replica group should use SMB compression for data transfer. This
164- parameter only applies to
164+ Indicates that this Storage Replica group should use SMB compression for data transfer.
165+
166+ This parameter only applies to
165167[Azure Stack HCI version 22H2](https://azure.microsoft.com/updates/public-preview-azure-stack-hci-version-22h2/)
166- or later, and Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative
167- Update for Microsoft server operating system version 21H2 for x64-based Systems
168+ or later, and Windows Server Datacenter: Azure Edition beginning with the 2022-09 Cumulative Update
169+ for Microsoft server operating system version 21H2 for x64-based Systems
168170([KB5017381](https://support.microsoft.com/help/5017381)).
169171
170172` ` ` yaml
@@ -196,22 +198,6 @@ Accept pipeline input: True (ByPropertyName)
196198Accept wildcard characters : False
197199` ` `
198200
199- ### -Confirm
200-
201- Prompts you for confirmation before running the cmdlet.
202-
203- ` ` ` yaml
204- Type : SwitchParameter
205- Parameter Sets : (All)
206- Aliases : cf
207-
208- Required : False
209- Position : Named
210- Default value : False
211- Accept pipeline input : False
212- Accept wildcard characters : False
213- ` ` `
214-
215201### -Description
216202
217203Specifies a description for the replication group.
@@ -334,8 +320,8 @@ values for this parameter are:
334320 source server, which allows for replication over high latency, geographic networks.
335321
336322The default value is synchronous. The default asynchronous recovery point alert time is 5 minutes.
337- You can modify it by using the `Set-SRPartnership` cmdlet. The alert time has no effect on replication
338- behavior, only on reporting.
323+ You can modify it by using the `Set-SRPartnership` cmdlet. The alert time has no effect on
324+ replication behavior, only on reporting.
339325
340326` ` ` yaml
341327Type: ReplicationMode
@@ -370,10 +356,25 @@ Accept pipeline input: False
370356Accept wildcard characters: False
371357` ` `
372358
359+ # ## -Confirm
360+
361+ Prompts you for confirmation before running the cmdlet.
362+
363+ ` ` ` yaml
364+ Type: SwitchParameter
365+ Parameter Sets: (All)
366+ Aliases: cf
367+
368+ Required: False
369+ Position: Named
370+ Default value: False
371+ Accept pipeline input: False
372+ Accept wildcard characters: False
373+ ` ` `
374+
373375# ## -WhatIf
374376
375- Shows what would happen if the cmdlet runs.
376- The cmdlet is not run.
377+ Shows what would happen if the cmdlet runs. The cmdlet is not run.
377378
378379` ` ` yaml
379380Type: SwitchParameter
@@ -392,14 +393,12 @@ Accept wildcard characters: False
392393This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable,
393394-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
394395-WarningAction, and -WarningVariable. For more information, see
395- [about_CommonParameters](https://go. microsoft.com/fwlink/?LinkID=113216 ).
396+ [about_CommonParameters](/powershell/module/ microsoft.powershell.core/about/about_commonparameters ).
396397
397398# # INPUTS
398399
399400# ## System.String
400401
401- # ## System.String[]
402-
403402# ## System.UInt64
404403
405404# ## Microsoft.PowerShell.Cmdletization.GeneratedTypes.SREnum.ReplicationMode
@@ -414,14 +413,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
414413
415414# # RELATED LINKS
416415
417- [Get-SRGroup](./ Get-SRGroup.md)
416+ [Get-SRGroup](Get-SRGroup.md)
418417
419- [New-SRGroup](./ New-SRGroup.md)
418+ [New-SRGroup](New-SRGroup.md)
420419
421- [Remove-SRGroup](./ Remove-SRGroup.md)
420+ [Remove-SRGroup](Remove-SRGroup.md)
422421
423- [Set-SRPartnership](./ Set-SRPartnership.md)
422+ [Set-SRPartnership](Set-SRPartnership.md)
424423
425- [Suspend-SRGroup](./ Suspend-SRGroup.md)
424+ [Suspend-SRGroup](Suspend-SRGroup.md)
426425
427- [Sync-SRGroup](./ Sync-SRGroup.md)
426+ [Sync-SRGroup](Sync-SRGroup.md)
0 commit comments