We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2913be + ab8573f commit b0c99b6Copy full SHA for b0c99b6
docset/winserver2022-ps/smbshare/New-SmbMapping.md
@@ -257,9 +257,9 @@ Accept wildcard characters: False
257
### -TransportType
258
Specifies the network transport used by SMB. The acceptable values for this parameter are:
259
260
-- `TCP:` Use TCP network transport.
261
-- `QUIC:` Use QUIC network transport.
262
-- `None"` Use default transport behavior (first try TCP then try QUIC).
+- `TCP`: Use TCP network transport.
+- `QUIC`: Use QUIC network transport.
+- `None`: Use default transport behavior (first try TCP then try QUIC).
263
264
```yaml
265
Type: TransportType
0 commit comments