Skip to content

Commit fe27097

Browse files
authored
Backtick drive letters DestinationVolumeName
1 parent 3253e70 commit fe27097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2022-ps/storagereplica/New-SRPartnership.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ specify drive letters.
233233
234234
This is an ordered list. The order of volumes determines the order of replication.
235235
236-
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
237237
server, specify the following values:
238238

239239
`-SourceVolumeName "F:","H:" -DestinationVolumeName "F:","H:"`
240240

241-
To replicate F: to H: instead, specify the following values:
241+
To replicate `F:` to `H:` instead, specify the following values:
242242

243243
`-SourceVolumeName "F:","H:" -DestinationVolumeName "H:","F:"`
244244

0 commit comments

Comments
 (0)