Skip to content

Commit ff03fb3

Browse files
Merge pull request #12554 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-01 23:00 UTC
2 parents e62ca7a + 9e602d3 commit ff03fb3

File tree

7 files changed

+93
-53
lines changed

7 files changed

+93
-53
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Preference_Variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Variables that customize the behavior of PowerShell.
33
Locale: en-US
4-
ms.date: 06/17/2024
4+
ms.date: 12/01/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Preference_Variables
@@ -19,8 +19,8 @@ behavior. These preference variables work like the options in GUI-based
1919
systems.
2020

2121
The preference variables affect the PowerShell operating environment and all
22-
commands run in the environment. In many cases, the cmdlets have parameters
23-
that you can use to override the preference behavior for a specific command.
22+
commands run in the environment. Some cmdlets have parameters that allow you to
23+
override the preference behavior for a specific command.
2424

2525
The following table lists the preference variables and their default values.
2626

reference/7.4/Microsoft.PowerShell.Core/About/about_Preference_Variables.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Variables that customize the behavior of PowerShell.
33
Locale: en-US
4-
ms.date: 04/06/2024
4+
ms.date: 12/01/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Preference_Variables
@@ -119,7 +119,8 @@ Cmdlets and functions are assigned a risk of **High**, **Medium**, or **Low**.
119119
When the value of the `$ConfirmPreference` variable is less than or equal to
120120
the risk assigned to a cmdlet or function, PowerShell automatically prompts you
121121
for confirmation before running the cmdlet or function. For more information
122-
about assigning a risk to cmdlets or functions, see [about_Functions_CmdletBindingAttribute][66].
122+
about assigning a risk to cmdlets or functions, see
123+
[about_Functions_CmdletBindingAttribute][66].
123124

124125
If the value of the `$ConfirmPreference` variable is **None**, PowerShell never
125126
automatically prompts you before running a cmdlet or function.
@@ -167,11 +168,12 @@ Cmdlets and functions that might pose a risk to the system have a **Confirm**
167168
parameter that you can use to request or suppress confirmation for a single
168169
command.
169170

170-
Most cmdlets and functions keep the default value of **Medium** for **ConfirmImpact**.
171-
`$ConfirmPreference` is set to **High** by default. Therefore, it's rare that commands
172-
automatically prompt for confirmation when users don't specify the **Confirm** parameter.
173-
To extend automatic confirmation prompting to more cmdlets and functions, set the value
174-
of `$ConfirmPreference` to **Medium** or **Low**.
171+
Most cmdlets and functions keep the default value of **Medium** for
172+
**ConfirmImpact**. `$ConfirmPreference` is set to **High** by default.
173+
Therefore, it's rare that commands automatically prompt for confirmation when
174+
users don't specify the **Confirm** parameter. To extend automatic confirmation
175+
prompting to more cmdlets and functions, set the value of `$ConfirmPreference`
176+
to **Medium** or **Low**.
175177

176178
### Examples
177179

reference/7.5/Microsoft.PowerShell.Core/About/about_Preference_Variables.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Variables that customize the behavior of PowerShell.
33
Locale: en-US
4-
ms.date: 04/06/2024
4+
ms.date: 12/01/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Preference_Variables
@@ -119,7 +119,8 @@ Cmdlets and functions are assigned a risk of **High**, **Medium**, or **Low**.
119119
When the value of the `$ConfirmPreference` variable is less than or equal to
120120
the risk assigned to a cmdlet or function, PowerShell automatically prompts you
121121
for confirmation before running the cmdlet or function. For more information
122-
about assigning a risk to cmdlets or functions, see [about_Functions_CmdletBindingAttribute][66].
122+
about assigning a risk to cmdlets or functions, see
123+
[about_Functions_CmdletBindingAttribute][66].
123124

124125
If the value of the `$ConfirmPreference` variable is **None**, PowerShell never
125126
automatically prompts you before running a cmdlet or function.
@@ -167,11 +168,12 @@ Cmdlets and functions that might pose a risk to the system have a **Confirm**
167168
parameter that you can use to request or suppress confirmation for a single
168169
command.
169170

170-
Most cmdlets and functions keep the default value of **Medium** for **ConfirmImpact**.
171-
`$ConfirmPreference` is set to **High** by default. Therefore, it's rare that commands
172-
automatically prompt for confirmation when users don't specify the **Confirm** parameter.
173-
To extend automatic confirmation prompting to more cmdlets and functions, set the value
174-
of `$ConfirmPreference` to **Medium** or **Low**.
171+
Most cmdlets and functions keep the default value of **Medium** for
172+
**ConfirmImpact**. `$ConfirmPreference` is set to **High** by default.
173+
Therefore, it's rare that commands automatically prompt for confirmation when
174+
users don't specify the **Confirm** parameter. To extend automatic confirmation
175+
prompting to more cmdlets and functions, set the value of `$ConfirmPreference`
176+
to **Medium** or **Low**.
175177

