From 2db6549101892d856ce1633d191159ecfc780ae7 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Sat, 17 Sep 2022 20:09:31 -0400 Subject: [PATCH] Minor updates --- education/windows/edu-stickers.md | 50 +++++++++---------- education/windows/edu-themes.md | 50 +++++++++---------- .../windows/images/icons/accessibility.svg | 3 ++ .../windows/images/icons/group-policy.svg | 3 ++ education/windows/images/icons/intune.svg | 24 +++++++++ education/windows/images/icons/powershell.svg | 20 ++++++++ .../images/icons/provisioning-package.svg | 3 ++ education/windows/images/icons/registry.svg | 22 ++++++++ education/windows/images/icons/windows-os.svg | 3 ++ 9 files changed, 124 insertions(+), 54 deletions(-) create mode 100644 education/windows/images/icons/accessibility.svg create mode 100644 education/windows/images/icons/group-policy.svg create mode 100644 education/windows/images/icons/intune.svg create mode 100644 education/windows/images/icons/powershell.svg create mode 100644 education/windows/images/icons/provisioning-package.svg create mode 100644 education/windows/images/icons/registry.svg create mode 100644 education/windows/images/icons/windows-os.svg diff --git a/education/windows/edu-stickers.md b/education/windows/edu-stickers.md index 857ad0910f..64a656dabe 100644 --- a/education/windows/edu-stickers.md +++ b/education/windows/edu-stickers.md @@ -1,6 +1,6 @@ --- title: Configure Stickers for Windows 11 SE -description: Description of Stickers for Windows 11 SE and how to configure them via MDM +description: Description of the Stickers feature and how to configure it via Intune and provisioning package. ms.date: 09/15/2022 ms.prod: windows ms.technology: windows @@ -33,33 +33,29 @@ With Stickers, students feel more attached to the device as they feel as if it's ## Enable Stickers -Stickers aren't enabled by default. IT administrators can allow students to personalize their devices without losing control over apps or device performance using Microsoft Intune. +Stickers aren't enabled by default. Follow the instructions below to configure your devices using either Microsoft Intune or a provisioning package (PPKG). -1. Sign in to the Microsoft Endpoint Manager admin center -1. Select **Devices** > **Configuration profiles** > **Create profile** -1. Enter the following properties: - - **Platform**: select **Windows 10 and later** - - **Profile type**: select **Templates** - - **Template name**: select **Custom** -1. Select **Create** -1. In **Basics**, enter the following properties: - - **Name**: enter a descriptive name for the profile - - **Description**: enter a description for the profile. This setting is optional, but recommended -1. Select **Next** -1. In **Configuration settings**, select **Add** -1. In **Add Row**, enter the following properties: - - Name: enter **EnableStickers** - - OMA-URI: `./Vendor/MSFT/Policy/Config/Stickers/EnableStickers` - - Data type: **Integer** - - Value: **1** -1. Select **Save** -1. Select **Next** -1. In **Scope tags**, assign any applicable tags (optional) -1. Select **Next** -1. In **Assignments**, select the security groups that will receive the policy -1. Select **Next** -1. In **Applicability Rules**, select **Next** -1. In **Review + create**, review your settings and select **Create** +#### [:::image type="icon" source="images/icons/intune.svg"::: **Intune**](#tab/intune) + +To enable Stickers using Microsoft Intune, [create a custom profile][MEM-1] with the following settings: + +| Setting | +|--------| +|
  • OMA-URI: **`./Vendor/MSFT/Policy/Config/Stickers/EnableStickers`**
  • Data type: **Integer**
  • Value: **1**
  • | + +Assign the policy to a security group that contains as members the devices or users that you want to enable Stickers on. + +#### [:::image type="icon" source="images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +To configure Stickers using a provisioning package, use the following settings: + +| Setting | +|--------| +|
  • Path: **`Education/AllowStickers`**
  • Value: **True**
  • | + +Apply the provisioning package to the devices that you want to enable Stickers on. + +--- ## How to use Stickers diff --git a/education/windows/edu-themes.md b/education/windows/edu-themes.md index 8dba7e4dc8..0217cacd14 100644 --- a/education/windows/edu-themes.md +++ b/education/windows/edu-themes.md @@ -1,6 +1,6 @@ --- title: Configure education themes for Windows 11 -description: Description of education themes for Windows 11 and how to configure them via MDM +description: Description of education themes for Windows 11 and how to configure them via Intune and provisioning package. ms.date: 09/15/2022 ms.prod: windows ms.technology: windows @@ -27,33 +27,29 @@ Students can choose their own themes, making it feel the device is their own. Wh ## Enable education themes -Education themes aren't enabled by default. IT administrators can configure devices to download the education themes using Microsoft Intune. +Education themes aren't enabled by default. Follow the instructions below to configure your devices using either Microsoft Intune or a provisioning package (PPKG). -1. Sign in to the Microsoft Endpoint Manager admin center -1. Select **Devices** > **Configuration profiles** > **Create profile** -1. Enter the following properties: - - **Platform**: select **Windows 10 and later** - - **Profile type**: select **Templates** - - **Template name**: select **Custom** -1. Select **Create** -1. In **Basics**, enter the following properties: - - **Name**: enter a descriptive name for the profile - - **Description**: enter a description for the profile. This setting is optional, but recommended -1. Select **Next** -1. In **Configuration settings**, select **Add** -1. In **Add Row**, enter the following properties: - - Name: enter **EnableEduThemes** - - OMA-URI: `./Vendor/MSFT/Policy/Config/Education/EnableEduThemes` - - Data type: **Integer** - - Value: **1** -1. Select **Save** -1. Select **Next** -1. In **Scope tags**, assign any applicable tags (optional) -1. Select **Next** -1. In **Assignments**, select the security groups that will receive the policy -1. Select **Next** -1. In **Applicability Rules**, select **Next** -1. In **Review + create**, review your settings and select **Create** +#### [:::image type="icon" source="images/icons/intune.svg"::: **Intune**](#tab/intune) + +To enable education themes using Microsoft Intune, [create a custom profile][MEM-1] with the following settings: + +| Setting | +|--------| +|
  • OMA-URI: **`./Vendor/MSFT/Policy/Config/Education/EnableEduThemes`**
  • Data type: **Integer**
  • Value: **1**
  • | + +Assign the policy to a security group that contains as members the devices or users that you want to enable education themes on. + +#### [:::image type="icon" source="images/icons/provisioning-package.svg"::: **PPKG**](#tab/ppkg) + +To configure education themes using a provisioning package, use the following settings: + +| Setting | +|--------| +|
  • Path: **`Education/EnableEduThemes`**
  • Value: **True**
  • | + +Apply the provisioning package to the devices that you want to enable education themes on. + +--- ## How to use the education themes diff --git a/education/windows/images/icons/accessibility.svg b/education/windows/images/icons/accessibility.svg new file mode 100644 index 0000000000..21a6b4f235 --- /dev/null +++ b/education/windows/images/icons/accessibility.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/education/windows/images/icons/group-policy.svg b/education/windows/images/icons/group-policy.svg new file mode 100644 index 0000000000..ace95add6b --- /dev/null +++ b/education/windows/images/icons/group-policy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/education/windows/images/icons/intune.svg b/education/windows/images/icons/intune.svg new file mode 100644 index 0000000000..6e0d938aed --- /dev/null +++ b/education/windows/images/icons/intune.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + Icon-intune-329 + + + + + + + + \ No newline at end of file diff --git a/education/windows/images/icons/powershell.svg b/education/windows/images/icons/powershell.svg new file mode 100644 index 0000000000..ab2d5152ca --- /dev/null +++ b/education/windows/images/icons/powershell.svg @@ -0,0 +1,20 @@ + + + + + + + + + + MsPortalFx.base.images-10 + + + + + + + + + + \ No newline at end of file diff --git a/education/windows/images/icons/provisioning-package.svg b/education/windows/images/icons/provisioning-package.svg new file mode 100644 index 0000000000..dbbad7d780 --- /dev/null +++ b/education/windows/images/icons/provisioning-package.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/education/windows/images/icons/registry.svg b/education/windows/images/icons/registry.svg new file mode 100644 index 0000000000..06ab4c09d7 --- /dev/null +++ b/education/windows/images/icons/registry.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + Icon-general-18 + + + \ No newline at end of file diff --git a/education/windows/images/icons/windows-os.svg b/education/windows/images/icons/windows-os.svg new file mode 100644 index 0000000000..da64baf975 --- /dev/null +++ b/education/windows/images/icons/windows-os.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file