Skip to content

Commit 4bf4b71

Browse files
authored
Copy changes to other versions (MicrosoftDocs#3776)
1 parent ab8573f commit 4bf4b71

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

docset/winserver2019-ps/smbshare/New-SmbMapping.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ The **New-SmbMapping** cmdlet creates a Server Message Block (SMB) mapping on th
2929
### Example 1: Create an SMB mapping
3030
```
3131
PS C:\>New-SmbMapping -LocalPath 'X:' -RemotePath '\\Contoso-SO\VMFiles'
32-
Status Local Path Remote Path
33-
------ ---------- -----------
32+
Status Local Path Remote Path
33+
------ ---------- -----------
3434
OK X: \\Contoso-SO\VMFiles
3535
```
3636

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

4949
Required: False
5050
Position: Named
@@ -91,7 +91,7 @@ Indicates that the connection is made to the home folder of the user.
9191
```yaml
9292
Type: SwitchParameter
9393
Parameter Sets: (All)
94-
Aliases:
94+
Aliases:
9595

9696
Required: False
9797
Position: Named
@@ -106,7 +106,7 @@ Specifies the local path to which the remote path is mapped.
106106
```yaml
107107
Type: String
108108
Parameter Sets: (All)
109-
Aliases:
109+
Aliases:
110110

111111
Required: False
112112
Position: 1
@@ -121,7 +121,7 @@ Specifies the password to be used to connect to the SMB share.
121121
```yaml
122122
Type: String
123123
Parameter Sets: (All)
124-
Aliases:
124+
Aliases:
125125

126126
Required: False
127127
Position: Named
@@ -136,7 +136,7 @@ Indicates that this connection is persistent.
136136
```yaml
137137
Type: Boolean
138138
Parameter Sets: (All)
139-
Aliases:
139+
Aliases:
140140

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

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

171171
Required: False
172172
Position: Named
@@ -177,13 +177,13 @@ Accept wildcard characters: False
177177
178178
### -ThrottleLimit
179179
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
180-
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.
180+
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.
181181
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
182182

183183
```yaml
184184
Type: Int32
185185
Parameter Sets: (All)
186-
Aliases:
186+
Aliases:
187187
188188
Required: False
189189
Position: Named
@@ -198,7 +198,7 @@ Specifies the user name to use to connect to the SMB share.
198198
```yaml
199199
Type: String
200200
Parameter Sets: (All)
201-
Aliases:
201+
Aliases:
202202
203203
Required: False
204204
Position: Named

docset/winserver2022-ps/smbshare/New-SmbMapping.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The **New-SmbMapping** cmdlet creates a Server Message Block (SMB) mapping on th
3131
### Example 1: Create an SMB mapping
3232
```
3333
PS C:\>New-SmbMapping -LocalPath 'X:' -RemotePath '\\Contoso-SO\VMFiles'
34-
Status Local Path Remote Path
35-
------ ---------- -----------
34+
Status Local Path Remote Path
35+
------ ---------- -----------
3636
OK X: \\Contoso-SO\VMFiles
3737
```
3838

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

5151
Required: False
5252
Position: Named
@@ -97,7 +97,7 @@ Aliases:
9797

9898
Required: False
9999
Position: Named
100-
Default value: None
100+
Default value: False
101101
Accept pipeline input: False
102102
Accept wildcard characters: False
103103
```
@@ -108,7 +108,7 @@ Indicates that the connection is made to the home folder of the user.
108108
```yaml
109109
Type: SwitchParameter
110110
Parameter Sets: (All)
111-
Aliases:
111+
Aliases:
112112

113113
Required: False
114114
Position: Named
@@ -123,7 +123,7 @@ Specifies the local path to which the remote path is mapped.
123123
```yaml
124124
Type: String
125125
Parameter Sets: (All)
126-
Aliases:
126+
Aliases:
127127

128128
Required: False
129129
Position: 1
@@ -138,7 +138,7 @@ Specifies the password to be used to connect to the SMB share.
138138
```yaml
139139
Type: String
140140
Parameter Sets: (All)
141-
Aliases:
141+
Aliases:
142142

143143
Required: False
144144
Position: Named
@@ -153,7 +153,7 @@ Indicates that this connection is persistent.
153153
```yaml
154154
Type: Boolean
155155
Parameter Sets: (All)
156-
Aliases:
156+
Aliases:
157157

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

173173
Required: False
174174
Position: 2
@@ -223,12 +223,12 @@ Accept wildcard characters: False
223223
```
224224
225225
### -SkipCertificateCheck
226-
Indicates that the client does not need to trust the server certificates issuer in order to connect using SMB over QUIC.
226+
Indicates that the client does not need to trust the server certificate's issuer in order to connect using SMB over QUIC.
227227
228228
```yaml
229229
Type: SwitchParameter
230230
Parameter Sets: (All)
231-
Aliases:
231+
Aliases:
232232

233233
Required: False
234234
Position: Named
@@ -239,13 +239,13 @@ Accept wildcard characters: False
239239
240240
### -ThrottleLimit
241241
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
242-
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.
242+
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.
243243
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
244244

245245
```yaml
246246
Type: Int32
247247
Parameter Sets: (All)
248-
Aliases:
248+
Aliases:
249249
250250
Required: False
251251
Position: Named
@@ -255,7 +255,7 @@ Accept wildcard characters: False
255255
```
256256

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

260260
- `TCP`: Use TCP network transport.
261261
- `QUIC`: Use QUIC network transport.
@@ -279,7 +279,7 @@ Specifies the user name to use to connect to the SMB share.
279279
```yaml
280280
Type: String
281281
Parameter Sets: (All)
282-
Aliases:
282+
Aliases:
283283
284284
Required: False
285285
Position: Named
@@ -289,7 +289,7 @@ Accept wildcard characters: False
289289
```
290290

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

294294
```yaml
295295
Type: Boolean

docset/winserver2025-ps/smbshare/New-SmbMapping.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Accept wildcard characters: False
223223
```
224224
225225
### -SkipCertificateCheck
226-
Indicates that the client does not need to trust the server certificates issuer in order to connect using SMB over QUIC.
226+
Indicates that the client does not need to trust the server certificate's issuer in order to connect using SMB over QUIC.
227227
228228
```yaml
229229
Type: SwitchParameter
@@ -239,7 +239,7 @@ Accept wildcard characters: False
239239
240240
### -ThrottleLimit
241241
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
242-
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.
242+
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.
243243
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
244244

245245
```yaml
@@ -257,9 +257,9 @@ Accept wildcard characters: False
257257
### -TransportType
258258
Specifies the network transport used by SMB. The acceptable values for this parameter are:
259259

260-
- `TCP:` Use TCP network transport.
261-
- `QUIC:` Use QUIC network transport.
262-
- `None"` Use default transport behavior (first try TCP then try QUIC).
260+
- `TCP`: Use TCP network transport.
261+
- `QUIC`: Use QUIC network transport.
262+
- `None`: Use default transport behavior (first try TCP then try QUIC).
263263

264264
```yaml
265265
Type: TransportType
@@ -289,7 +289,7 @@ Accept wildcard characters: False
289289
```
290290

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

294294
```yaml
295295
Type: Boolean

0 commit comments

Comments
 (0)