From 9bc5103ebdaf88f6ace4163ba95ef25f02113362 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 28 Oct 2024 13:17:54 -0500 Subject: [PATCH] Add list of file types checked --- .../5.1/Microsoft.PowerShell.Core/About/about_Signing.md | 9 +++++++++ .../7.2/Microsoft.PowerShell.Core/About/about_Signing.md | 9 +++++++++ .../7.4/Microsoft.PowerShell.Core/About/about_Signing.md | 9 +++++++++ .../7.5/Microsoft.PowerShell.Core/About/about_Signing.md | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Signing.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Signing.md index c8e87e48edd9..40e2162534d0 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Signing.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Signing.md @@ -23,6 +23,15 @@ This topic explains how to run selected scripts that aren't signed, even while the execution policy is **RemoteSigned**, and how to sign scripts for your own use. +PowerShell checks the Authenticode signature of the following type types: + +- `.ps1` script files +- `.psm1` module files +- `.psd1` module manifest and data files +- `.ps1xml` type and format XML files +- `.cdxml` CDXML script files +- `.xaml` XAML script files + For more information about PowerShell execution policies, see [about_Execution_Policies][01]. diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Signing.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Signing.md index e717298c62c1..78a674fa4770 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Signing.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Signing.md @@ -25,6 +25,15 @@ This topic explains how to run selected scripts that aren't signed, even while the execution policy is **RemoteSigned**, and how to sign scripts for your own use. +PowerShell checks the Authenticode signature of the following type types: + +- `.ps1` script files +- `.psm1` module files +- `.psd1` module manifest and data files +- `.ps1xml` type and format XML files +- `.cdxml` CDXML script files +- `.xaml` XAML script files + For more information about PowerShell execution policies, see [about_Execution_Policies][01]. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Signing.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Signing.md index c78afdaae678..b9e52e1f3445 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Signing.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Signing.md @@ -25,6 +25,15 @@ This topic explains how to run selected scripts that aren't signed, even while the execution policy is **RemoteSigned**, and how to sign scripts for your own use. +PowerShell checks the Authenticode signature of the following type types: + +- `.ps1` script files +- `.psm1` module files +- `.psd1` module manifest and data files +- `.ps1xml` type and format XML files +- `.cdxml` CDXML script files +- `.xaml` XAML script files + For more information about PowerShell execution policies, see [about_Execution_Policies][01]. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Signing.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Signing.md index c76f7b8f4221..bb8fdf4b7a74 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Signing.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Signing.md @@ -25,6 +25,15 @@ This topic explains how to run selected scripts that aren't signed, even while the execution policy is **RemoteSigned**, and how to sign scripts for your own use. +PowerShell checks the Authenticode signature of the following type types: + +- `.ps1` script files +- `.psm1` module files +- `.psd1` module manifest and data files +- `.ps1xml` type and format XML files +- `.cdxml` CDXML script files +- `.xaml` XAML script files + For more information about PowerShell execution policies, see [about_Execution_Policies][01].