176178
### Examples
177179

reference/7.6/Microsoft.PowerShell.Core/About/about_Preference_Variables.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Variables that customize the behavior of PowerShell.
33
Locale: en-US
4-
ms.date: 04/06/2024
4+
ms.date: 12/01/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.6&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Preference_Variables
@@ -119,7 +119,8 @@ Cmdlets and functions are assigned a risk of **High**, **Medium**, or **Low**.
119119
When the value of the `$ConfirmPreference` variable is less than or equal to
120120
the risk assigned to a cmdlet or function, PowerShell automatically prompts you
121121
for confirmation before running the cmdlet or function. For more information
122-
about assigning a risk to cmdlets or functions, see [about_Functions_CmdletBindingAttribute][66].
122+
about assigning a risk to cmdlets or functions, see
123+
[about_Functions_CmdletBindingAttribute][66].
123124

124125
If the value of the `$ConfirmPreference` variable is **None**, PowerShell never
125126
automatically prompts you before running a cmdlet or function.
@@ -167,11 +168,12 @@ Cmdlets and functions that might pose a risk to the system have a **Confirm**
167168
parameter that you can use to request or suppress confirmation for a single
168169
command.
169170

170-
Most cmdlets and functions keep the default value of **Medium** for **ConfirmImpact**.
171-
`$ConfirmPreference` is set to **High** by default. Therefore, it's rare that commands
172-
automatically prompt for confirmation when users don't specify the **Confirm** parameter.
173-
To extend automatic confirmation prompting to more cmdlets and functions, set the value
174-
of `$ConfirmPreference` to **Medium** or **Low**.
171+
Most cmdlets and functions keep the default value of **Medium** for
172+
**ConfirmImpact**. `$ConfirmPreference` is set to **High** by default.
173+
Therefore, it's rare that commands automatically prompt for confirmation when
174+
users don't specify the **Confirm** parameter. To extend automatic confirmation
175+
prompting to more cmdlets and functions, set the value of `$ConfirmPreference`
176+
to **Medium** or **Low**.
175177

176178
### Examples
177179

reference/docs-conceptual/community/2025-updates.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: List of changes to the PowerShell documentation for 2025
3-
ms.date: 11/06/2025
3+
ms.date: 12/01/2025
44
title: What's New in PowerShell-Docs for 2025
55
---
66
# What's new in PowerShell Docs for 2025
@@ -13,6 +13,40 @@ get started.
1313

1414
<!-- Link references -->
1515
[01]: contributing/overview.md
16+
<!--------------------->
17+
18+
## 2025-November
19+
20+
Content updates
21+
22+
- Retired the Windows PowerShell Programmer's Guide
23+
- 82 out-of-date articles moved to the
24+
[archive](/previous-versions/powershell/scripting/developer/prog-guide/windows-powershell-programmer-s-guide)
25+
site
26+
- Retired the Windows PowerShell ISE Scripting Object Model
27+
- 15 articles moved to the
28+
[archive](/previous-versions/powershell/scripting/windows-powershell/ise/object-model/purpose-of-the-windows-powershell-ise-scripting-object-model)
29+
site
30+
- Refactored the instructions for installing PowerShell on Windows
31+
- Split out instructions for
32+
[Install PowerShell on Windows IoT and Nano Server](/powershell/scripting/install/install-powershell-on-windows-iot-nano)
33+
34+
GitHub stats
35+
36+
- 20 PRs merged (2 from Community)
37+
- 34 issues opened (11 from Community)
38+
- 32 issues closed (9 Community issues closed)
39+
40+
Top Community Contributors
41+
42+
The following people contributed to PowerShell docs this month by submitting pull requests or
43+
filing issues. Thank you!
44+
45+
| GitHub Id | PRs merged | Issues opened |
46+
| --------- | :--------: | :-----------: |
47+
| alirobe | 1 | |
48+
| sleggy | 1 | |
49+
| iRon7 | | 2 |
1650

1751
## 2025-October
1852

reference/docs-conceptual/community/hall-of-fame.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: List of the GitHub users that have the most contributions to the PowerShell-Doc project.
3-
ms.date: 11/06/2025
3+
ms.date: 12/01/2025
44
title: Community contributor Hall of Fame
55
---
66
# Community Contributor Hall of Fame
@@ -17,7 +17,7 @@ Pull Requests help us fix those issues and make the documentation better for eve
1717

