Skip to content
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

4/8/2024 PM Publish #11014

Merged
merged 3 commits into from
Apr 8, 2024
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Variables that customize the behavior of PowerShell.
Locale: en-US
ms.date: 01/04/2024
ms.date: 04/06/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Preference Variables
Expand Down Expand Up @@ -253,13 +253,15 @@ The valid values are as follows:
- **Stop**: Displays the debug message and stops executing. Writes an error to
the console.
- **Inquire**: Displays the debug message and asks you whether you want to
continue. Adding the **Debug** common parameter to a command, when the
command is configured to generate a debugging message, changes the value of
the `$DebugPreference` variable to **Inquire**.
continue.
- **Continue**: Displays the debug message and continues with execution.
- **SilentlyContinue**: (Default) No effect. The debug message isn't displayed
and execution continues without interruption.

Adding the **Debug** common parameter to a command, when the command is
configured to generate a debugging message, changes the value of the
`$DebugPreference` variable to **Inquire**.

### Examples

The following examples show the effect of changing the values of
Expand Down
2 changes: 1 addition & 1 deletion reference/5.1/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PowerShell console. It provides:
- PowerShell token based "word" movement and deletion

PSReadLine requires PowerShell 5.1, or newer. PSReadLine works with the default
Windows console host, Window Terminal, and Visual Studio Code. It doesn't work
Windows console host, Windows Terminal, and Visual Studio Code. It doesn't work
in the Windows PowerShell ISE.

PSReadLine can be installed from the PowerShell Gallery. To install PSReadLine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Variables that customize the behavior of PowerShell.
Locale: en-US
ms.date: 04/02/2024
ms.date: 04/06/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Preference Variables
Expand Down Expand Up @@ -252,13 +252,15 @@ The valid values are as follows:
- **Stop**: Displays the debug message and stops executing. Writes an error to
the console.
- **Inquire**: Displays the debug message and asks you whether you want to
continue. Adding the **Debug** common parameter to a command, when the
command is configured to generate a debugging message, changes the value of
the `$DebugPreference` variable to **Inquire**.
continue.
- **Continue**: Displays the debug message and continues with execution.
- **SilentlyContinue**: (Default) No effect. The debug message isn't displayed
and execution continues without interruption.

Adding the **Debug** common parameter to a command, when the command is
configured to generate a debugging message, changes the value of the
`$DebugPreference` variable to **Continue**.

### Examples

The following examples show the effect of changing the values of
Expand Down
2 changes: 1 addition & 1 deletion reference/7.2/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PowerShell console. It provides:
command line

PSReadLine requires PowerShell 5.1, or newer. PSReadLine works with the default
Windows console host, Window Terminal, and Visual Studio Code. It doesn't work
Windows console host, Windows Terminal, and Visual Studio Code. It doesn't work
in the Windows PowerShell ISE.

PSReadLine can be installed from the PowerShell Gallery. To install PSReadLine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Variables that customize the behavior of PowerShell.
Locale: en-US
ms.date: 04/02/2024
ms.date: 04/06/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Preference Variables
Expand Down Expand Up @@ -253,13 +253,15 @@ The valid values are as follows:
- **Stop**: Displays the debug message and stops executing. Writes an error to
the console.
- **Inquire**: Displays the debug message and asks you whether you want to
continue. Adding the **Debug** common parameter to a command, when the
command is configured to generate a debugging message, changes the value of
the `$DebugPreference` variable to **Inquire**.
continue.
- **Continue**: Displays the debug message and continues with execution.
- **SilentlyContinue**: (Default) No effect. The debug message isn't displayed
and execution continues without interruption.

Adding the **Debug** common parameter to a command, when the command is
configured to generate a debugging message, changes the value of the
`$DebugPreference` variable to **Continue**.

### Examples

The following examples show the effect of changing the values of
Expand Down
2 changes: 1 addition & 1 deletion reference/7.3/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PowerShell console. It provides:
command line

