Skip to content

Commit 9ebf068

Browse files
authored
Merge pull request #11888 from MicrosoftDocs/main
3/13/2025 PM Publish
2 parents 4a1bfea + c21928e commit 9ebf068

File tree

4 files changed

+16
-26
lines changed

4 files changed

+16
-26
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the PowerShell execution policies and explains how to manage them.
33
Locale: en-US
4-
ms.date: 02/14/2025
4+
ms.date: 03/13/2025
55
no-loc: [Bypass, Default, Restricted, Undefined, Unrestricted, Process, Scope, MachinePolicy, about_Group_Policy_Settings]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -66,12 +66,11 @@ execution policies are as follows:
6666
- `Default`
6767

6868
- Sets the default execution policy.
69-
- **Restricted** for Windows clients.
70-
- **RemoteSigned** for Windows servers.
69+
- **RemoteSigned** for Windows clients and servers.
7170

7271
- `RemoteSigned`
7372

74-
- The default execution policy for Windows server computers.
73+
- The default execution policy for Windows computers.
7574
- Scripts can run.
7675
- Requires a digital signature from a trusted publisher on scripts and
7776
configuration files that are downloaded from the internet which includes
@@ -85,7 +84,6 @@ execution policies are as follows:
8584

8685
- `Restricted`
8786

88-
- The default execution policy for Windows client computers.
8987
- Permits individual commands, but does not allow scripts.
9088
- Prevents running of all script files, including formatting and
9189
configuration files (`.ps1xml`), module script files (`.psm1`), and

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the PowerShell execution policies and explains how to manage them.
33
Locale: en-US
4-
ms.date: 02/14/2025
4+
ms.date: 03/13/2025
55
no-loc: [Bypass, Default, Restricted, Undefined, Unrestricted, Process, Scope, MachinePolicy, about_Group_Policy_Settings]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -66,12 +66,11 @@ execution policies are as follows:
6666
- `Default`
6767

6868
- Sets the default execution policy.
69-
- **Restricted** for Windows clients.
70-
- **RemoteSigned** for Windows servers.
69+
- **RemoteSigned** for Windows clients and servers.
7170

7271
- `RemoteSigned`
7372

74-
- The default execution policy for Windows server computers.
73+
- The default execution policy for Windows computers.
7574
- Scripts can run.
7675
- Requires a digital signature from a trusted publisher on scripts and
7776
configuration files that are downloaded from the internet which includes
@@ -85,7 +84,6 @@ execution policies are as follows:
8584

8685
- `Restricted`
8786

88-
- The default execution policy for Windows client computers.
8987
- Permits individual commands, but does not allow scripts.
9088
- Prevents running of all script files, including formatting and
9189
configuration files (`.ps1xml`), module script files (`.psm1`), and

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the PowerShell execution policies and explains how to manage them.
33
Locale: en-US
4-
ms.date: 02/14/2025
4+
ms.date: 03/13/2025
55
no-loc: [Bypass, Default, Restricted, Undefined, Unrestricted, Process, Scope, MachinePolicy, about_Group_Policy_Settings]
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.6&WT.mc_id=ps-gethelp
77
schema: 2.0.0
@@ -66,12 +66,11 @@ execution policies are as follows:
6666
- `Default`
6767

6868
- Sets the default execution policy.
69-
- **Restricted** for Windows clients.
70-
- **RemoteSigned** for Windows servers.
69+
- **RemoteSigned** for Windows clients and servers.
7170

7271
- `RemoteSigned`
7372

74-
- The default execution policy for Windows server computers.
73+
- The default execution policy for Windows computers.
7574
- Scripts can run.
7675
- Requires a digital signature from a trusted publisher on scripts and
7776
configuration files that are downloaded from the internet which includes
@@ -85,7 +84,6 @@ execution policies are as follows:
8584

8685
- `Restricted`
8786

88-
- The default execution policy for Windows client computers.
8987
- Permits individual commands, but does not allow scripts.
9088
- Prevents running of all script files, including formatting and
9189
configuration files (`.ps1xml`), module script files (`.psm1`), and

reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Windows
3-
ms.date: 01/27/2025
3+
ms.date: 03/13/2025
44
title: Installing PowerShell on Windows
55
---
66
# Installing PowerShell on Windows
@@ -240,19 +240,15 @@ If you installed via the MSI package, that information also appears in the
240240
To determine whether PowerShell may be upgraded with WinGet, run the following command:
241241

242242
```powershell
243-
winget list --name PowerShell --upgrade-available
243+
winget list --id Microsoft.PowerShell --upgrade-available
244244
```
245245

246-
If there is an available upgrade, the output indicates the latest available version.
246+
If there is an available upgrade, the output indicates the latest available version. Use the
247+
following command to upgrade PowerShell using WinGet:
247248

248-
> [!NOTE]
249-
> When upgrading, PowerShell won't upgrade from an LTS version to a non-LTS version. It only
250-
> upgrades to the latest version of LTS, for example, from 7.4.3 to 7.4.7. To upgrade from an
251-
> LTS release to a newer stable version or the next LTS, you need to install the new version with
252-
> the MSI for that release.
253-
>
254-
> When the installed version isn't an LTS version, PowerShell upgrades to the latest stable
255-
> version.
249+
```powershell
250+
winget upgrade --id Microsoft.PowerShell
251+
```
256252

257253
## Deploying on Windows 10 IoT Enterprise
258254

0 commit comments

Comments
 (0)