Skip to content

Commit aeb7675

Browse files
KevinMarquetteSean Wheeler
authored and
Sean Wheeler
committed
resolves 5817 (#2148)
add Path alias to DestinationPath for Save-Help add Path alias to SourcePath for Update-Help add Path alias to BinaryPathName for New-Service add Path alias to FilePath for Start-Process, Set-TraceSource, Tee-Object, Trace-Command, Invoke-WSManAction, New-WSManInstance, and Set-WSManInstance
1 parent 22e26b7 commit aeb7675

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

reference/6/Microsoft.PowerShell.Core/Save-Help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Do not specify a file name or file name extension.
189189
```yaml
190190
Type: String[]
191191
Parameter Sets: Path
192-
Aliases:
192+
Aliases: Path
193193

194194
Required: True
195195
Position: 0

reference/6/Microsoft.PowerShell.Core/Update-Help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ For more information, see about_Group_Policy_Settings (http://go.microsoft.com/f
374374
```yaml
375375
Type: String[]
376376
Parameter Sets: Path
377-
Aliases:
377+
Aliases: Path
378378
379379
Required: False
380380
Position: 1

reference/6/Microsoft.PowerShell.Management/New-Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This parameter is required.
6767
```yaml
6868
Type: String
6969
Parameter Sets: (All)
70-
Aliases:
70+
Aliases: Path
7171

7272
Required: True
7373
Position: 2

reference/6/Microsoft.PowerShell.Management/Start-Process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If you specify only a file name, use the *WorkingDirectory* parameter to specify
167167
```yaml
168168
Type: String
169169
Parameter Sets: (All)
170-
Aliases: PSPath
170+
Aliases: PSPath, Path
171171

172172
Required: True
173173
Position: 1

reference/6/Microsoft.PowerShell.Utility/Set-TraceSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you use this parameter to start the trace, use the *RemoveFileListener* param
8181
```yaml
8282
Type: String
8383
Parameter Sets: optionsSet
84-
Aliases: PSPath
84+
Aliases: PSPath, Path
8585

8686
Required: False
8787
Position: Named

reference/6/Microsoft.PowerShell.Utility/Tee-Object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Specifies a file that this cmdlet saves the object to Wildcard characters are pe
106106
```yaml
107107
Type: String
108108
Parameter Sets: File
109-
Aliases:
109+
Aliases: Path
110110

111111
Required: True
112112
Position: 0

reference/6/Microsoft.PowerShell.Utility/Trace-Command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This parameter also selects the file trace listener.
139139
```yaml
140140
Type: String
141141
Parameter Sets: (All)
142-
Aliases: PSPath
142+
Aliases: PSPath, Path
143143

144144
Required: False
145145
Position: Named

reference/6/Microsoft.WSMan.Management/Invoke-WSManAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The file, Input.xml, contains the following content:
279279
```yaml
280280
Type: String
281281
Parameter Sets: (All)
282-
Aliases:
282+
Aliases: Path
283283
284284
Required: False
285285
Position: Named

reference/6/Microsoft.WSMan.Management/New-WSManInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ You specify the management resource by using the *ResourceURI* parameter and the
201201
```yaml
202202
Type: String
203203
Parameter Sets: (All)
204-
Aliases:
204+
Aliases: Path
205205
206206
Required: False
207207
Position: Named

reference/6/Microsoft.WSMan.Management/Set-WSManInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ You specify the management resource by using the *ResourceURI* parameter and the
282282
```yaml
283283
Type: String
284284
Parameter Sets: (All)
285-
Aliases:
285+
Aliases: Path
286286
287287
Required: False
288288
Position: Named

0 commit comments

Comments
 (0)