Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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__<random-8dot3-name>.ps1`
- `$Env:TEMP/__PSAppLockerTest__<random-8dot3-name>.psm1`
- `$Env:TEMP/__PSScriptPolicyTest_<random-8dot3-name>.ps1`
- `$Env:TEMP/__PSScriptPolicyTest_<random-8dot3-name>.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
Expand Down
Loading