File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docset/winserver2022-ps/storagereplica Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Creates a replication group.
1616## SYNTAX
1717
1818```
19- New-SRGroup [[-ComputerName] <String>] [-Name] <String> [-VolumeName] <String[]> [-LogVolumeName]
20- <String> [[-LogSizeInBytes] <UInt64>] [[-Description] <String>] [-EnableConsistencyGroups ]
21- [-EnableEncryption ] [-EnableCompression ] [-Force ] [-CimSession <CimSession[]> ]
22- [-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
19+ New-SRGroup [[-ComputerName] <String>] [-Name] <String> [-VolumeName] <String[]>
20+ [-LogVolumeName] <String> [[-LogSizeInBytes] <UInt64>] [[-Description] <String>]
21+ [-EnableConsistencyGroups ] [-EnableEncryption ] [-EnableCompression ] [-Force ]
22+ [-CimSession <CimSession[]>] [- ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
2323```
2424
2525## DESCRIPTION
You can’t perform that action at this time.
0 commit comments