Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03a1c61

Browse files
authoredNov 22, 2022
Quality: Added alias notes section for -Path cmdlets (MicrosoftDocs#9470)
* Added alias notes for -Path cmdlets * Found an error with wording
1 parent 884b5bf commit 03a1c61

File tree

9 files changed

+47
-9
lines changed

9 files changed

+47
-9
lines changed
 

‎reference/5.1/Microsoft.PowerShell.Management/Convert-Path.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 03/12/2020
5+
ms.date: 11/22/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/convert-path?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Convert-Path
@@ -136,6 +136,10 @@ This cmdlet returns a string that contains the converted path.
136136
137137
## NOTES
138138
139+
Windows PowerShell includes the following aliases for `Convert-Path`:
140+
141+
- `cvpa`
142+
139143
The cmdlets that contain the Path noun manipulate path names and return the names in a concise
140144
format that all PowerShell providers can interpret. They are designed for use in programs and
141145
scripts where you want to display all or part of a path name in a particular format. Use them like

‎reference/5.1/Microsoft.PowerShell.Management/Copy-Item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ item. Otherwise, this cmdlet doesn't generate any output.
665665
666666
## NOTES
667667
668-
PowerShell includes the following aliases for `Copy-Item`:
668+
Windows PowerShell includes the following aliases for `Copy-Item`:
669669

670670
- `copy`
671671
- `cp`

‎reference/5.1/Microsoft.PowerShell.Management/Resolve-Path.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 05/16/2022
5+
ms.date: 11/22/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/resolve-path?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Resolve-Path
@@ -222,6 +222,10 @@ Returns a **PathInfo** object. Returns a string value for the resolved path if y
222222
223223
## NOTES
224224
225+
Windows PowerShell includes the following aliases for `Resolve-Path`:
226+
227+
- `rvpa`
228+
225229
The `*-Path` cmdlets work with the **FileSystem**, **Registry**, and **Certificate** providers.
226230
227231
`Resolve-Path` is designed to work with any provider. To list the providers available in your

‎reference/7.0/Microsoft.PowerShell.Management/Convert-Path.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 03/12/2020
5+
ms.date: 11/22/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/convert-path?view=powershell-7&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Convert-Path
@@ -119,6 +119,11 @@ This cmdlet returns a string that contains the converted path.
119119
120120
## NOTES
121121
122+
PowerShell includes the following aliases for `Convert-Path`:
123+
124+
- All platforms:
125+
- `cvpa`
126+
122127
The cmdlets that contain the Path noun manipulate path names and return the names in a concise
123128
format that all PowerShell providers can interpret. They are designed for use in programs and
124129
scripts where you want to display all or part of a path name in a particular format. Use them like

‎reference/7.0/Microsoft.PowerShell.Management/Resolve-Path.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 05/16/2022
5+
ms.date: 11/22/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/resolve-path?view=powershell-7&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Resolve-Path
@@ -204,6 +204,11 @@ Returns a **PathInfo** object. Returns a string value for the resolved path if y
204204
205205
## NOTES
206206
207+
PowerShell includes the following aliases for `Resolve-Path`:
208+
209+
- All platforms:
210+
- `rvpa`
211+
207212
The `*-Path` cmdlets work with the **FileSystem**, **Registry**, and **Certificate** providers.
208213
209214
`Resolve-Path` is designed to work with any provider. To list the providers available in your

‎reference/7.2/Microsoft.PowerShell.Management/Convert-Path.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 03/12/2020
5+
ms.date: 11/22/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/convert-path?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Convert-Path
@@ -119,6 +119,11 @@ This cmdlet returns a string that contains the converted path.
119119
120120
## NOTES
121121
122+
PowerShell includes the following aliases for `Convert-Path`:
123+
124+
- All platforms:
125+
- `cvpa`
126+
122127
The cmdlets that contain the Path noun manipulate path names and return the names in a concise
123128
format that all PowerShell providers can interpret. They are designed for use in programs and
124129
scripts where you want to display all or part of a path name in a particular format. Use them like

‎reference/7.2/Microsoft.PowerShell.Management/Resolve-Path.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 05/16/2022
5+
ms.date: 11/22/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/resolve-path?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Resolve-Path
@@ -204,6 +204,11 @@ Returns a **PathInfo** object. Returns a string value for the resolved path if y
204204
205205
## NOTES
206206
207+
PowerShell includes the following aliases for `Resolve-Path`:
208+
209+
- All platforms:
210+
- `rvpa`
211+
207212
The `*-Path` cmdlets work with the **FileSystem**, **Registry**, and **Certificate** providers.
208213
209214
`Resolve-Path` is designed to work with any provider. To list the providers available in your

‎reference/7.3/Microsoft.PowerShell.Management/Convert-Path.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 03/12/2020
5+
ms.date: 11/22/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/convert-path?view=powershell-7.3&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Convert-Path
@@ -119,6 +119,11 @@ This cmdlet returns a string that contains the converted path.
119119
120120
## NOTES
121121
122+
PowerShell includes the following aliases for `Convert-Path`:
123+
124+
- All platforms:
125+
- `cvpa`
126+
122127
The cmdlets that contain the Path noun manipulate path names and return the names in a concise
123128
format that all PowerShell providers can interpret. They are designed for use in programs and
124129
scripts where you want to display all or part of a path name in a particular format. Use them like

‎reference/7.3/Microsoft.PowerShell.Management/Resolve-Path.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 05/16/2022
5+
ms.date: 11/22/2022
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/resolve-path?view=powershell-7.3&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Resolve-Path
@@ -204,6 +204,11 @@ Returns a **PathInfo** object. Returns a string value for the resolved path if y
204204
205205
## NOTES
206206
207+
PowerShell includes the following aliases for `Resolve-Path`:
208+
209+
- All platforms:
210+
- `rvpa`
211+
207212
The `*-Path` cmdlets work with the **FileSystem**, **Registry**, and **Certificate** providers.
208213
209214
`Resolve-Path` is designed to work with any provider. To list the providers available in your

0 commit comments

Comments
 (0)
Please sign in to comment.