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 1
1
---
2
2
description : 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
4
4
title : Use App Control to secure PowerShell
5
5
---
6
6
# 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
23
23
control policy is being enforced by AppLocker, PowerShell creates two temporary files and tests if
24
24
they can be executed. The filenames use the following name format:
25
25
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 `
28
28
29
29
App Control for Business is the preferred application control system for Windows. App Control
30
30
provides 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