From 14f7d4512ae20e2b6d619457abbf9415f852128a Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 17 Aug 2022 10:27:43 -0400 Subject: [PATCH] some updates --- education/windows/change-history-edu.md | 2 +- .../deploy-windows-10-in-a-school-district.md | 12 ++++++------ .../configure-devices-overview.md | 4 ++-- .../windows/school-deployment/enroll-autopilot.md | 14 ++++++++------ .../windows/school-deployment/enroll-package.md | 4 +--- education/windows/school-deployment/reset-wipe.md | 4 ++-- education/windows/school-deployment/toc.yml | 2 +- .../windows-editions-for-education-customers.md | 2 +- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/education/windows/change-history-edu.md b/education/windows/change-history-edu.md index 9a1acea7a1..2b3d262830 100644 --- a/education/windows/change-history-edu.md +++ b/education/windows/change-history-edu.md @@ -17,7 +17,7 @@ appliesto: --- # Change history for Windows 10 for Education -This topic lists new and updated topics in the [Windows 10 for Education](index.md) documentation. +This topic lists new and updated topics in the [Windows 10 for Education](index.yml) documentation. ## May 2019 diff --git a/education/windows/deploy-windows-10-in-a-school-district.md b/education/windows/deploy-windows-10-in-a-school-district.md index d0a8aa44bd..6f72f69d44 100644 --- a/education/windows/deploy-windows-10-in-a-school-district.md +++ b/education/windows/deploy-windows-10-in-a-school-district.md @@ -1278,9 +1278,9 @@ You've now identified the tasks you need to perform monthly, at the end of an ac * [Try it out: Windows 10 in the classroom](../index.yml) * [Chromebook migration guide](./chromebook-migration-guide.md) * [Deploy Windows 10 in a school](./deploy-windows-10-in-a-school.md) -* [Automate common Windows 10 deployment and configuration tasks for a school environment (video)](./index.md) -* [Deploy a custom Windows 10 Start menu layout for a school (video)](./index.md) -* [Manage Windows 10 updates and upgrades in a school environment (video)](./index.md) -* [Reprovision devices at the end of the school year (video)](./index.md) -* [Use MDT to deploy Windows 10 in a school (video)](./index.md) -* [Use Microsoft Store for Business in a school environment (video)](./index.md) +* [Automate common Windows 10 deployment and configuration tasks for a school environment (video)](./index.yml) +* [Deploy a custom Windows 10 Start menu layout for a school (video)](./index.yml) +* [Manage Windows 10 updates and upgrades in a school environment (video)](./index.yml) +* [Reprovision devices at the end of the school year (video)](./index.yml) +* [Use MDT to deploy Windows 10 in a school (video)](./index.yml) +* [Use Microsoft Store for Business in a school environment (video)](./index.yml) diff --git a/education/windows/school-deployment/configure-devices-overview.md b/education/windows/school-deployment/configure-devices-overview.md index 1003ae6461..c650d5d909 100644 --- a/education/windows/school-deployment/configure-devices-overview.md +++ b/education/windows/school-deployment/configure-devices-overview.md @@ -1,6 +1,6 @@ --- -title: # Microsoft Endpoint Manager support -description: # How to obtain Microsoft support from Microsoft Endpoint Manager admin center. +title: Configure devices with Microsoft Intune +description: Configure devices with Microsoft Intune ms.date: 08/31/2022 ms.prod: windows ms.technology: windows diff --git a/education/windows/school-deployment/enroll-autopilot.md b/education/windows/school-deployment/enroll-autopilot.md index 732fcdebcd..561278b4bd 100644 --- a/education/windows/school-deployment/enroll-autopilot.md +++ b/education/windows/school-deployment/enroll-autopilot.md @@ -1,6 +1,6 @@ --- -title: # Microsoft Endpoint Manager support -description: # How to obtain Microsoft support from Microsoft Endpoint Manager admin center. +title: Windows Autopilot +description: Windows Autopilot ms.date: 08/31/2022 ms.prod: windows ms.technology: windows @@ -16,6 +16,8 @@ appliesto: - ✅ Windows 11 --- +# Title + For more information, see [Overview of Windows Autopilot][MEM-1]. > [!NOTE] > There are some limitations to Windows Autopilot in Windows 11 SE. For more information, see [**this article**][INT-1]. @@ -68,7 +70,7 @@ The steps for creating a dynamic device group are completed in Microsoft Endpoin 1. **Owners**: Select users who own this group. Owners can also delete the group. 1. **Dynamic device members**: Select **Add dynamic query** → **Add expression**. -![New Group page in Microsoft Endpoint Manager admin center](./image6.png) +## UPDATE PIC![New Group page in Microsoft Endpoint Manager admin center] ### Create rules using Autopilot device attributes @@ -81,7 +83,7 @@ The following steps will create a dynamic device group that uses the query expre 1. The Intune group tag field maps to the OrderID attribute on Azure AD devices. To create a group that includes all Autopilot devices with a specific group tag (the Azure AD device OrderID), enter **(device.devicePhysicalIds -any (\_ -eq "[OrderID]:179887111881"))**. 1. To create a group that includes all your Autopilot devices with a specific Purchase Order ID, enter **(device.devicePhysicalIds -any (\_ -eq "[PurchaseOrderId]:76222342342"))**. -![Dynamic membership rules page in Microsoft Endpoint Manager admin center](./image7.png) +## UPDATE PIC![Dynamic membership rules page in Microsoft Endpoint Manager admin center] 5. Save your expressions. 1. Select **Create**. @@ -99,13 +101,13 @@ Once the dynamic device group is created, it can be used for assigning Windows A 1. **Self-deploying:** Devices with this profile are not associated with the user enrolling the device. User credentials are not required to enroll the device. When a device has no user associated with it, user-based compliance policies do not apply. When using self-deploying mode, only compliance policies targeting the device will be applied. 1. In the **Join to Azure AD** field, choose **Azure AD joined**. -![Windows Autopilot profile creation page in Microsoft Endpoint Manager admin center](./image8.png) +## UPDATE PIC![Windows Autopilot profile creation page in Microsoft Endpoint Manager admin center] 9. On the **Assignments** page: 1. Choose **Select groups to include**, and then choose the groups you want to include in this profile. 1. If a group is not showing in the group list, select **Add groups**, and then select the desired group. In this case, you will select the dynamic device group you created above in [Create a dynamic device group](#). -![Group assignments page for Windows Autopilot deployment profiles](./image9.png) +## UPDATE PIC![Group assignments page for Windows Autopilot deployment profiles] 12. On the **Review + create** page, select **Create** to generate the profile. diff --git a/education/windows/school-deployment/enroll-package.md b/education/windows/school-deployment/enroll-package.md index 2670e999fc..2d033b7ac9 100644 --- a/education/windows/school-deployment/enroll-package.md +++ b/education/windows/school-deployment/enroll-package.md @@ -56,9 +56,7 @@ For more information, see [Run package - Install package on PC][EDU-1]. > [!TIP] > To learn more and practice with Set up School PCs, try the Set Up School PCs demo, which provides detailed steps to create a provisioning package and deploy a device. - - -# Windows Configuration Designer +## Windows Configuration Designer Windows Configuration Designer is especially useful in scenarios where a school needs to provision packages for both bring-you-own devices and school-owned devices. Ideal for small-to-medium schools that manage up to a few hundred devices, Windows Configuration Designer lets you configure devices without imaging. For more information, see [Install Windows Configuration Designer][WIN-1], which provides details about the app, its provisioning process, and considerations for its use. diff --git a/education/windows/school-deployment/reset-wipe.md b/education/windows/school-deployment/reset-wipe.md index 4c50bb8a4b..5f9fe651dd 100644 --- a/education/windows/school-deployment/reset-wipe.md +++ b/education/windows/school-deployment/reset-wipe.md @@ -1,6 +1,6 @@ --- -title: # Microsoft Endpoint Manager support -description: # How to obtain Microsoft support from Microsoft Endpoint Manager admin center. +title: Reset and wipe +description: reset and wipe ms.date: 08/31/2022 ms.prod: windows ms.technology: windows diff --git a/education/windows/school-deployment/toc.yml b/education/windows/school-deployment/toc.yml index 595889c419..3720f6e1a4 100644 --- a/education/windows/school-deployment/toc.yml +++ b/education/windows/school-deployment/toc.yml @@ -1,6 +1,6 @@ items: - name: Introduction - href: index.md + href: index.yml - name: Microsoft Education href: microsoft-education.md - name: 1 . Prepare your tenant diff --git a/education/windows/windows-editions-for-education-customers.md b/education/windows/windows-editions-for-education-customers.md index b53f4a28bc..172f1e3c6c 100644 --- a/education/windows/windows-editions-for-education-customers.md +++ b/education/windows/windows-editions-for-education-customers.md @@ -63,7 +63,7 @@ For any other questions, contact [Microsoft Customer Service and Support](https: ## Related topics - [Switch to Windows 10 Pro Education from Windows 10 Pro or Windows 10 S](change-to-pro-education.md) -- [Windows deployment for education](./index.md) +- [Windows deployment for education](./index.yml) - [Windows 10 upgrade paths](/windows/deployment/upgrade/windows-10-upgrade-paths) - [Volume Activation for Windows 10](/windows/deployment/volume-activation/volume-activation-windows-10) - [Plan for volume activation](/windows/deployment/volume-activation/plan-for-volume-activation-client)