Skip to content

Document -Path aliases added to several cmdlets #2148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Core/Save-Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Do not specify a file name or file name extension.
```yaml
Type: String[]
Parameter Sets: Path
Aliases:
Aliases: Path

Required: True
Position: 0
Expand Down
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Core/Update-Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ For more information, see about_Group_Policy_Settings (http://go.microsoft.com/f
```yaml
Type: String[]
Parameter Sets: Path
Aliases:
Aliases: Path

Required: False
Position: 1
Expand Down
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Management/New-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This parameter is required.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases: Path

Required: True
Position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ If you specify only a file name, use the *WorkingDirectory* parameter to specify
```yaml
Type: String
Parameter Sets: (All)
Aliases: PSPath
Aliases: PSPath, Path

Required: True
Position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If you use this parameter to start the trace, use the *RemoveFileListener* param
```yaml
Type: String
Parameter Sets: optionsSet
Aliases: PSPath
Aliases: PSPath, Path

Required: False
Position: Named
Expand Down
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Utility/Tee-Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Specifies a file that this cmdlet saves the object to Wildcard characters are pe
```yaml
Type: String
Parameter Sets: File
Aliases:
Aliases: Path

Required: True
Position: 0
Expand Down
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Utility/Trace-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This parameter also selects the file trace listener.
```yaml
Type: String
Parameter Sets: (All)
Aliases: PSPath
Aliases: PSPath, Path

Required: False
Position: Named
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ The file, Input.xml, contains the following content:
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases: Path

Required: False
Position: Named
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ You specify the management resource by using the *ResourceURI* parameter and the
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases: Path

Required: False
Position: Named
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ You specify the management resource by using the *ResourceURI* parameter and the
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases: Path

Required: False
Position: Named
Expand Down