Skip to content
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: Describes the parameters that can be used with any cmdlet.
Locale: en-US
ms.date: 09/29/2025
ms.date: 12/09/2025
no-loc: [Debug, Verbose, Confirm]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -37,18 +37,18 @@ For more information, see [about_Preference_Variables][03].
The following list displays the common parameters. Their aliases are listed in
parentheses.

- `Debug` (db)
- `ErrorAction` (ea)
- `ErrorVariable` (ev)
- `InformationAction` (infa)
- `InformationVariable` (iv)
- `OutVariable` (ov)
- `OutBuffer` (ob)
- `PipelineVariable` (pv)
- `ProgressAction` (proga)
- `Verbose` (vb)
- `WarningAction` (wa)
- `WarningVariable` (wv)
- `Debug` (`db`)
- `ErrorAction` (`ea`)
- `ErrorVariable` (`ev`)
- `InformationAction` (`infa`)
- `InformationVariable` (`iv`)
- `OutVariable` (`ov`)
- `OutBuffer` (`ob`)
- `PipelineVariable` (`pv`)
- `ProgressAction` (`proga`)
- `Verbose` (`vb`)
- `WarningAction` (`wa`)
- `WarningVariable` (`wv`)

The **Action** parameters are `ActionPreference` type values.
`ActionPreference` is an enumeration with the following values:
Expand Down Expand Up @@ -827,11 +827,12 @@ Mode LastWriteTime Length Name

## See also

<!-- Using backtick on cmdlet names to avoid localization -->
- [about_Preference_Variables][03]
- [Write-Debug][11]
- [Write-Error][12]
- [Write-Verbose][13]
- [Write-Warning][14]
- [`Write-Debug`][11]
- [`Write-Error`][12]
- [`Write-Verbose`][13]
- [`Write-Warning`][14]

<!-- link references -->
[02]: about_Automatic_Variables.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Explains the availability and purpose of output streams in PowerShell.
Locale: en-US
ms.date: 01/22/2023
ms.date: 12/09/2025
no-loc: [Success, Error, Warning, Verbose, Debug, Information, Progress]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_output_streams?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -102,16 +102,17 @@ support redirection.

## See also

<!-- Using backtick on cmdlet names to avoid localization -->
- [about_CommonParameters][02]
- [about_Redirection][03]
- [Write-Debug][04]
- [Write-Error][05]
- [Write-Host][06]
- [Write-Information][07]
- [Write-Output][08]
- [Write-Progress][09]
- [Write-Verbose][10]
- [Write-Warning][11]
- [`Write-Debug`][04]
- [`Write-Error`][05]
- [`Write-Host`][06]
- [`Write-Information`][07]
- [`Write-Output`][08]
- [`Write-Progress`][09]
- [`Write-Verbose`][10]
- [`Write-Warning`][11]

<!-- link references -->
[01]: about_Automatic_Variables.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the parameters that can be used with any cmdlet.
Locale: en-US
ms.date: 09/29/2025
ms.date: 12/09/2025
no-loc: [Debug, Verbose, Confirm]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -37,18 +37,18 @@ For more information, see [about_Preference_Variables][03].
The following list displays the common parameters. Their aliases are listed in
parentheses.

- `Debug` (db)
- `ErrorAction` (ea)
- `ErrorVariable` (ev)
- `InformationAction` (infa)
- `InformationVariable` (iv)
- `OutVariable` (ov)
- `OutBuffer` (ob)
- `PipelineVariable` (pv)
- `ProgressAction` (proga)
- `Verbose` (vb)
- `WarningAction` (wa)
- `WarningVariable` (wv)
- `Debug` (`db`)
- `ErrorAction` (`ea`)
- `ErrorVariable` (`ev`)
- `InformationAction` (`infa`)
- `InformationVariable` (`iv`)
- `OutVariable` (`ov`)
- `OutBuffer` (`ob`)
- `PipelineVariable` (`pv`)
- `ProgressAction` (`proga`)
- `Verbose` (`vb`)
- `WarningAction` (`wa`)
- `WarningVariable` (`wv`)

The **Action** parameters are `ActionPreference` type values.
`ActionPreference` is an enumeration with the following values:
Expand Down Expand Up @@ -815,11 +815,12 @@ Mode LastWriteTime Length Name

## See also

<!-- Using backtick on cmdlet names to avoid localization -->
- [about_Preference_Variables][03]
- [Write-Debug][11]
- [Write-Error][12]
- [Write-Verbose][13]
- [Write-Warning][14]
- [`Write-Debug`][11]
- [`Write-Error`][12]
- [`Write-Verbose`][13]
- [`Write-Warning`][14]

<!-- link references -->
[02]: about_Automatic_Variables.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Explains the availability and purpose of output streams in PowerShell.
Locale: en-US
ms.date: 01/22/2023
ms.date: 12/09/2025
no-loc: [Success, Error, Warning, Verbose, Debug, Information, Progress]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_output_streams?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -102,16 +102,17 @@ support redirection.

## See also

<!-- Using backtick on cmdlet names to avoid localization -->
- [about_CommonParameters][02]
- [about_Redirection][03]
- [Write-Debug][04]
- [Write-Error][05]
- [Write-Host][06]
- [Write-Information][07]
- [Write-Output][08]
- [Write-Progress][09]
- [Write-Verbose][10]
- [Write-Warning][11]
- [`Write-Debug`][04]
- [`Write-Error`][05]
- [`Write-Host`][06]
- [`Write-Information`][07]
- [`Write-Output`][08]
- [`Write-Progress`][09]
- [`Write-Verbose`][10]
- [`Write-Warning`][11]

