Skip to content

Commit f4dc1a9

Browse files
committed
Update default policy
1 parent 0dd4558 commit f4dc1a9

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
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

0 commit comments

Comments
 (0)