Skip to content

Commit

Permalink
Fix formatting on -TransportType (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranok authored Feb 27, 2024
1 parent 764ec72 commit ab8573f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docset/winserver2022-ps/smbshare/New-SmbMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ Accept wildcard characters: False
### -TransportType
Specifies the network transport used by SMB. The acceptable values for this parameter are:

- `TCP:` Use TCP network transport.
- `QUIC:` Use QUIC network transport.
- `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).

```yaml
Type: TransportType
Expand Down

0 comments on commit ab8573f

Please sign in to comment.