Skip to content

Commit

Permalink
Copy changes to other versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Feb 27, 2024
1 parent ab8573f commit 44942c6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
24 changes: 12 additions & 12 deletions docset/winserver2019-ps/smbshare/New-SmbMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The **New-SmbMapping** cmdlet creates a Server Message Block (SMB) mapping on th
### Example 1: Create an SMB mapping
```
PS C:\>New-SmbMapping -LocalPath 'X:' -RemotePath '\\Contoso-SO\VMFiles'
Status Local Path Remote Path
------ ---------- -----------
Status Local Path Remote Path
------ ---------- -----------
OK X: \\Contoso-SO\VMFiles
```

Expand All @@ -44,7 +44,7 @@ Runs the cmdlet as a background job. Use this parameter to run commands that tak
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -91,7 +91,7 @@ Indicates that the connection is made to the home folder of the user.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -106,7 +106,7 @@ Specifies the local path to which the remote path is mapped.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 1
Expand All @@ -121,7 +121,7 @@ Specifies the password to be used to connect to the SMB share.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -136,7 +136,7 @@ Indicates that this connection is persistent.
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -151,7 +151,7 @@ Specifies the remote path that is accessed from this computer.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 2
Expand All @@ -166,7 +166,7 @@ Indicates that the credentials provided should be saved for when a mapping to th
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -177,13 +177,13 @@ Accept wildcard characters: False
### -ThrottleLimit
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
The throttle limit applies only to the current cmdlet, not to the session or to the computer.

```yaml
Type: Int32
Parameter Sets: (All)
Aliases:
Aliases:
Required: False
Position: Named
Expand All @@ -198,7 +198,7 @@ Specifies the user name to use to connect to the SMB share.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:
Required: False
Position: Named
Expand Down
32 changes: 16 additions & 16 deletions docset/winserver2022-ps/smbshare/New-SmbMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ The **New-SmbMapping** cmdlet creates a Server Message Block (SMB) mapping on th
### Example 1: Create an SMB mapping
```
PS C:\>New-SmbMapping -LocalPath 'X:' -RemotePath '\\Contoso-SO\VMFiles'
Status Local Path Remote Path
------ ---------- -----------
Status Local Path Remote Path
------ ---------- -----------
OK X: \\Contoso-SO\VMFiles
```

Expand All @@ -46,7 +46,7 @@ Runs the cmdlet as a background job. Use this parameter to run commands that tak
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -97,7 +97,7 @@ Aliases:

Required: False
Position: Named
Default value: None
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
Expand All @@ -108,7 +108,7 @@ Indicates that the connection is made to the home folder of the user.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -123,7 +123,7 @@ Specifies the local path to which the remote path is mapped.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 1
Expand All @@ -138,7 +138,7 @@ Specifies the password to be used to connect to the SMB share.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -153,7 +153,7 @@ Indicates that this connection is persistent.
```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -168,7 +168,7 @@ Specifies the remote path that is accessed from this computer.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 2
Expand Down Expand Up @@ -223,12 +223,12 @@ Accept wildcard characters: False
```
### -SkipCertificateCheck
Indicates that the client does not need to trust the server certificates issuer in order to connect using SMB over QUIC.
Indicates that the client does not need to trust the server certificate's issuer in order to connect using SMB over QUIC.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -239,13 +239,13 @@ Accept wildcard characters: False
### -ThrottleLimit
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
The throttle limit applies only to the current cmdlet, not to the session or to the computer.

```yaml
Type: Int32
Parameter Sets: (All)
Aliases:
Aliases:
Required: False
Position: Named
Expand All @@ -255,7 +255,7 @@ Accept wildcard characters: False
```

### -TransportType
Specifies the network transport used by SMB. The acceptable values for this parameter are:
Specifies the network transport used by SMB. The acceptable values for this parameter are:

- `TCP`: Use TCP network transport.
- `QUIC`: Use QUIC network transport.
Expand All @@ -279,7 +279,7 @@ Specifies the user name to use to connect to the SMB share.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:
Required: False
Position: Named
Expand All @@ -289,7 +289,7 @@ Accept wildcard characters: False
```

### -UseWriteThrough
Indicates that forced unit access (write through) is required and bypasses all OS caches, forcing IO to disk.
Indicates that forced unit access ("write through") is required and bypasses all OS caches, forcing IO to disk.

```yaml
Type: Boolean
Expand Down
12 changes: 6 additions & 6 deletions docset/winserver2025-ps/smbshare/New-SmbMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Accept wildcard characters: False
```
### -SkipCertificateCheck
Indicates that the client does not need to trust the server certificates issuer in order to connect using SMB over QUIC.
Indicates that the client does not need to trust the server certificate's issuer in order to connect using SMB over QUIC.
```yaml
Type: SwitchParameter
Expand All @@ -239,7 +239,7 @@ Accept wildcard characters: False
### -ThrottleLimit
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
The throttle limit applies only to the current cmdlet, not to the session or to the computer.

```yaml
Expand All @@ -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 Expand Up @@ -289,7 +289,7 @@ Accept wildcard characters: False
```

### -UseWriteThrough
Indicates that forced unit access (write through) is required and bypasses all OS caches, forcing IO to disk.
Indicates that forced unit access ("write through") is required and bypasses all OS caches, forcing IO to disk.

```yaml
Type: Boolean
Expand Down

0 comments on commit 44942c6

Please sign in to comment.