Skip to content

Commit 46bf6d3

Browse files
Merge pull request #12383 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-25 22:00 UTC
2 parents a7b6ad8 + 93d691f commit 46bf6d3

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)