We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3253e70 commit fe27097Copy full SHA for fe27097
docset/winserver2022-ps/storagereplica/New-SRPartnership.md
@@ -233,12 +233,12 @@ specify drive letters.
233
234
This is an ordered list. The order of volumes determines the order of replication.
235
236
-For instance, to replicate the F: and H: drives on one server to the F: and H: drives of another
+For instance, to replicate the `F:` and `H:` drives on one server to the `F:` and `H:` drives of another
237
server, specify the following values:
238
239
`-SourceVolumeName "F:","H:" -DestinationVolumeName "F:","H:"`
240
241
- To replicate F: to H: instead, specify the following values:
+ To replicate `F:` to `H:` instead, specify the following values:
242
243
`-SourceVolumeName "F:","H:" -DestinationVolumeName "H:","F:"`
244
0 commit comments