Skip to content
Merged
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 @@ -16,7 +16,7 @@ Describes the PowerShell execution policies and explains how to manage them.

PowerShell's execution policy is a safety feature that controls the conditions
under which PowerShell loads configuration files and runs scripts. This feature
helps prevent the the execution of malicious scripts.
helps prevent the execution of malicious scripts.

On a Windows computer you can set an execution policy for the local computer,
for the current user, or for a particular session. You can also use a Group
Expand Down Expand Up @@ -368,4 +368,4 @@ and [Unblock-File](../../Microsoft.PowerShell.Utility/Unblock-File.md).

[Set-ExecutionPolicy](../../Microsoft.PowerShell.Security/Set-ExecutionPolicy.md)

[Unblock-File](../../Microsoft.PowerShell.Utility/Unblock-File.md)
[Unblock-File](../../Microsoft.PowerShell.Utility/Unblock-File.md)