Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down