Skip to content

Commit 93d691f

Browse files
authored
Fixes #12381 - Fix test script file names (#12382)
* Upcase H2 headers * Fix structure of About files * Fix test script file names * remove doubled H2s
1 parent d9156f0 commit 93d691f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/docs-conceptual/security/app-control/application-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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
44
title: 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
2323
control policy is being enforced by AppLocker, PowerShell creates two temporary files and tests if
2424
they 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

2929
App Control for Business is the preferred application control system for Windows. App Control
3030
provides APIs that allow you to discover the policy configuration. App Control is designed as a

0 commit comments

Comments
 (0)