1818
| PRs Merged | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | Grand Total |
1919
| ------------------ | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ----------: |
20-
| Community | 3 | 194 | 446 | 467 | 321 | 160 | 98 | 121 | 108 | 81 | 142 | 2141 |
20+
| Community | 3 | 194 | 446 | 467 | 321 | 160 | 99 | 121 | 108 | 81 | 143 | 2143 |
2121
| matt9ucci | | | 157 | 80 | 30 | 1 | 6 | | | | | 274 |
2222
| nschonni | | | | 14 | 138 | 10 | | | | | | 162 |
2323
| kiazhi | | 25 | 79 | 12 | | | | | | | | 116 |
@@ -38,28 +38,28 @@ Pull Requests help us fix those issues and make the documentation better for eve
3838
| kvprasoon | | 2 | 1 | 7 | 2 | 2 | 2 | | | | | 16 |
3939
| k-takai | | | | 5 | 1 | 7 | | | | | | 13 |
4040
| purdo17 | | | | 13 | | | | | | | | 13 |
41-
| exchange12rocks | | | 7 | 3 | | | 1 | | | | | 11 |
42-
| PlagueHO | | 10 | | | 1 | | | | | | | 11 |
4341
| bergmeister | | | 1 | 3 | 3 | 1 | 1 | 1 | 1 | | | 11 |
42+
| PlagueHO | | 10 | | | 1 | | | | | | | 11 |
43+
| exchange12rocks | | | 7 | 3 | | | 1 | | | | | 11 |
4444

4545
## GitHub issues opened
4646

4747
GitHub issues help us identify errors and gaps in our documentation.
4848

4949
| Issues Opened | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | Grand Total |
5050
| ------------------ | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ----------: |
51-
| Community | 3 | 54 | 95 | 210 | 562 | 557 | 363 | 225 | 270 | 220 | 134 | 2693 |
51+
| Community | 3 | 54 | 95 | 210 | 557 | 552 | 363 | 224 | 270 | 219 | 138 | 2685 |
5252
| mklement0 | | | 19 | 60 | 56 | 61 | 28 | 8 | 20 | 24 | 2 | 278 |
5353
| ehmiiz | | | | | | | | 20 | 14 | | | 34 |
5454
| iSazonov | | | 1 | 4 | 10 | 8 | 4 | 3 | | 1 | | 31 |
55-
| iRon7 | | | | | | 2 | 2 | 2 | 10 | 8 | 4 | 28 |
55+
| iRon7 | | | | | | 2 | 2 | 2 | 10 | 8 | 5 | 29 |
5656
| jszabo98 | | | | 2 | 15 | 6 | 1 | | 1 | 2 | | 27 |
5757
| juvtib | | | | | | 15 | 7 | | | | | 22 |
5858
| surfingoldelephant | | | | | | | | | | 6 | 15 | 21 |
59+
| peetrike | | | | 1 | | 4 | 2 | 6 | 4 | 3 | 1 | 21 |
5960
| doctordns | | | 5 | 3 | 5 | 7 | 1 | | | | | 21 |
60-
| peetrike | | | | 1 | | 4 | 2 | 6 | 4 | 3 | | 20 |
61-
| JustinGrote | | | | 1 | 3 | 6 | 1 | 1 | 2 | 2 | 2 | 18 |
6261
| kilasuit | | | | | 3 | 2 | 1 | 4 | 1 | 3 | 4 | 18 |
62+
| JustinGrote | | | | 1 | 3 | 6 | 1 | 1 | 2 | 2 | 2 | 18 |
6363
| vexx32 | | | | 3 | 11 | | | 3 | | | | 17 |
6464
| KirkMunro | | | | 7 | 7 | 1 | | | | | | 15 |
6565
| alexandair | | 9 | 4 | 2 | | | | | | | | 15 |
@@ -71,7 +71,7 @@ GitHub issues help us identify errors and gaps in our documentation.
7171
| CarloToso | | | | | | | | | 11 | | | 11 |
7272
| Liturgist | | | | | 1 | 1 | 1 | 2 | 4 | 2 | | 11 |
7373
| ArmaanMcleod | | | | | | | | | 4 | 6 | | 10 |
74-
| vors | 1 | 6 | 2 | 1 | | | | | | | | 10 |
7574
| UberKluger | | | | | | 1 | 7 | 2 | | | | 10 |
75+
| vors | 1 | 6 | 2 | 1 | | | | | | | | 10 |
7676
| matt9ucci | | | 2 | 5 | | | 2 | | 1 | | | 10 |
7777
| LaurentDardenne | | | 3 | 2 | | | | 5 | | | | 10 |

reference/docs-conceptual/learn/shell/running-commands.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: >
33
This article shows how to run commands in PowerShell.
44
title: Running commands in the shell
5-
ms.date: 11/21/2025
5+
ms.date: 12/01/2025
66
---
77
# Running commands in the shell
88

@@ -70,17 +70,17 @@ adjust how you pass those strings.
7070

