Skip to content

Commit 6f101c6

Browse files
authored
Add list of file types checked (#11495)
1 parent 08748a9 commit 6f101c6

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ This topic explains how to run selected scripts that aren't signed, even while
2323
the execution policy is **RemoteSigned**, and how to sign scripts for your own
2424
use.
2525

26+
PowerShell checks the Authenticode signature of the following type types:
27+
28+
- `.ps1` script files
29+
- `.psm1` module files
30+
- `.psd1` module manifest and data files
31+
- `.ps1xml` type and format XML files
32+
- `.cdxml` CDXML script files
33+
- `.xaml` XAML script files
34+
2635
For more information about PowerShell execution policies, see
2736
[about_Execution_Policies][01].
2837

reference/7.2/Microsoft.PowerShell.Core/About/about_Signing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ This topic explains how to run selected scripts that aren't signed, even while
2525
the execution policy is **RemoteSigned**, and how to sign scripts for your own
2626
use.
2727

28+
PowerShell checks the Authenticode signature of the following type types:
29+
30+
- `.ps1` script files
31+
- `.psm1` module files
32+
- `.psd1` module manifest and data files
33+
- `.ps1xml` type and format XML files
34+
- `.cdxml` CDXML script files
35+
- `.xaml` XAML script files
36+
2837
For more information about PowerShell execution policies, see
2938
[about_Execution_Policies][01].
3039

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ This topic explains how to run selected scripts that aren't signed, even while
2525
the execution policy is **RemoteSigned**, and how to sign scripts for your own
2626
use.
2727

28+
PowerShell checks the Authenticode signature of the following type types:
29+
30+
- `.ps1` script files
31+
- `.psm1` module files
32+
- `.psd1` module manifest and data files
33+
- `.ps1xml` type and format XML files
34+
- `.cdxml` CDXML script files
35+
- `.xaml` XAML script files
36+
2837
For more information about PowerShell execution policies, see
2938
[about_Execution_Policies][01].
3039

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ This topic explains how to run selected scripts that aren't signed, even while
2525
the execution policy is **RemoteSigned**, and how to sign scripts for your own
2626
use.
2727

28+
PowerShell checks the Authenticode signature of the following type types:
29+
30+
- `.ps1` script files
31+
- `.psm1` module files
32+
- `.psd1` module manifest and data files
33+
- `.ps1xml` type and format XML files
34+
- `.cdxml` CDXML script files
35+
- `.xaml` XAML script files
36+
2837
For more information about PowerShell execution policies, see
2938
[about_Execution_Policies][01].
3039

0 commit comments

Comments
 (0)