File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
reference/docs-conceptual/security/app-control Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22description : This article explains the features of Application Control that can be used to secure your PowerShell environment.
3- ms.date : 10/21/2024
3+ ms.date : 09/25/2025
44title : Use App Control to secure PowerShell
55---
66# Use App Control to secure PowerShell
@@ -23,8 +23,8 @@ doesn't have way to query the policy enforcement status. To detect if a system w
2323control policy is being enforced by AppLocker, PowerShell creates two temporary files and tests if
2424they can be executed. The filenames use the following name format:
2525
26- - ` $Env:TEMP/__PSAppLockerTest__ <random-8dot3-name>.ps1 `
27- - ` $Env:TEMP/__PSAppLockerTest__ <random-8dot3-name>.psm1 `
26+ - ` $Env:TEMP/__PSScriptPolicyTest_ <random-8dot3-name>.ps1 `
27+ - ` $Env:TEMP/__PSScriptPolicyTest_ <random-8dot3-name>.psm1 `
2828
2929App Control for Business is the preferred application control system for Windows. App Control
3030provides APIs that allow you to discover the policy configuration. App Control is designed as a
You can’t perform that action at this time.
0 commit comments