7171
For more information, see the following articles:
7272

73-
- [about_Parsing][1]
74-
- [about_Quoting_Rules][2]
73+
- [about_Parsing][03]
74+
- [about_Quoting_Rules][06]
7575

7676
PowerShell 7.2 introduced a new experimental feature `PSNativeCommandArgumentPassing` that improved
77-
native command handling. For more information, see [`$PSNativeCommandArgumentPassing`][3].
77+
native command handling. For more information, see [`$PSNativeCommandArgumentPassing`][04].
7878

7979
### Handling output and errors
8080

8181
PowerShell also has several more output streams than other shells. The `bash` and `cmd.exe` shells
8282
have **stdout** and **stderr**. PowerShell has six output streams. For more information, see
83-
[about_Redirection][4] and [about_Output_Streams][5].
83+
[about_Redirection][07] and [about_Output_Streams][02].
8484

8585
In general, the output sent to **stdout** by a native command is sent to the **Success** stream in
8686
PowerShell. Output sent to **stderr** by a native command is sent to the **Error** stream in
@@ -98,8 +98,8 @@ behavior can cause confusion in PowerShell when looking through errors and the a
9898
information can be lost if `$ErrorActionPreference` is set to a state that mutes the output.
9999

100100
PowerShell 7.3 added a new experimental feature `PSNativeCommandErrorActionPreference` that allows
101-
you to control whether output to `stderr` is treated as an error. For more information, see
102-
[`$PSNativeCommandUseErrorActionPreference`][6].
101+
you to control how you handle non-zero exit codes from native commands. For more information, see
102+
[`$PSNativeCommandUseErrorActionPreference`][05].
103103

104104
## Running PowerShell commands
105105

@@ -112,7 +112,7 @@ the PowerShell scripting language itself.
112112
The PowerShell **call operator** (`&`) lets you run commands that are stored in variables and
113113
represented by strings or script blocks. You can use the operator to run any native command or
114114
PowerShell command. This is useful in a script when you need to dynamically construct the
115-
command-line parameters for a native command. For more information, see the [call operator][7].
115+
command-line parameters for a native command. For more information, see the [call operator][01].
116116

117117
The `Start-Process` cmdlet can be used to run native commands, but should only be used when you need
118118
to control how the command is executed. The cmdlet has parameters to support the following
@@ -136,7 +136,7 @@ $processOptions = @{
136136
Start-Process @processOptions
137137
```
138138

139-
For more information, see [Start-Process][8].
139+
For more information, see [Start-Process][09].
140140

141141
On Windows, the `Invoke-Item` cmdlet performs the default action for the specified item. For
142142
example, it runs an executable file or opens a document file using the application associated with
@@ -149,15 +149,15 @@ The following example opens the PowerShell source code repository in your defaul
149149
Invoke-Item https://github.com/PowerShell/PowerShell
150150
```
151151

152-
For more information, see [Invoke-Item][9].
152+
For more information, see [Invoke-Item][08].
153153

154154
<!-- link references -->
155-
[1]: /powershell/module/microsoft.powershell.core/about/about_parsing#passing-arguments-to-native
156-
[2]: /powershell/module/microsoft.powershell.core/about/about_quoting_rules
157-
[3]: /powershell/module/microsoft.powershell.core/about/about_preference_variables#psnativecommandargumentpassing
158-
[4]: /powershell/module/microsoft.powershell.core/about/about_redirection
159-
[5]: /powershell/module/microsoft.powershell.core/about/about_output_streams
160-
[6]: /powershell/module/microsoft.powershell.core/about/about_preference_variables#psnativecommanduseerroractionpreference
161-
[7]: /powershell/module/microsoft.powershell.core/about/about_operators#call-operator-
162-
[8]: /powershell/module/microsoft.powershell.management/start-process
163-
[9]: /powershell/module/microsoft.powershell.management/invoke-item
155+
[01]: /powershell/module/microsoft.powershell.core/about/about_operators#call-operator-
156+
[02]: /powershell/module/microsoft.powershell.core/about/about_output_streams
157+
[03]: /powershell/module/microsoft.powershell.core/about/about_parsing#passing-arguments-to-native
158+
[04]: /powershell/module/microsoft.powershell.core/about/about_preference_variables#psnativecommandargumentpassing
159+
[05]: /powershell/module/microsoft.powershell.core/about/about_preference_variables#psnativecommanduseerroractionpreference
160+
[06]: /powershell/module/microsoft.powershell.core/about/about_quoting_rules
161+
[07]: /powershell/module/microsoft.powershell.core/about/about_redirection
162+
[08]: /powershell/module/microsoft.powershell.management/invoke-item
163+
[09]: /powershell/module/microsoft.powershell.management/start-process

0 commit comments

Comments
 (0)