This commit is contained in:
Paolo Matarazzo 2023-03-07 15:55:38 -05:00
parent 7a1d89143c
commit a0d707333e
3 changed files with 7 additions and 7 deletions

View File

@ -81,7 +81,7 @@ There are different ways to write a supplemental policy. The suggested method is
1. Once you have a policy that works for your app, reset the supplemental policy's Base policy to the official Windows 11 SE BasePolicyId. From an elevated PowerShell session, run the following command: 1. Once you have a policy that works for your app, reset the supplemental policy's Base policy to the official Windows 11 SE BasePolicyId. From an elevated PowerShell session, run the following command:
```PowerShell ```PowerShell
Set-CiPolicyIdInfo -FilePath "<Path to .xml from step #3>" -SupplementsBasePolicyId "{82443e1e-8a39-4b4a-96a8-f40ddc00b9f3}" Set-CiPolicyIdInfo -FilePath "<Path to .xml from step #4>" -SupplementsBasePolicyId "{82443e1e-8a39-4b4a-96a8-f40ddc00b9f3}"
``` ```
> [!NOTE] > [!NOTE]

View File

@ -11,7 +11,7 @@ items:
href: create-policies.md href: create-policies.md
- name: Deploy policies - name: Deploy policies
href: deploy-policies.md href: deploy-policies.md
- name: Important deployment considerations - name: Important app deployment considerations
href: considerations.md href: considerations.md
- name: Troubleshoot - name: Troubleshoot common issues
href: troubleshoot.md href: troubleshoot.md

View File

@ -1,15 +1,15 @@
--- ---
title: Troubleshooting guide when deploying apps with Managed Installer title: Troubleshoot app deployment issues in Windows SE
description: Troubleshoot common issues when deploying apps with Managed Installer description: Troubleshoot common issues when deploying apps to Windows SE devices.
ms.date: 02/24/2023 ms.date: 02/24/2023
ms.topic: tutorial ms.topic: tutorial
appliesto: appliesto:
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11 SE, version 22H2 and later</a> - ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11 SE, version 22H2 and later</a>
--- ---
# Troubleshooting guide when deploying apps with Managed Installer # Troubleshoot app deployment issues in Windows SE
The following table lists common problems and options to resolve them: The following table lists common app deployment issues on Windows 11 SE, and options to resolve them:
| **Problem** | **Potential solution** | | **Problem** | **Potential solution** |
|---|---| |---|---|