Skip to content

Commit 83b5050

Browse files
sdwheelerCopilot
andauthored
Changes based on UUF verbatims (#12984)
* Changes based on UUF verbatims * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <[email protected]> --------- Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent 5df8a1e commit 83b5050

15 files changed

Lines changed: 70 additions & 55 deletions

File tree

reference/5.1/Microsoft.PowerShell.Management/Get-Location.md

Lines changed: 2 additions & 2 deletions
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: 12/12/2022
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -33,7 +33,7 @@ Get-Location [-Stack] [-StackName <String[]>] [-UseTransaction] [<CommonParamete
3333
## DESCRIPTION
3434

3535
The `Get-Location` cmdlet gets an object that represents the current directory, much like the print
36-
working directory (pwd) command.
36+
working directory (`pwd`) command in Unix-like operating systems.
3737

3838
When you move between PowerShell drives, PowerShell retains your location in each drive. You can use
3939
this cmdlet to find your location in each drive.

reference/5.1/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 04/02/2026
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -545,7 +545,8 @@ Accept wildcard characters: False
545545
Specifies the path to the files to be searched. The value of the **LiteralPath** parameter is used
546546
exactly as it's typed. No characters are interpreted as wildcards. If the path includes escape
547547
characters, enclose it in single quotation marks. Single quotation marks tell PowerShell not to
548-
interpret any characters as escape sequences. For more information, see
548+
interpret any characters as escape sequences. Paths containing spaces must be enclosed in quotes. For
549+
more information, see
549550
[about_Quoting_Rules](../Microsoft.Powershell.Core/About/about_Quoting_Rules.md).
550551

551552
```yaml
@@ -579,10 +580,10 @@ Accept wildcard characters: False
579580
### -Path
580581

581582
Specifies the path to the files to search. Wildcards are permitted. The default location is the
582-
local directory.
583-
584-
Specify files in the directory, such as `log1.txt`, `*.doc`, or `*.*`. If you specify only a
585-
directory, the command fails.
583+
local directory. Specify files in the directory, such as `log1.txt`, `*.doc`, or `*.*`. If you
584+
specify only a directory, the command fails. Paths containing spaces must be enclosed in quotes. For
585+
more information, see
586+
[about_Quoting_Rules](../Microsoft.Powershell.Core/About/about_Quoting_Rules.md).
586587

587588
```yaml
588589
Type: System.String[]

reference/5.1/PSReadLine/Set-PSReadLineKeyHandler.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.PSReadLine2.dll-Help.xml
33
Locale: en-US
44
Module Name: PSReadLine
5-
ms.date: 01/18/2026
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/psreadline/set-psreadlinekeyhandler?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-PSReadLineKeyHandler
@@ -121,8 +121,10 @@ Accept wildcard characters: False
121121

122122
### -Function
123123

124-
Specifies the name of an existing key handler provided by PSReadLine. This parameter lets you rebind
125-
existing key bindings, or bind a handler that's currently unbound.
124+
Specifies the name of an existing key handler provided by PSReadLine. This parameter lets you change
125+
existing key bindings, or bind a handler that's currently unbound. Use `Get-PSReadLineKeyHandler` to
126+
get a list of function names. You can also use tab-completion with this parameter to see the
127+
available key handler functions.
126128

127129
```yaml
128130
Type: System.String

reference/7.4/Microsoft.PowerShell.Management/Get-Location.md

Lines changed: 2 additions & 2 deletions
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: 12/12/2022
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -33,7 +33,7 @@ Get-Location [-Stack] [-StackName <String[]>] [<CommonParameters>]
3333
## DESCRIPTION
3434

3535
The `Get-Location` cmdlet gets an object that represents the current directory, much like the print
36-
working directory (pwd) command.
36+
working directory (`pwd`) command in Unix-like operating systems.
3737

3838
When you move between PowerShell drives, PowerShell retains your location in each drive. You can use
3939
this cmdlet to find your location in each drive.

reference/7.4/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 04/02/2026
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -630,7 +630,8 @@ Accept wildcard characters: False
630630
Specifies the path to the files to be searched. The value of the **LiteralPath** parameter is used
631631
exactly as it's typed. No characters are interpreted as wildcards. If the path includes escape
632632
characters, enclose it in single quotation marks. Single quotation marks tell PowerShell not to
633-
interpret any characters as escape sequences. For more information, see
633+
interpret any characters as escape sequences. Paths containing spaces must be enclosed in quotes. For
634+
more information, see
634635
[about_Quoting_Rules](../Microsoft.Powershell.Core/About/about_Quoting_Rules.md).
635636

636637
```yaml
@@ -687,10 +688,10 @@ Accept wildcard characters: False
687688
### -Path
688689

689690
Specifies the path to the files to search. Wildcards are permitted. The default location is the
690-
local directory.
691-
692-
Specify files in the directory, such as `log1.txt`, `*.doc`, or `*.*`. If you specify only a
693-
directory, the command fails.
691+
local directory. Specify files in the directory, such as `log1.txt`, `*.doc`, or `*.*`. If you
692+
specify only a directory, the command fails. Paths containing spaces must be enclosed in quotes. For
693+
more information, see
694+
[about_Quoting_Rules](../Microsoft.Powershell.Core/About/about_Quoting_Rules.md).
694695

695696
```yaml
696697
Type: System.String[]

reference/7.4/PSReadLine/Set-PSReadLineKeyHandler.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.PSReadLine2.dll-Help.xml
33
Locale: en-US
44
Module Name: PSReadLine
5-
ms.date: 01/18/2026
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/psreadline/set-psreadlinekeyhandler?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-PSReadLineKeyHandler
@@ -121,8 +121,10 @@ Accept wildcard characters: False
121121

122122
### -Function
123123

124-
Specifies the name of an existing key handler provided by PSReadLine. This parameter lets you rebind
125-
existing key bindings, or bind a handler that's currently unbound.
124+
Specifies the name of an existing key handler provided by PSReadLine. This parameter lets you change
125+
existing key bindings, or bind a handler that's currently unbound. Use `Get-PSReadLineKeyHandler` to
126+
get a list of function names. You can also use tab-completion with this parameter to see the
127+
available key handler functions.
126128

127129
```yaml
128130
Type: System.String

reference/7.5/Microsoft.PowerShell.Management/Get-Location.md

Lines changed: 2 additions & 2 deletions
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: 12/12/2022
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -33,7 +33,7 @@ Get-Location [-Stack] [-StackName <String[]>] [<CommonParameters>]
3333
## DESCRIPTION
3434

3535
The `Get-Location` cmdlet gets an object that represents the current directory, much like the print
36-
working directory (pwd) command.
36+
working directory (`pwd`) command in Unix-like operating systems.
3737

3838
When you move between PowerShell drives, PowerShell retains your location in each drive. You can use
3939
this cmdlet to find your location in each drive.

reference/7.5/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 04/02/2026
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -630,7 +630,8 @@ Accept wildcard characters: False
630630
Specifies the path to the files to be searched. The value of the **LiteralPath** parameter is used
631631
exactly as it's typed. No characters are interpreted as wildcards. If the path includes escape
632632
characters, enclose it in single quotation marks. Single quotation marks tell PowerShell not to
633-
interpret any characters as escape sequences. For more information, see
633+
interpret any characters as escape sequences. Paths containing spaces must be enclosed in quotes. For
634+
more information, see
634635
[about_Quoting_Rules](../Microsoft.Powershell.Core/About/about_Quoting_Rules.md).
635636

636637
```yaml
@@ -687,10 +688,10 @@ Accept wildcard characters: False
687688
### -Path
688689

689690
Specifies the path to the files to search. Wildcards are permitted. The default location is the
690-
local directory.
691-
692-
Specify files in the directory, such as `log1.txt`, `*.doc`, or `*.*`. If you specify only a
693-
directory, the command fails.
691+
local directory. Specify files in the directory, such as `log1.txt`, `*.doc`, or `*.*`. If you
692+
specify only a directory, the command fails. Paths containing spaces must be enclosed in quotes. For
693+
more information, see
694+
[about_Quoting_Rules](../Microsoft.Powershell.Core/About/about_Quoting_Rules.md).
694695

695696
```yaml
696697
Type: System.String[]

reference/7.5/PSReadLine/Set-PSReadLineKeyHandler.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.PSReadLine2.dll-Help.xml
33
Locale: en-US
44
Module Name: PSReadLine
5-
ms.date: 01/18/2026
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/psreadline/set-psreadlinekeyhandler?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-PSReadLineKeyHandler
@@ -121,8 +121,10 @@ Accept wildcard characters: False
121121

122122
### -Function
123123

124-
Specifies the name of an existing key handler provided by PSReadLine. This parameter lets you rebind
125-
existing key bindings, or bind a handler that's currently unbound.
124+
Specifies the name of an existing key handler provided by PSReadLine. This parameter lets you change
125+
existing key bindings, or bind a handler that's currently unbound. Use `Get-PSReadLineKeyHandler` to
126+
get a list of function names. You can also use tab-completion with this parameter to see the
127+
available key handler functions.
126128

127129
```yaml
128130
Type: System.String

reference/7.6/Microsoft.PowerShell.Management/Get-Location.md

Lines changed: 2 additions & 2 deletions
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: 12/12/2022
5+
ms.date: 05/02/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-location?view=powershell-7.6&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -33,7 +33,7 @@ Get-Location [-Stack] [-StackName <String[]>] [<CommonParameters>]
3333
## DESCRIPTION
3434

3535
The `Get-Location` cmdlet gets an object that represents the current directory, much like the print
36-
working directory (pwd) command.
36+
working directory (`pwd`) command in Unix-like operating systems.
3737

3838
When you move between PowerShell drives, PowerShell retains your location in each drive. You can use
3939
this cmdlet to find your location in each drive.

0 commit comments

Comments
 (0)