From d2bf0cd2ae20061e24e49abdf3752d20492e2eaa Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:04:12 -0500 Subject: [PATCH] updates --- .../tutorial-managed-installer/create-policies.md | 2 +- .../tutorial-managed-installer/deploy-apps.md | 4 ++-- .../tutorial-managed-installer/validate-apps.md | 13 +++++++------ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/education/windows/tutorial-managed-installer/create-policies.md b/education/windows/tutorial-managed-installer/create-policies.md index 38b044016c..47ef749401 100644 --- a/education/windows/tutorial-managed-installer/create-policies.md +++ b/education/windows/tutorial-managed-installer/create-policies.md @@ -11,7 +11,7 @@ appliesto: :::image type="content" source="./images/create-additional-policies.svg" alt-text="Diagram showing the three tutorial steps, highlighting the policy creation step." border="false"::: -Additional policies can be written to allow applications that are [semi-compatible](./validate-apps#compatible-apps) or [incompatible](validate-appa#incompatible-apps) with the managed installer. +Additional policies can be written to allow applications that are [semi-compatible](./validate-apps#compatible-apps) or [incompatible](./validate-apps#incompatible-apps) with the managed installer. The following table details the two policy types to allow apps to run: diff --git a/education/windows/tutorial-managed-installer/deploy-apps.md b/education/windows/tutorial-managed-installer/deploy-apps.md index 9d31c1d06d..a01e397221 100644 --- a/education/windows/tutorial-managed-installer/deploy-apps.md +++ b/education/windows/tutorial-managed-installer/deploy-apps.md @@ -33,7 +33,7 @@ The following table provides an overview of the applications types that can be d The addition of Win32 applications to Intune consists of repackaging the apps and defining the commands to silently install them. The process is described in the article [Add, assign, and monitor a Win32 app in Microsoft Intune][MEM-1]. > [!IMPORTANT] -> There are known limitations that might prevent a specific app from being installed. For more information, see the next section [validate applications](validate-applications#known-limitations). +> There are known limitations that might prevent a specific app from being installed. For more information, see the next section [validate applications](validate-apps#known-limitations). > [!NOTE] > While Win32 apps can be deployed through the Microsoft Store integration with Intune, it's currently an unsupported deployment method for Windows 11 SE. @@ -45,7 +45,7 @@ The addition of Win32 applications to Intune consists of repackaging the apps an For private, line-of-business (LOB) UWP apps, [deploy as line-of-business apps][MEM-2] > [!IMPORTANT] -> UWP apps require the creation and deployment of supplemental policies. For more information, see the next section [validate applications](validate-applications#known-limitations). +> UWP apps require the creation and deployment of supplemental policies. For more information, see the next section [validate applications](validate-apps#known-limitations). ### Microsoft Store apps diff --git a/education/windows/tutorial-managed-installer/validate-apps.md b/education/windows/tutorial-managed-installer/validate-apps.md index b26264d691..0d9d06e96f 100644 --- a/education/windows/tutorial-managed-installer/validate-apps.md +++ b/education/windows/tutorial-managed-installer/validate-apps.md @@ -95,7 +95,7 @@ Here are things to pay attention to and watch out for: - Dialogs show during use indicating something was blocked. - Multiple apps are installed, especially if one app appears to be a launcher/updater. (e.g. Downloading Adobe Photoshop includes the Adobe Creative Cloud launcher, which updates Photoshop) - Any messages indicating that the app is doing pre-installation work or downloading additional content. -- Event logs found in CodeIntegrity - Operational, and AppLocker - MSI and Script. For more information, see [Troubleshooting - Event Viewer](./Troubleshooting#event-viewer). +- Event logs found in CodeIntegrity - Operational, and AppLocker - MSI and Script. For more information, see [Troubleshooting - Event Viewer](troubleshoot.md#event-viewer). ### Compatible apps @@ -121,7 +121,7 @@ You may see a dialog indicating *This app won't run on your PC*. Check the indic ### Event Viewer -More detail can be obtained when looking for events where executables were blocked in the Event Viewer. For more information, see [Troubleshooting - Event Viewer](./Troubleshooting#event-viewer). +More detail can be obtained when looking for events where executables were blocked in the Event Viewer. For more information, see [Troubleshooting - Event Viewer](troubleshoot.md#event-viewer). ## Section review @@ -154,8 +154,9 @@ Advance to the next article to learn how to troubleshoot common errors when depl > [!div class="nextstepaction"] > [Next: troubleshoot >](troubleshoot.md) -[M365-1]: https://learn.microsoft.com/microsoft-365/education/deploy/microsoft-store-for-education -[WIN-1]: https://learn.microsoft.com/windows/security/threat-protection/windows-defender-application-control/configure-authorized-apps-deployed-with-a-managed-installer -[WIN-2]: https://learn.microsoft.com/windows/msix/ -[WIN-3]: https://learn.microsoft.com/windows/security/threat-protection/windows-defender-application-control/manage-packaged-apps-with-windows-defender-application-control \ No newline at end of file +[M365-1]: /microsoft-365/education/deploy/microsoft-store-for-education + +[WIN-1]: /windows/security/threat-protection/windows-defender-application-control/configure-authorized-apps-deployed-with-a-managed-installer +[WIN-2]: /windows/msix/ +[WIN-3]: /windows/security/threat-protection/windows-defender-application-control/manage-packaged-apps-with-windows-defender-application-control \ No newline at end of file