From 93d691f88f5ce42e6ac1922787bae23d11a2b06e Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 25 Sep 2025 08:46:12 -0500 Subject: [PATCH] Fixes #12381 - Fix test script file names (#12382) * Upcase H2 headers * Fix structure of About files * Fix test script file names * remove doubled H2s --- .../security/app-control/application-control.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/docs-conceptual/security/app-control/application-control.md b/reference/docs-conceptual/security/app-control/application-control.md index 0813dc588b60..333566b1deda 100644 --- a/reference/docs-conceptual/security/app-control/application-control.md +++ b/reference/docs-conceptual/security/app-control/application-control.md @@ -1,6 +1,6 @@ --- description: This article explains the features of Application Control that can be used to secure your PowerShell environment. -ms.date: 10/21/2024 +ms.date: 09/25/2025 title: Use App Control to secure PowerShell --- # 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 control policy is being enforced by AppLocker, PowerShell creates two temporary files and tests if they can be executed. The filenames use the following name format: -- `$Env:TEMP/__PSAppLockerTest__.ps1` -- `$Env:TEMP/__PSAppLockerTest__.psm1` +- `$Env:TEMP/__PSScriptPolicyTest_.ps1` +- `$Env:TEMP/__PSScriptPolicyTest_.psm1` App Control for Business is the preferred application control system for Windows. App Control provides APIs that allow you to discover the policy configuration. App Control is designed as a