PSReadLine requires PowerShell 5.1, or newer. PSReadLine works with the default
Windows console host, Window Terminal, and Visual Studio Code. It doesn't work
Windows console host, Windows Terminal, and Visual Studio Code. It doesn't work
in the Windows PowerShell ISE.

PSReadLine can be installed from the PowerShell Gallery. To install PSReadLine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Variables that customize the behavior of PowerShell.
Locale: en-US
ms.date: 04/02/2024
ms.date: 04/06/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Preference Variables
Expand Down Expand Up @@ -253,13 +253,15 @@ The valid values are as follows:
- **Stop**: Displays the debug message and stops executing. Writes an error to
the console.
- **Inquire**: Displays the debug message and asks you whether you want to
continue. Adding the **Debug** common parameter to a command, when the
command is configured to generate a debugging message, changes the value of
the `$DebugPreference` variable to **Inquire**.
continue.
- **Continue**: Displays the debug message and continues with execution.
- **SilentlyContinue**: (Default) No effect. The debug message isn't displayed
and execution continues without interruption.

Adding the **Debug** common parameter to a command, when the command is
configured to generate a debugging message, changes the value of the
`$DebugPreference` variable to **Continue**.

### Examples

The following examples show the effect of changing the values of
Expand Down
2 changes: 1 addition & 1 deletion reference/7.4/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PowerShell console. It provides:
command line

PSReadLine requires PowerShell 5.1, or newer. PSReadLine works with the default
Windows console host, Window Terminal, and Visual Studio Code. It doesn't work
Windows console host, Windows Terminal, and Visual Studio Code. It doesn't work
in the Windows PowerShell ISE.

PSReadLine can be installed from the PowerShell Gallery. To install PSReadLine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Variables that customize the behavior of PowerShell.
Locale: en-US
ms.date: 04/02/2024
ms.date: 04/06/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Preference Variables
Expand Down Expand Up @@ -253,13 +253,15 @@ The valid values are as follows:
- **Stop**: Displays the debug message and stops executing. Writes an error to
the console.
- **Inquire**: Displays the debug message and asks you whether you want to
continue. Adding the **Debug** common parameter to a command, when the
command is configured to generate a debugging message, changes the value of
the `$DebugPreference` variable to **Inquire**.
continue.
- **Continue**: Displays the debug message and continues with execution.
- **SilentlyContinue**: (Default) No effect. The debug message isn't displayed
and execution continues without interruption.

Adding the **Debug** common parameter to a command, when the command is
configured to generate a debugging message, changes the value of the
`$DebugPreference` variable to **Continue**.

### Examples

The following examples show the effect of changing the values of
Expand Down
2 changes: 1 addition & 1 deletion reference/7.5/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PowerShell console. It provides:
command line

PSReadLine requires PowerShell 5.1, or newer. PSReadLine works with the default
Windows console host, Window Terminal, and Visual Studio Code. It doesn't work
Windows console host, Windows Terminal, and Visual Studio Code. It doesn't work
in the Windows PowerShell ISE.

PSReadLine can be installed from the PowerShell Gallery. To install PSReadLine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ more than one container. This class derives from the
[System.Management.Automation.Provider.Containercmdletprovider](/dotnet/api/System.Management.Automation.Provider.ContainerCmdletProvider)
base class. The following table list the cmdlets exposed by this class.

| Cmdlet | Definition |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| Combine-Path | Combines two paths into a single path, using a provider-specific delimiter between paths. This cmdlet streams strings. |
| `Move-Item` | Moves items to the specified location. This cmdlet does not pass an output object through the pipeline unless its `PassThru` parameter is specified. |
| Cmdlet | Definition |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Combine-Path` | Combines two paths into a single path, using a provider-specific delimiter between paths. This cmdlet streams strings. |
| `Move-Item` | Moves items to the specified location. This cmdlet does not pass an output object through the pipeline unless its `PassThru` parameter is specified. |

A related cmdlet is the basic Parse-Path cmdlet furnished by Windows PowerShell. This cmdlet can be
used to parse a Windows PowerShell path to support the `Parent` parameter. It streams the parent
Expand Down