<!-- link references -->
[01]: about_Automatic_Variables.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the parameters that can be used with any cmdlet.
Locale: en-US
ms.date: 09/29/2025
ms.date: 12/09/2025
no-loc: [Debug, Verbose, Confirm]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -37,18 +37,18 @@ For more information, see [about_Preference_Variables][03].
The following list displays the common parameters. Their aliases are listed in
parentheses.

- `Debug` (db)
- `ErrorAction` (ea)
- `ErrorVariable` (ev)
- `InformationAction` (infa)
- `InformationVariable` (iv)
- `OutVariable` (ov)
- `OutBuffer` (ob)
- `PipelineVariable` (pv)
- `ProgressAction` (proga)
- `Verbose` (vb)
- `WarningAction` (wa)
- `WarningVariable` (wv)
- `Debug` (`db`)
- `ErrorAction` (`ea`)
- `ErrorVariable` (`ev`)
- `InformationAction` (`infa`)
- `InformationVariable` (`iv`)
- `OutVariable` (`ov`)
- `OutBuffer` (`ob`)
- `PipelineVariable` (`pv`)
- `ProgressAction` (`proga`)
- `Verbose` (`vb`)
- `WarningAction` (`wa`)
- `WarningVariable` (`wv`)

The **Action** parameters are `ActionPreference` type values.
`ActionPreference` is an enumeration with the following values:
Expand Down Expand Up @@ -815,11 +815,12 @@ Mode LastWriteTime Length Name

## See also

<!-- Using backtick on cmdlet names to avoid localization -->
- [about_Preference_Variables][03]
- [Write-Debug][11]
- [Write-Error][12]
- [Write-Verbose][13]
- [Write-Warning][14]
- [`Write-Debug`][11]
- [`Write-Error`][12]
- [`Write-Verbose`][13]
- [`Write-Warning`][14]

<!-- link references -->
[02]: about_Automatic_Variables.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Explains the availability and purpose of output streams in PowerShell.
Locale: en-US
ms.date: 01/22/2023
ms.date: 12/09/2025
no-loc: [Success, Error, Warning, Verbose, Debug, Information, Progress]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_output_streams?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -102,16 +102,17 @@ support redirection.

## See also

<!-- Using backtick on cmdlet names to avoid localization -->
- [about_CommonParameters][02]
- [about_Redirection][03]
- [Write-Debug][04]
- [Write-Error][05]
- [Write-Host][06]
- [Write-Information][07]
- [Write-Output][08]
- [Write-Progress][09]
- [Write-Verbose][10]
- [Write-Warning][11]
- [`Write-Debug`][04]
- [`Write-Error`][05]
- [`Write-Host`][06]
- [`Write-Information`][07]
- [`Write-Output`][08]
- [`Write-Progress`][09]
- [`Write-Verbose`][10]
- [`Write-Warning`][11]

<!-- link references -->
[01]: about_Automatic_Variables.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Describes the parameters that can be used with any cmdlet.
Locale: en-US
ms.date: 09/29/2025
ms.date: 12/09/2025
no-loc: [Debug, Verbose, Confirm]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -37,18 +37,18 @@ For more information, see [about_Preference_Variables][03].
The following list displays the common parameters. Their aliases are listed in
parentheses.

- `Debug` (db)
- `ErrorAction` (ea)
- `ErrorVariable` (ev)
- `InformationAction` (infa)
- `InformationVariable` (iv)
- `OutVariable` (ov)
- `OutBuffer` (ob)
- `PipelineVariable` (pv)
- `ProgressAction` (proga)
- `Verbose` (vb)
- `WarningAction` (wa)
- `WarningVariable` (wv)
- `Debug` (`db`)
- `ErrorAction` (`ea`)
- `ErrorVariable` (`ev`)
- `InformationAction` (`infa`)
- `InformationVariable` (`iv`)
- `OutVariable` (`ov`)
- `OutBuffer` (`ob`)
- `PipelineVariable` (`pv`)
- `ProgressAction` (`proga`)
- `Verbose` (`vb`)
- `WarningAction` (`wa`)
- `WarningVariable` (`wv`)

The **Action** parameters are `ActionPreference` type values.
`ActionPreference` is an enumeration with the following values:
Expand Down Expand Up @@ -815,11 +815,12 @@ Mode LastWriteTime Length Name

## See also

<!-- Using backtick on cmdlet names to avoid localization -->
- [about_Preference_Variables][03]
- [Write-Debug][11]
- [Write-Error][12]
- [Write-Verbose][13]
- [Write-Warning][14]
- [`Write-Debug`][11]
- [`Write-Error`][12]
- [`Write-Verbose`][13]
- [`Write-Warning`][14]

<!-- link references -->
[02]: about_Automatic_Variables.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Explains the availability and purpose of output streams in PowerShell.
Locale: en-US
ms.date: 01/22/2023
ms.date: 12/09/2025
no-loc: [Success, Error, Warning, Verbose, Debug, Information, Progress]
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_output_streams?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
Expand Down Expand Up @@ -102,16 +102,17 @@ support redirection.

## See also

<!-- Using backtick on cmdlet names to avoid localization -->
- [about_CommonParameters][02]
- [about_Redirection][03]
- [Write-Debug][04]
- [Write-Error][05]
- [Write-Host][06]
- [Write-Information][07]
- [Write-Output][08]
- [Write-Progress][09]
- [Write-Verbose][10]
- [Write-Warning][11]
- [`Write-Debug`][04]
- [`Write-Error`][05]
- [`Write-Host`][06]
- [`Write-Information`][07]
- [`Write-Output`][08]
- [`Write-Progress`][09]
- [`Write-Verbose`][10]
- [`Write-Warning`][11]

<!-- link references -->
[01]: about_Automatic_Variables.md
Expand Down