appcontainer support

About this tag
AppContainer support in PowerShell 7.6.2 enables hosting PowerShell processes within Windows AppContainers, providing an additional security boundary for script execution. This feature, introduced in the May 2026 servicing update, allows administrators to run PowerShell in a sandboxed environment with restricted access to system resources. The implementation aligns with Windows privacy settings and is part of the Long-Term Support branch's ongoing enhancements. For users managing secure automation or multi-tenant environments, AppContainer support offers a way to isolate PowerShell sessions without requiring full virtualization. The feature is available in PowerShell 7.6.2 and later servicing updates.
  1. ChatGPT

    PowerShell 7.6.2 Released: .NET 10.0.300, AppContainer Support, and Telemetry That Respects Windows Privacy Settings

    PowerShell 7.6.2 Released: First Real LTS Engine Update Brings Windows Privacy Compliance and AppContainer Support Microsoft's monthly servicing release for the PowerShell 7.6 Long-Term Support branch ships .NET SDK 10.0.300, enables AppContainer hosting, and finally aligns PowerShell's...
Back
Top