From 8a6eac4d17676f953440b9fb435900412647a602 Mon Sep 17 00:00:00 2001 From: Hui Gao <114577124+huig2@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:54:10 +1000 Subject: [PATCH 01/32] Learn Editor: Update windows-bulk-enroll.md --- .../intune/enrollment/windows-bulk-enroll.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/memdocs/intune/enrollment/windows-bulk-enroll.md b/memdocs/intune/enrollment/windows-bulk-enroll.md index 0fa6aa875ba..367487cf689 100644 --- a/memdocs/intune/enrollment/windows-bulk-enroll.md +++ b/memdocs/intune/enrollment/windows-bulk-enroll.md @@ -61,32 +61,32 @@ Additionally, ensure that the service principal for Microsoft.Azure.SyncFabric ( 1. Install [Windows Configuration Designer (WCD)](https://www.microsoft.com/p/windows-configuration-designer/9nblggh4tx22) from the Microsoft Store. 1. Open the **Windows Configuration Designer** app and select **Provision desktop devices**. - ![Screenshot of selecting Provision desktop devices in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-select.png) +![Screenshot of selecting Provision desktop devices in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-select.png) 1. A **New project** window opens where you specify the following information: - **Name** - A name for your project - **Project folder** - Save location for the project - **Description** - An optional description of the project ![Screenshot of specifying name, project folder, and description in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-name.png) - -1. Enter a unique name for your devices. Names can include a serial number (%SERIAL%) or a random set of characters. Optionally, you can also enter a product key if you are upgrading the edition of Windows, configure the device for shared use, and remove pre-installed software. - ![Screenshot of specifying name and product key in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-device.png) +1. Enter a unique name for your devices. Names can include a serial number (%SERIAL%) or a random set of characters. Optionally, you can also enter a product key if you are upgrading the edition of Windows, configure the device for shared use, and remove pre-installed software. + ![Screenshot of specifying name and product key in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-device.png) + 1. Optionally, you can configure the Wi-Fi network devices connect to when they first start. If the network devices aren't configured, a wired network connection is required when the device is first started. - ![Screenshot of enabling Wi-Fi including Network SSID and Network type options in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-network.png) +![Screenshot of enabling Wi-Fi including Network SSID and Network type options in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-network.png) 1. Select **Enroll in Azure AD**, enter a **Bulk Token Expiry** date, and then select **Get Bulk Token**. The token validity period is 180 days. > [!NOTE] > Once a provisioning package is created, it can be revoked before its expiration by removing the associated package_{GUID} user account from Microsoft Entra ID. - 1. Provide your Microsoft Entra credentials to get a bulk token. - ![Screenshot of signing in to the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-cred.png) +![Screenshot of signing in to the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-cred.png) > [!NOTE] > The account used to request the bulk token must be included in the [MDM user scope](windows-enroll.md#enable-windows-automatic-enrollment) that is specified in Microsoft Entra ID. If this account is removed from a group that is tied to the MDM user scope, bulk enrollment will stop working. - + > Federated user accounts enabled for staged rollout will not work for retrieval of bulk tokens. + > *//MSFT Internal Note, REMOVE before publish: please check [https://internal.evergreen.microsoft.com/en-us/topic/143d3008-632e-7624-a364-05b2e95fa2ee](https://internal.evergreen.microsoft.com/topic/143d3008-632e-7624-a364-05b2e95fa2ee)or [https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1447235](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1447235) for the details of this limitation.* 1. In the **Stay signed in to all your apps** page, select **No, sign in to this app only**. If you keep the check box selected and press OK, the device you are using will become managed by your organization. If you do not intend for your device to be managed, make sure to select **No, sign in to this app only**. 1. Click **Next** when **Bulk Token** is fetched successfully. @@ -94,7 +94,7 @@ Additionally, ensure that the service principal for Microsoft.Azure.SyncFabric ( 1. Optionally, you can **Add applications** and **Add certificates**. These apps and certificates are provisioned on the device. 1. Optionally, you can password protect your provisioning package. Click **Create**. - ![Screenshot of package protection in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-create.png) +![Screenshot of package protection in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-create.png) ## Provision devices @@ -106,8 +106,8 @@ Additionally, ensure that the service principal for Microsoft.Azure.SyncFabric ( For step-by-step instruction on applying a provisioning package, see [Apply a provisioning package](/windows/configuration/provisioning-packages/provisioning-apply-package). -3. After you apply the package, the device will automatically restart in one minute. - ![Screenshot of project folder, specifying name, and description in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-add.png) +1. After you apply the package, the device will automatically restart in one minute. +![Screenshot of project folder, specifying name, and description in the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-add.png) 4. When the device restarts, it connects to the Microsoft Entra ID and enrolls in Microsoft Intune. From fa9394152313d2c8316f64efd50eadd0d3e3474c Mon Sep 17 00:00:00 2001 From: Hui Gao <114577124+huig2@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:54:46 +1000 Subject: [PATCH 02/32] Learn Editor: Update windows-bulk-enroll.md From 26ce27ef95cb542188bc036dc613bdff81ba9f95 Mon Sep 17 00:00:00 2001 From: Ugur Koc | Microsoft MVP <43906965+ugurkocde@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:50:02 +0200 Subject: [PATCH 03/32] Add installation steps for RHEL This commit adds detailed instructions for installing, updating, and uninstalling the Microsoft Intune app on Red Hat Enterprise Linux (RHEL) 8 and 9. - Steps to add the Microsoft repository - Commands for installation using dnf - Update instructions using dnf - Uninstallation process, including removal of local registration data --- .../user-help/microsoft-intune-app-linux.md | 53 +++++++++++++++++-- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/memdocs/intune/user-help/microsoft-intune-app-linux.md b/memdocs/intune/user-help/microsoft-intune-app-linux.md index a9aa71f5b84..0e6a5a40292 100644 --- a/memdocs/intune/user-help/microsoft-intune-app-linux.md +++ b/memdocs/intune/user-help/microsoft-intune-app-linux.md @@ -41,7 +41,7 @@ The Microsoft Intune app is supported with the following operating systems: - RedHat Enterprise Linux 8 - RedHat Enterprise Linux 9 -## Install Intune app +## Install Intune app for Ubuntu Desktop Run the following commands in a command line to manually install the Intune app and its dependencies on your device. 1. Install Curl: @@ -75,9 +75,7 @@ Run the following commands in a command line to manually install the Intune app ```bash sudo apt update sudo apt install intune-portal - ``` - -4. Reboot your device. + ``` ## Update Intune app The Microsoft Intune app automatically updates when updates become available in Software Updater. @@ -109,3 +107,50 @@ Run these commands to update the Microsoft Intune app manually: ```bash sudo apt purge intune-portal ``` + +## Install Intune app for RedHat Enterprise Linux + +1. Add the Microsoft repository: + + ```bash + sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc + sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/microsoft-rhel9.0-prod + ``` + +2. Install the Intune app: + + ```bash + sudo dnf install intune-portal + ``` + +### Update the Intune app + +To update the Intune app, run: + + ```bash + sudo dnf update + ``` + +or + + ```bash + sudo dnf update intune-portal + ``` + +### Uninstall the Intune app + +To uninstall the Intune app and remove local registration data: + +1. Remove the Intune portal package: + + ```bash + sudo dnf remove intune-portal + ``` + +2. Remove local registration data: + + ```bash + sudo rm -rf /var/opt/microsoft/mdatp + sudo rm -rf /etc/opt/microsoft/mdatp + sudo rm -rf /opt/microsoft/mdatp + ``` From 14a3b63e8050e7a93e08f29e426c0af645ffd6fe Mon Sep 17 00:00:00 2001 From: brenduns Date: Mon, 19 Aug 2024 13:19:08 -0700 Subject: [PATCH 04/32] Initial draft for 2408 What's New update. --- memdocs/intune/fundamentals/in-development.md | 182 +----- .../intune/fundamentals/whats-new-archive.md | 335 +++++++++- memdocs/intune/fundamentals/whats-new.md | 617 ++++++++---------- 3 files changed, 601 insertions(+), 533 deletions(-) diff --git a/memdocs/intune/fundamentals/in-development.md b/memdocs/intune/fundamentals/in-development.md index e227dacaeef..b0a1bfba630 100644 --- a/memdocs/intune/fundamentals/in-development.md +++ b/memdocs/intune/fundamentals/in-development.md @@ -7,7 +7,7 @@ keywords: author: dougeby ms.author: dougeby manager: dougeby -ms.date: 08/12/2024 +ms.date: 08/19/2024 ms.topic: conceptual ms.service: microsoft-intune ms.subservice: fundamentals @@ -82,10 +82,6 @@ For more information, see [Microsoft Intune Suite](../fundamentals/intune-add-on ## App management -### Managed Home Screen for Android Enterprise Fully Managed devices - -Managed Home Screen (MHS) will be supported on Android Enterprise Fully Managed devices. This capability will offer organizations the ability to leverage MHS in scenarios where a device is associated with a single user. - ### Added protection for iOS/iPadOS app widgets To protect organizational data for MAM managed accounts and apps, Intune app protection policies now provide the capability to block data sync from policy managed app data to app widgets. App widgets can be added to end-user's iOS/iPadOS device lock screen, which can expose data contained by these widgets, such as meeting titles, top sites, and recent notes. In Intune, you'll be able to set the app protection policy setting **Sync policy managed app data with app widgets** to **Block** for iOS/iPadOS apps. This setting will be available as part of the **Data Protection** settings in app protection policies. This new setting will be an app protection feature similar to the **Sync policy managed app data with native app or add-ins** setting. @@ -96,128 +92,13 @@ Applies to: -## Device configuration - -### Enhancements to multiple administrative approval - -Multi administrative approval (MAA) adds the ability to limit application access policies to Windows applications or all non-Windows applications or both. We're adding a new access policy to the multiple administrative approval feature. - -For more information, see [multiple admin approval](../fundamentals/multi-admin-approval.md). - -### New settings available in the Apple settings catalog - -The [Settings Catalog](../configuration/settings-catalog.md) lists all the settings you can configure in a device policy, and all in one place. For more information about configuring Settings Catalog profiles in Intune, see [Create a policy using settings catalog](../configuration/settings-catalog.md). - -There are new settings in the Apple Settings Catalog. To see these settings, in the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **iOS/iPadOS** or **macOS** for platform > **Settings catalog** for profile type. - -#### iOS/iPadOS - -**Declarative Device Management (DDM) > Safari Extension Settings**: - -- Managed Extensions - - Allowed Domains - - Denied Domains - - Private Browsing - - State - -**Declarative Device Management (DDM) > Software Update Settings**: - -- Automatic Actions - - Download - - Install OS Updates - -- Deferrals - - Combined Period In Days - -- Notifications - -- Rapid Security Response - - Enable - - Enable Rollback - -- Recommended Cadence - -**Restrictions**: - -- Allow ESIM Outgoing Transfers -- Allow Personalized Handwriting Results -- Allow Video Conferencing Remote Control -- Allow Genmoji -- Allow Image Playground -- Allow Image Wand -- Allow iPhone Mirroring -- Allow Writing Tools - -#### macOS - -**Authentication > Extensible Single Sign On (SSO)**: - -- Platform SSO - - Authentication Grace Period - - FileVault Policy - - Non Platform SSO Accounts - - Offline Grace Period - - Unlock Policy - -**Authentication > Extensible Single Sign On Kerberos**: - -- Allow Password -- Allow SmartCard -- Identity Issuer Auto Select Filter -- Start In Smart Card Mode - -**Declarative Device Management (DDM) > Disk Management**: - -- External Storage -- Network Storage - -**Declarative Device Management (DDM) > Safari Extension Settings**: - -- Managed Extensions - - Allowed Domains - - Denied Domains - - Private Browsing - - State - -**Declarative Device Management (DDM) > Software Update Settings**: - -- Allow Standard User OS Updates - -- Automatic Actions - - Download - - Install OS Updates - - Install Security Update - -- Deferrals - - Major Period In Days - - Minor Period In Days - - System Period In Days - -- Notifications - -- Rapid Security Response - - Enable - - Enable Rollback - -**Restrictions**: - -- Allow Genmoji -- Allow Image Playground -- Allow iPhone Mirroring -- Allow Writing Tools - -**System Policy > System Policy Control**: + -- Enable XProtect Malware Upload ## Device enrollment -### Use corporate Microsoft Entra account to enable Android Enterprise management options in Intune - -Managing Intune-enrolled devices with Android Enterprise management options currently requires you to connect your Intune tenant to your managed Google Play account using a personal Gmail account. Soon you will be able to use a corporate Microsoft Entra account to establish the connection. This change is happening in new tenants, and doesn't affect tenants that have already established a connection. - ### Support ending for Apple User Enrollment with Company Portal After the release of iOS/iPadOS 18, Apple will no longer support profile-based Apple User Enrollment. As a result, Intune will end support for [user enrollment with Company Portal](../enrollment/apple-user-enrollment-with-company-portal.md) shortly after the release of iOS/iPadOS 18. @@ -233,16 +114,6 @@ To prepare, use a different management method to enroll devices. We recommend ac - [Set up account-driven Apple User Enrollment](../enrollment/apple-account-driven-user-enrollment.md) - [Set up web-based device enrollment for iOS/iPadOS](../enrollment/web-based-device-enrollment-ios.md) -### Account-driven Apple User Enrollment to be generally available for iOS/iPadOS 15+ devices - -Intune will support account-driven Apple User Enrollment, the new and improved version of Apple User Enrollment, for devices running iOS/iPadOS 15 and later. This new enrollment method utilizes just-in-time registration, removing the Company Portal app for iOS as an enrollment requirement. Device users will be able to initiate enrollment directly in the Settings app, resulting in a shorter and more efficient onboarding experience. For more information, see [Set up account driven Apple User Enrollment](../enrollment/apple-account-driven-user-enrollment.md) on Microsoft Learn. - -If you prefer, you can continue to target iOS/iPadOS devices using the Apple User Enrollment method that requires Company Portal. Devices running iOS/iPadOS 14.8.1 and earlier will be unaffected by this update and can continue to use the method with Company Portal. - -Applies to: - -- iOS/iPadOS 15 and later - ## Device management @@ -267,63 +138,16 @@ Later this year, we expect iOS18 and iPadOS 18 to be released by Apple. Microsof For more information on this change, see [Plan for change: Intune is moving to support iOS/iPadOS 16 and later](../fundamentals/whats-new.md#plan-for-change-intune-is-moving-to-support-iosipados-16-and-later). > [!NOTE] -> Userless iOS and iPadOS devices enrolled through Automated Device Enrollment (ADE) have a slightly nuanced support statement due to their shared usage. For more information, go to [Support statement for supported versus allowed iOS/iPadOS versions for user-less devices](https://aka.ms/ADE_userless_support). +> Userless iOS and iPadOS devices enrolled through Automated Device Enrollment (ADE) have a slightly nuanced support statement due to their shared usage. For more information, see [Support statement for supported versus allowed iOS/iPadOS versions for user-less devices](https://aka.ms/ADE_userless_support). Applies to: - iOS/iPadOS -### 21 Vianet support for Mobile Threat Defense connector support on 21Vianet - -Intune operated by 21Vianet will soon support Mobile Threat Defense (MTD) connectors for Android and iOS/iPadOS devices for MTD vendors that also have support in that environment. When an MTD partner is supported and you sign in to a 21Vianet tenant, the supported connectors will be available. - -Applies to: - -- Android -- iOS/iPadOS - -For more information, see: - -- [Intune operated by 21Vianet in China](../fundamentals/china.md) -- [Mobile Threat Defense integration with Intune](../protect/mobile-threat-defense.md) - -### New `cpuArchitecture` filter device property for app and policy assignments - -When you assign an app, compliance policy, or configuration profile, you can filter the assignment using different device properties, such as device manufacturer, operating system SKU, and more. - -A new `cpuArchitecture` device filter property is available for Windows and macOS devices. With this property, you can filter app and policy assignments depending on the processor architecture. - -For more information on filters and the device properties you can use, see: - -- [Use filters when assigning your apps, policies, and profiles in Microsoft Intune](filters.md) -- [Filter properties](filters-device-properties.md) -- [Supported workloads](filters-supported-workloads.md) - -Applies to: - -- Windows 10 -- Windows 11 -- macOS - ## Device security -### Target Date Time setting for Apple software update enforcement will schedule updates using the local time on devices - -You will be able to specify the time that OS updates are enforced on devices in their local time zone. For example, configuring an OS update to be enforced at 5pm will schedule the update for 5pm in the device's local time zone. Currently, this setting uses the time zone that the policy is configured. - -This change will only apply to new policies that are created in the August 2408 release and later. The **Target Date Time** setting is in the settings catalog at **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **iOS/iPadOS** or **macOS** for platform > **Settings catalog** for profile type > **Declarative Device Management** > Software Update. - -In a future release, the **UTC** text will be removed from the **Target Date Time** setting. - -For more information on using the settings catalog to configure software updates, see [Managed software updates with the settings catalog](../protect/managed-software-updates-ios-macos.md). - -Applies to: - -- iOS/iPadOS -- macOS - ### Defender for Endpoint security settings support in government cloud environments Customer tenants in US Government Community Cloud (GCC) High, and Department of Defense (DoD) environments will soon be able to use Intune to manage the Defender security settings on the devices you’ve onboarded to Defender without enrolling those devices with Intune. This capability is known as [Defender for Endpoint security settings management](../protect/mde-security-integration.md). diff --git a/memdocs/intune/fundamentals/whats-new-archive.md b/memdocs/intune/fundamentals/whats-new-archive.md index e6be518ad6b..f252be675dc 100644 --- a/memdocs/intune/fundamentals/whats-new-archive.md +++ b/memdocs/intune/fundamentals/whats-new-archive.md @@ -33,7 +33,340 @@ ms.collection: [!INCLUDE [azure_portal](../includes/azure_portal.md)] - + + +## Week of March 3, 2024 + +### Device enrollment + +#### Role-based access control changes to enrollment settings for Windows Hello for Business + +We updated Role-based access control (RBAC) in the enrollment area for Windows Hello for Business. Enrollment settings related to Windows Hello for Business are read-only for all roles except the Intune Service Administrator. The Intune Service Administrator can create and edit Windows Hello for Business enrollment settings. + +For more information, see [Role-based access control](../protect/windows-hello.md#role-based-access-control) in the *Windows Hello at device enrollment* article. + +### Device security + +#### New enrollment configuration for Windows Hello for Business + +A new Windows Hello for Business enrollment setting, **Enable enhanced sign in security** is available in the Intune admin center. Enhanced sign-in security is a Windows Hello feature that prevents malicious users from gaining access to a user's biometrics through external peripherals. + +For more information about this setting, see [Create a Windows Hello for Business policy](../protect/windows-hello.md). + +#### HTML formatting supported in noncompliance email notifications + +Intune now supports HTML formatting in noncompliance email notifications for all platforms. You can use supported HTML tags to add formatting such as italics, URL links, and bulleted lists to your organization's messages. + +For more information, see [Create a notification message template](../protect/actions-for-noncompliance.md#create-a-notification-message-template). + +## Week of February 26, 2024 + +### Microsoft Intune Suite + +#### New Microsoft Cloud PKI service + +Use the Microsoft Cloud PKI service to simplify and automate certificate lifecycle management for Intune-managed devices. ​Microsoft Cloud PKI is a feature component of the Microsoft Intune Suite and is also available as a standalone [Intune add-on](../fundamentals/intune-add-ons.md). The cloud-based service provides a dedicated PKI infrastructure for your organization, and doesn't require on-premises servers, connectors, or hardware. Microsoft Cloud PKI automatically issues, renews, and revokes certificates for all OS platforms supporting the SCEP certificate device configuration profile. Issued certificates can be used for certificate-based authentication for Wi-Fi, VPN, and other services supporting certificate-based authentication. For more information, see [Overview of Microsoft Cloud PKI](../protect/microsoft-cloud-pki-overview.md). + +Applies to: + +- Windows +- Android +- iOS/iPadOS +- macOS + +### Intune apps + +#### Newly available protected app for Intune + +The following protected app is now available for Microsoft Intune: + +- Cinebody by Super 6 LLC + +For more information about protected apps, see [Microsoft Intune protected apps](../apps/apps-supported-intune-apps.md). + +## Week of February 19, 2024 (Service release 2402) + +### App management + +#### More app configuration permissions for Android apps + +There are six new permissions that can be configured for an Android app using an app configuration policy. They are: + +- Allow background body sensor data +- Media Video (read) +- Media Images (read) +- Media Audio (read) +- Nearby Wifi Devices +- Nearby Devices + +For more information about how to use app config policies for Android apps, see [Add app configuration policies for managed Android Enterprise devices](../apps/app-configuration-policies-use-android.md). + +#### Newly available protected apps for Intune + +The following protected apps are now available for Microsoft Intune: + +- Bob HR by Hi Bob Ltd +- ePRINTit SaaS by ePRINTit USA LLC +- Microsoft Copilot by Microsoft Corporation + +For more information about protected apps, see [Microsoft Intune protected apps](../apps/apps-supported-intune-apps.md). + +#### Update to Intune Management Extension on Windows + +To support expanded functionality and bug fixes, use .NET Framework 4.7.2 or higher with the Intune Management Extension on Windows clients. If a Windows client continues to use an earlier version of the .NET Framework, the Intune Management Extension continues to function. The .NET Framework 4.7.2 is available from Windows Update as of July 10, 2018, which is included in Windows 10 1809 (RS5) and newer. Multiple versions of the .NET Framework can coexist on a device. + +Applies to: + +- Windows 10 +- Windows 11 + +### Device configuration + +#### Use assignment filters on Endpoint Privilege Management (EPM) policies + +You can use assignment filters to assign a policy based on rules you create. A filter allows you to narrow the assignment scope of a policy, like targeting devices with a specific OS version or a specific manufacturer. + +You can use filters on Endpoint Privilege Management (EPM) policies. + +For more information, see: + +- [Use filters when assigning your apps, policies, and profiles in Intune](filters.md) +- [List of platforms, policies, and app types supported by filters in Intune](filters-supported-workloads.md) + +Applies to: + +- Windows 10 +- Windows 11 + +#### New settings available in the Apple settings catalog + +The [Settings Catalog](../configuration/settings-catalog.md) lists all the settings you can configure in a device policy, and all in one place. + +There are new settings in the Settings Catalog. To see these settings, in the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **iOS/iPadOS** or **macOS** for platform > **Settings catalog** for profile type. + +##### iOS/iPadOS + +- **Restrictions** + + - Allow Live Voicemail + - Force Classroom Unprompted Screen Observation + - Force Preserve ESIM On Erase + +##### macOS + +- **Full Disk Encryption > FileVault** > Force Enable In Setup Assistant +- **Restrictions** > Force Classroom Unprompted Screen Observation + +For more information, see: + +- [Use FileVault disk encryption for macOS with Intune](../protect/encrypt-devices-filevault.md) +- [Create a policy using settings catalog](../configuration/settings-catalog.md) + +#### Import up to 20 custom ADMX and ADML administrative templates + +You can import custom ADMX and ADML administrative templates in Microsoft Intune. Previously, you could import up to 10 files. Now, you can upload up to 20 files. + +Applies to: + +- Windows 10 +- Windows 11 + +For more information on this feature, see [Import custom ADMX and ADML administrative templates into Microsoft Intune (public preview)](../configuration/administrative-templates-import-custom.md). + +#### New setting for updating MAC address randomization on Android Enterprise devices + +There's a new **MAC address randomization** setting on Android Enterprise devices (**Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **Android Enterprise** for platform > **Fully Managed, Dedicated, and Corporate-Owned Work Profile** > **Wi-Fi** for profile type). + +Starting with Android 10, when connecting to a network, devices present a randomized MAC address instead of the physical MAC address. Using randomized MAC addresses is recommended for privacy, as it's harder to track a device by its MAC address. However, randomized MAC addresses break functionality that relies on a static MAC address, including network access control (NAC). + +Your options: + +- **Use device default**: Intune doesn't change or update this setting. By default, when connecting to a network, devices present a randomized MAC address instead of the physical MAC address. Any updates made by the user to the setting persist. + +- **Use randomized MAC**: Enables MAC address randomization on devices. When devices connect to a new network, devices present a randomized MAC address, instead of the physical MAC address. If the user changes this value on their device, it resets to **Use randomized MAC** on the next Intune sync. + +- **Use device MAC**: Forces devices to present their actual Wi-Fi MAC address instead of a random MAC address. This setting allows devices to be tracked by their MAC address. Only use this value when necessary, such as for network access control (NAC) support. If the user changes this value on their device, it resets to **Use device MAC** on the next Intune sync. + +Applies to: + +- Android 13 and newer + +For more information on the Wi-Fi settings you can configure, see [Add Wi-Fi settings for Android Enterprise dedicated and fully managed devices in Microsoft Intune](../configuration/wi-fi-settings-android-enterprise.md). + +#### Turn Off Copilot in Windows setting in the Windows settings catalog + +The [Settings Catalog](../configuration/settings-catalog.md) lists all the settings you can configure in a device policy, and all in one place. + +There's a new setting in the Settings Catalog. To see this setting, in the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **Windows** for platform > **Settings catalog** for profile type. + +- **Windows AI > Turn Off Copilot in Windows (User)** + + - If you enable this policy setting, users can't use Copilot. The Copilot icon won't appear on the taskbar. + - If you disable or don't configure this policy setting, users can use Copilot when it's available to them. + +This setting uses the [Policy CSP - WindowsAI](/windows/client-management/mdm/policy-csp-windowsai). + +For more information about configuring Settings Catalog policies in Intune, including user scope vs. device scope, see [Create a policy using settings catalog](../configuration/settings-catalog.md). + +Applies to: + +- Windows 10 and later + +#### Windows Autopilot self-deploying mode is now generally available + +Windows Autopilot self-deploying mode is now generally available and out of preview. Windows Autopilot self-deploying mode enables you to deploy Windows devices with little to no user interaction. Once the device connects to network, the device provisioning process starts automatically: the device joins Microsoft Entra ID, enrolls in Intune, and syncs all device-based configurations targeted to the device. Self-deploying mode ensures that the user can't access desktop until all device-based configuration is applied. The Enrollment Status Page (ESP) is displayed during OOBE so users can track the status of the deployment. For more information, see: + +- [Windows Autopilot self-deploying mode](/autopilot/self-deploying) +- [Step by step tutorial for Windows Autopilot self-deploying mode in Intune](/autopilot/tutorial/self-deploying/self-deploying-workflow) + +This information is also published in [Windows Autopilot: What's new](/autopilot/whats-new). + +#### Windows Autopilot for pre-provisioned deployment is now generally available + +Windows Autopilot for pre-provisioned deployment is now generally available and out of preview. Windows Autopilot for pre-provisioned deployment is used by organizations that want to ensure devices are business-ready before the user accesses them. With pre-provisioning, admins, partners, or OEMs can access a technician flow from the Out-of-box experience (OOBE) and kick off device setup. Next, the device is sent to the user who completes provisioning in the user phase. Pre-provisioning delivers most the configuration in advance so the end user can get to the desktop faster. For more information, see: + +- [Windows Autopilot for pre-provisioned deployment](/autopilot/pre-provision). +- [Step by step tutorial for Windows Autopilot for pre-provisioned deployment Microsoft Entra join in Intune](/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow) +- [Step by step tutorial for Windows Autopilot for pre-provisioned deployment Microsoft Entra hybrid join in Intune](/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow). + +This information is also published in [Windows Autopilot: What's new](/autopilot/whats-new). + +### Device enrollment + +#### ESP setting to install required apps during Windows Autopilot pre-provisioning + +The setting **Only fail selected blocking apps in technician phase** is now generally available to configure in Enrollment Status Page (ESP) profiles. This setting only appears in ESP profiles that have *blocking apps* selected. + +For more information, see [Set up the Enrollment Status Page](../enrollment/windows-enrollment-status.md#create-new-profile). + +#### New local primary account configuration for macOS automated device enrollment + +Configure local primary account settings for Macs enrolling in Intune via Apple automated device enrollment. These settings, supported on devices running macOS 10.11 and later, are available in new and existing enrollment profiles under the new **Account Settings** tab. For this feature to work, the enrollment profile must be configured with user-device affinity and one of the following authentication methods: + +- Setup Assistant with modern authentication +- Setup Assistant (legacy) + +Applies to: + +- macOS 10.11 and later + +For more information about macOS account settings, see [Create an Apple enrollment profile in Intune](../enrollment/device-enrollment-program-enroll-macos.md#create-an-apple-enrollment-profile). + +#### Await final configuration for macOS automated device enrollment now generally available + +Now generally available, *await final configuration* enables a locked experience at the end of Setup Assistant to ensure that critical device configuration policies are installed on devices. The locked experience works on devices targeted with new and existing enrollment profiles, enrolling via one of these authentication methods: + +- Setup Assistant with modern authentication +- Setup Assistant (legacy) +- Without user device affinity + +Applies to: + +- macOS 10.11 and later + +For information about how to enable await final configuration, see [Create an Apple enrollment profile](../enrollment/device-enrollment-program-enroll-macos.md#create-an-apple-enrollment-profile). + +### Device management + +#### AOSP devices check for new tasks and notifications approximately every 15 minutes + +On devices enrolled with Android (AOSP) management, Intune attempts to check for new tasks and notifications approximately every 15 minutes. To use this feature, devices must be using the Intune app version 24.02.4 or newer. + +Applies to: + +- Android (AOSP) + +For more information, see: + +- [How to use Intune in environments without Google Mobile Services](../apps/manage-without-gms.md#some-tasks-can-be-delayed) +- [Policy refresh intervals in Intune](../configuration/device-profile-troubleshoot.md#policy-refresh-intervals) + +#### New device management experience for Government clouds in Microsoft Intune + +In government clouds, there's a new device management experience in the Intune admin center. The **Devices** area now has a more consistent UI, with more capable controls and an improved navigation structure so you can find what you need faster. + +If you want to try the new experience before your tenant is updated, go to **Devices** > **Overview**, select the **Preview upcoming changes to Devices and provide feedback** notification banner, and select **Try it now**. + +#### Bulk approval of drivers + +Bulk actions are now available for Windows Driver update policies. With bulk actions, multiple driver updates can be approved, paused, or declined at the same time, saving time and effort. + +When you bulk approve drivers, the date for when the drivers become available to applicable devices can also be set, enabling drivers to be installed together. + +Applies to: + +- Windows 10 +- Windows 11 + +For more information, see [Bulk driver updates](../protect/windows-driver-updates-policy.md#bulk-driver-updates). + +#### App Control for Business policy limitation is resolved + +A previously documented limitation for App Control for Business policy (WDAC), that limited the number of active policies per device to 32, is resolved by Windows. The issue involves a potential [Boot stop failure when more than 32 policies are active](/windows/security/application-security/application-control/windows-defender-application-control/operations/known-issues#boot-stop-failure-blue-screen-occurs-if-more-than-32-policies-are-active) on a device. + +This issue is resolved for devices that run Windows 10 1903 or later with a Windows security update released on or after March 12, 2024. Older versions of Windows can expect to receive this fix in future Windows security updates. + +Applies to: + +- Windows 10 version 1903 and later + +To learn more about App Control for Business policy for Intune, see [Manage approved apps for Windows devices with App Control for Business policy and Managed Installers for Microsoft Intune](../protect/endpoint-security-app-control-policy.md). + +### Tenant administration + +#### Customization pane support for excluding groups + +The Customization pane now supports selecting groups to exclude when assigning policies. You can find this setting in the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431) by selecting **Tenant administration** > **Customization**. + +For more information, see [Assign policies in Microsoft Intune](../configuration/device-profile-assign.md). + +## Week of January 29, 2024 + +### Microsoft Intune Suite + +#### Microsoft Intune Enterprise Application Management + +Enterprise Application Management provides an Enterprise App Catalog of Win32 applications that are easily accessible in Intune. You can add these applications to your tenant by selecting them from the Enterprise App Catalog. When you add an Enterprise App Catalog app to your Intune tenant, default installation, requirements, and detection settings are automatically provided. You can modify these settings as well. Intune hosts Enterprise App Catalog apps in Microsoft storage. + +For more information, see: + +- [Use Intune Suite add-on capabilities](../fundamentals/intune-add-ons.md) +- [Microsoft Intune Enterprise Application Management](../apps/apps-enterprise-app-management.md) +- [Add an Enterprise App Catalog app to Microsoft Intune](../apps/apps-add-enterprise-app.md) + +#### Microsoft Intune Advanced Analytics + +Intune Advanced Analytics provides comprehensive visibility of the end-user experience in your organization and optimizes it with data driven insights. It includes near real-time data about your devices with Device query, increased visibility with custom device scopes, a battery health report and a detailed device timeline for troubleshooting device issues, and anomaly detection to help identify potential vulnerabilities or risks across your device estate. + +- **Battery health report** + + The battery health report provides visibility into the health of batteries in your organization's devices and its influence on user experience. The scores and insights in this report are aimed to help IT admins with asset management and purchase decisions that improve user experience while balancing hardware costs. + +- **Run on-demand device queries on single devices** + + Intune allows you to quickly gain on-demand information about the state of your device. When you enter a query on a selected device, Intune runs a query in real time. + + The data returned can then be used to respond to security threats, troubleshoot the device, or make business decisions. + + Applies to: + + - Windows devices + +Intune Advanced Analytics is part of the Microsoft Intune Suite. For added flexibility, this new set of capabilities, together with the existing Advanced Analytics features, is also now available as an individual add-on to Microsoft subscriptions that include Intune. + +To use Device query and battery health report in your tenant, or any of the existing Advanced Analytics capabilities, you must have a license for either: + +- The Intune Advanced Analytics add-on +- The Microsoft Intune Suite add-on + +For more information, see: + +- [Use Intune Suite add-on capabilities](../fundamentals/intune-add-ons.md) +- [Microsoft Intune Advanced Analytics](../../analytics/advanced-endpoint-analytics.md) +- [Battery health](../../analytics/battery-health.md) +- [Device query](../../analytics/device-query.md) ## Week of January 22, 2024 (Service release 2401) diff --git a/memdocs/intune/fundamentals/whats-new.md b/memdocs/intune/fundamentals/whats-new.md index 0508686e8b0..95f2752db90 100644 --- a/memdocs/intune/fundamentals/whats-new.md +++ b/memdocs/intune/fundamentals/whats-new.md @@ -7,7 +7,7 @@ keywords: author: brenduns ms.author: brenduns manager: dougeby -ms.date: 08/02/2024 +ms.date: 08/19/2024 ms.topic: conceptual ms.service: microsoft-intune ms.subservice: fundamentals @@ -76,18 +76,262 @@ You can use RSS to be notified when this page is updated. For more information, --> +## Week of August 19, 2024 (Service release 2408) + +### App management + +#### Managed Home Screen for Android Enterprise Fully Managed devices + +Managed Home Screen (MHS) is now supported on Android Enterprise Fully Managed devices. This capability offers organizations the ability to leverage MHS in scenarios where a device is associated with a single user. + +For related information, see: + +- [Configure the Microsoft Managed Home Screen app for Android Enterprise](../apps/app-configuration-managed-home-screen-app.md) +- [Android Enterprise device settings list to allow or restrict features on corporate-owned devices using Intune](../configuration/device-restrictions-android-for-work.md) +- [Configure permissions for the Managed Home Screen (MHS) on Android Enterprise devices using Microsoft Intune](../configuration/oemconfig-managed-home-screen-permissions-android.md) + +### Device configuration + +#### New settings available in the Apple settings catalog + +The [Settings Catalog](../configuration/settings-catalog.md) lists all the settings you can configure in a device policy, and all in one place. For more information about configuring Settings Catalog profiles in Intune, see [Create a policy using settings catalog](../configuration/settings-catalog.md). + +There are new settings in the Apple Settings Catalog. To see these settings, in the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **iOS/iPadOS** or **macOS** for platform > **Settings catalog** for profile type. + +##### iOS/iPadOS + +**Declarative Device Management (DDM) > Safari Extension Settings**: + +- Managed Extensions + - Allowed Domains + - Denied Domains + - Private Browsing + - State + +**Declarative Device Management (DDM) > Software Update Settings**: + +- Automatic Actions + - Download + - Install OS Updates + +- Deferrals + - Combined Period In Days + +- Notifications + +- Rapid Security Response + - Enable + - Enable Rollback + +- Recommended Cadence + +**Restrictions**: + +- Allow ESIM Outgoing Transfers +- Allow Personalized Handwriting Results +- Allow Video Conferencing Remote Control +- Allow Genmoji +- Allow Image Playground +- Allow Image Wand +- Allow iPhone Mirroring +- Allow Writing Tools + +##### macOS + +**Authentication > Extensible Single Sign On (SSO)**: + +- Platform SSO + - Authentication Grace Period + - FileVault Policy + - Non Platform SSO Accounts + - Offline Grace Period + - Unlock Policy + +**Authentication > Extensible Single Sign On Kerberos**: + +- Allow Password +- Allow SmartCard +- Identity Issuer Auto Select Filter +- Start In Smart Card Mode + +**Declarative Device Management (DDM) > Disk Management**: + +- External Storage +- Network Storage + +**Declarative Device Management (DDM) > Safari Extension Settings**: + +- Managed Extensions + - Allowed Domains + - Denied Domains + - Private Browsing + - State + +**Declarative Device Management (DDM) > Software Update Settings**: + +- Allow Standard User OS Updates + +- Automatic Actions + - Download + - Install OS Updates + - Install Security Update + +- Deferrals + - Major Period In Days + - Minor Period In Days + - System Period In Days + +- Notifications + +- Rapid Security Response + - Enable + - Enable Rollback + +**Restrictions**: + +- Allow Genmoji +- Allow Image Playground +- Allow iPhone Mirroring +- Allow Writing Tools + +**System Policy > System Policy Control**: + +- Enable XProtect Malware Upload + +#### Enhancements to multi administrative approval + +Multi administrative approval adds the ability to limit application access policies to Windows applications or all non-Windows applications or both. We're adding a new access policy to the multiple administrative approval feature to allow approvals for changes to multiple administrative approval. + +For more information, see [Multi admin approval](../fundamentals/multi-admin-approval.md). + +### Device enrollment + +#### Account-driven Apple User Enrollment now generally available for iOS/iPadOS 15+ + +Intune now supports account-driven Apple User Enrollment, the new, and improved version of Apple User Enrollment, for devices running iOS/iPadOS 15 and later. This new enrollment method utilizes just-in-time registration, removing the Company Portal app for iOS as an enrollment requirement. Device users can initiate enrollment directly in the Settings app, resulting in a shorter and more efficient onboarding experience. + +For more information, see [Set up account driven Apple User Enrollment](../enrollment/apple-account-driven-user-enrollment.md) on Microsoft Learn. + +Apple has announced they are ending support for profile-based Apple User Enrollment. As a result, Microsoft Intune will end support for Apple User Enrollment with Company Portal shortly after the release of iOS/iPadOS 18. We recommend enrolling devices with account-driven Apple User Enrollment for similar functionality and an improved user experience. + +#### Use corporate Microsoft Entra account to enable Android Enterprise management options in Intune + +Managing Intune-enrolled devices with Android Enterprise management options previously required you to connect your Intune tenant to your managed Google Play account using an enterprise Gmail account. Now you can use a corporate Microsoft Entra account to establish the connection. This change is happening in new tenants, and doesn't affect tenants that have already established a connection. + +For more information, see [Connect Intune account to Managed Google Play account - Microsoft Intune | Microsoft Learn](../enrollment/connect-intune-android-enterprise.md). + +### Device management + +#### 21 Vianet support for Mobile Threat Defense connectors + +Intune operated by 21Vianet now supports Mobile Threat Defense (MTD) connectors for Android and iOS/iPadOS devices for MTD vendors that also have support in that environment. When an MTD partner is supported and you sign in to a 21Vianet tenant, the supported connectors are available. + +Applies to: + +- Android +- iOS/iPadOS + +For more information, see: + +- [Intune operated by 21Vianet in China](../fundamentals/china.md) +- [Mobile Threat Defense integration with Intune](../protect/mobile-threat-defense.md) + +#### New `cpuArchitecture` filter device property for app and policy assignments + +When you assign an app, compliance policy, or configuration profile, you can filter the assignment using different device properties, such as device manufacturer, operating system SKU, and more. + +A new `cpuArchitecture` device filter property is available for Windows and macOS devices. With this property, you can filter app and policy assignments depending on the processor architecture. + +For more information on filters and the device properties you can use, see: + +- [Use filters when assigning your apps, policies, and profiles in Microsoft Intune](filters.md) +- [Filter properties](filters-device-properties.md) +- [Supported workloads](filters-supported-workloads.md) + +Applies to: + +- Windows 10 +- Windows 11 +- macOS + +### Device security + +#### Windows platform name change for endpoint security policies + +When you create an endpoint security policy in Intune, you can select the Windows platform. For multiple templates in endpoint security, there are now only two options to choose for the Windows platform: **Windows** and **Windows (ConfigMgr)**. + +Specifically, the platform name changes are: + +| Original | New | +| --- | --- | +| Windows 10 and later​ | Windows | +| Windows 10 and later (ConfigMgr)​ | Windows (ConfigMgr)​ | +| Windows 10, Windows 11, and Windows Server | Windows | +| Windows 10, Windows 11, and Windows Server​ (ConfigMgr) | Windows (ConfigMgr)​ | + +These changes apply to the following policies: + +- Antivirus +- Disk encryption +- Firewall +- Endpoint Privilege Management +- Endpoint detection and response +- Attack surface reduction +- Account protection + +##### What you need to know + +- This change is only in the user experience (UX) that admins see when they create a new policy. There is no effect on devices. +- The functionally is the same as the previous platform names. +- There are no additional tasks or actions for existing policies. + +For more information on endpoint security features in Intune, see [Manage endpoint security in Microsoft Intune](../protect/endpoint-security.md). + +Applies to: + +- Windows + +#### Target Date Time setting for Apple software update enforcement schedules updates using the local time on devices + +You can specify the time that OS updates are enforced on devices in their local time zone. For example, configuring an OS update to be enforced at 5pm schedules the update for 5pm in the device's local time zone. Previously, this setting used the time zone of the browser where the policy was configured. + +This change only applies to new policies that are created in the August 2408 release and later. The **Target Date Time** setting is in the settings catalog at **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **iOS/iPadOS** or **macOS** for platform > **Settings catalog** for profile type > **Declarative Device Management** > Software Update. + +In a future release, the **UTC** text will be removed from the **Target Date Time** setting. + +For more information on using the settings catalog to configure software updates, see [Managed software updates with the settings catalog](../protect/managed-software-updates-ios-macos.md). + +Applies to: + +- iOS/iPadOS +- macOS + +### Intune Apps + +#### Newly available protected apps for Intune + +The following protected apps are now available for Microsoft Intune: + +- Singletrack for Intune (iOS) by Singletrack +- 365Pay by 365 Retail Markets +- Island Browser for Intune (Android) by Island Technology, Inc. +- Recruitment.Exchange by Spire Innovations, Inc. +- Talent.Exchange by Spire Innovations, Inc. + +For more information about protected apps, see [Microsoft Intune protected apps](../apps/apps-supported-intune-apps.md). + ## Week of July 29, 2024 ### Microsoft Intune Suite -#### Endpoint Privilege Management, Advanced Analytics, and Intune Plan 2 is available for GCC High and DoD +#### Endpoint Privilege Management, Advanced Analytics, and Intune Plan 2 is available for GCC High and DoD We are excited to announce that the following capabilities from the Microsoft Intune Suite are now supported in U.S. Government Community Cloud (GCC) High and U.S. Department of Defense (DoD) environments. Add-on capabilities: - [Endpoint Privilege Management](../protect/epm-overview.md) -- [Advanced Analytics](../../analytics/advanced-endpoint-analytics.md) - With this release, GCC High and DoD support for Advanced Endpoint Analytics not include the [*Device query*](../../analytics/device-query.md) functionality. +- [Advanced Analytics](../../analytics/advanced-endpoint-analytics.md) - With this release, GCC High and DoD support for Advanced Endpoint Analytics doesn't include the [*Device query*](../../analytics/device-query.md) functionality. Plan 2 capabilities: @@ -100,34 +344,32 @@ For more information, see: - [Use Microsoft Intune Suite add-on capabilities](../fundamentals/intune-add-ons.md) - [Microsoft Intune for US Government GCC service description](../fundamentals/intune-govt-service-description.md) -### Device enrollment +### Device enrollment -#### ACME protocol support for iOS/iPadOS and macOS enrollment -As we prepare to support managed device attestation in Intune, we are starting a phased rollout of an infrastructure change for new enrollments that includes support for the *Automated Certificate Management Environment (ACME) protocol*. Now when new Apple devices enroll, the management profile from Intune receives an ACME certificate instead of a SCEP certificate. ACME provides better protection than SCEP against unauthorized certificate issuance through robust validation mechanisms and automated processes, which helps reduce errors in certificate management. +#### ACME protocol support for iOS/iPadOS and macOS enrollment +As we prepare to support managed device attestation in Intune, we are starting a phased rollout of an infrastructure change for new enrollments that includes support for the *Automated Certificate Management Environment (ACME) protocol*. Now when new Apple devices enroll, the management profile from Intune receives an ACME certificate instead of a SCEP certificate. ACME provides better protection than SCEP against unauthorized certificate issuance through robust validation mechanisms and automated processes, which helps reduce errors in certificate management. Existing OS and hardware eligible devices do not get the ACME certificate unless they re-enroll. There is no change to the end user's enrollment experience, and no changes to the Microsoft Intune admin center. This change only impacts enrollment certificates and has no impact on any device configuration policies. -ACME is supported for Apple Device Enrollment and Apple Configurator enrollment methods. Eligible OS versions include: - -* iOS 16.0 or later +ACME is supported for Apple Device Enrollment and Apple Configurator enrollment methods. Eligible OS versions include: -* iPadOS 16.1 or later - -* macOS 13.1 or later +- iOS 16.0 or later +- iPadOS 16.1 or later +- macOS 13.1 or later ## Week of July 22, 2024 (Service release 2407) -### Microsoft Intune Suite +### Microsoft Intune Suite -#### New actions for Microsoft Cloud PKI +#### New actions for Microsoft Cloud PKI -The following actions have been added for Microsoft Cloud PKI issuing and root certification authorities (CA): +The following actions have been added for Microsoft Cloud PKI issuing and root certification authorities (CA): -* Delete: Delete a CA. -* Pause: Temporarily suspend use of a CA. -* Revoke: Revoke a CA certificate. +- Delete: Delete a CA. +- Pause: Temporarily suspend use of a CA. +- Revoke: Revoke a CA certificate. -You can access all new actions in the Microsoft Intune admin center and Graph API. For more information, see [Delete Microsoft Cloud PKI certification authority](../protect/microsoft-cloud-pki-delete.md). +You can access all new actions in the Microsoft Intune admin center and Graph API. For more information, see [Delete Microsoft Cloud PKI certification authority](../protect/microsoft-cloud-pki-delete.md). ### App management @@ -197,7 +439,7 @@ Applies to: - Android Enterprise Fully managed, dedicated and corporate-owned work profile -### Device enrollment +### Device enrollment #### New support for Red Hat Enterprise Linux @@ -219,7 +461,7 @@ For more information, see: #### Just-in-time registration and compliance remediation available for all iOS/iPadOS enrollments -You can now configure just-in-time (JIT) registration and JIT compliance remediation for all Apple iOS and iPadOS enrollments. These Intune-supported features improve the enrollment experience because they can take the place of the Intune Company Portal app for device registration and compliance checks. We recommend setting up JIT registration and compliance remediation for new enrollments, and to improve the experience for existing enrolled devices. For more information, see [Set up just in time registration in Microsoft Intune](../enrollment/set-up-just-in-time-registration.md). +You can now configure just-in-time (JIT) registration and JIT compliance remediation for all Apple iOS and iPadOS enrollments. These Intune-supported features improve the enrollment experience because they can take the place of the Intune Company Portal app for device registration and compliance checks. We recommend setting up JIT registration and compliance remediation for new enrollments, and to improve the experience for existing enrolled devices. For more information, see [Set up just in time registration in Microsoft Intune](../enrollment/set-up-just-in-time-registration.md). ### Device management @@ -1015,7 +1257,7 @@ Applies to ### Microsoft Intune Suite -#### New elevation type for Endpoint Privilege Management +#### New elevation type for Endpoint Privilege Management Endpoint Privilege Management has a new file elevation type, **support approved**. Endpoint Privilege Management is a feature component of the Microsoft Intune Suite and is also available as a standalone [Intune add-on](../fundamentals/intune-add-ons.md). @@ -1287,337 +1529,6 @@ The following protected apps are now available for Microsoft Intune: For more information about protected apps, see [Microsoft Intune protected apps](../apps/apps-supported-intune-apps.md). -## Week of March 3, 2024 - -### Device enrollment - -#### Role-based access control changes to enrollment settings for Windows Hello for Business - -We updated Role-based access control (RBAC) in the enrollment area for Windows Hello for Business. Enrollment settings related to Windows Hello for Business are read-only for all roles except the Intune Service Administrator. The Intune Service Administrator can create and edit Windows Hello for Business enrollment settings. - -For more information, see [Role-based access control](../protect/windows-hello.md#role-based-access-control) in the *Windows Hello at device enrollment* article. - -### Device security - -#### New enrollment configuration for Windows Hello for Business - -A new Windows Hello for Business enrollment setting, **Enable enhanced sign in security** is available in the Intune admin center. Enhanced sign-in security is a Windows Hello feature that prevents malicious users from gaining access to a user's biometrics through external peripherals. - -For more information about this setting, see [Create a Windows Hello for Business policy](../protect/windows-hello.md). - -#### HTML formatting supported in noncompliance email notifications - -Intune now supports HTML formatting in noncompliance email notifications for all platforms. You can use supported HTML tags to add formatting such as italics, URL links, and bulleted lists to your organization's messages. - -For more information, see [Create a notification message template](../protect/actions-for-noncompliance.md#create-a-notification-message-template). - -## Week of February 26, 2024 - -### Microsoft Intune Suite - -#### New Microsoft Cloud PKI service - -Use the Microsoft Cloud PKI service to simplify and automate certificate lifecycle management for Intune-managed devices. ​Microsoft Cloud PKI is a feature component of the Microsoft Intune Suite and is also available as a standalone [Intune add-on](../fundamentals/intune-add-ons.md). The cloud-based service provides a dedicated PKI infrastructure for your organization, and doesn't require on-premises servers, connectors, or hardware. Microsoft Cloud PKI automatically issues, renews, and revokes certificates for all OS platforms supporting the SCEP certificate device configuration profile. Issued certificates can be used for certificate-based authentication for Wi-Fi, VPN, and other services supporting certificate-based authentication. For more information, see [Overview of Microsoft Cloud PKI](../protect/microsoft-cloud-pki-overview.md). - -Applies to: - -- Windows -- Android -- iOS/iPadOS -- macOS - -### Intune apps - -#### Newly available protected app for Intune - -The following protected app is now available for Microsoft Intune: - -- Cinebody by Super 6 LLC - -For more information about protected apps, see [Microsoft Intune protected apps](../apps/apps-supported-intune-apps.md). - -## Week of February 19, 2024 (Service release 2402) - -### App management - -#### More app configuration permissions for Android apps - -There are six new permissions that can be configured for an Android app using an app configuration policy. They are: - -- Allow background body sensor data -- Media Video (read) -- Media Images (read) -- Media Audio (read) -- Nearby Wifi Devices -- Nearby Devices - -For more information about how to use app config policies for Android apps, see [Add app configuration policies for managed Android Enterprise devices](../apps/app-configuration-policies-use-android.md). - -#### Newly available protected apps for Intune - -The following protected apps are now available for Microsoft Intune: - -- Bob HR by Hi Bob Ltd -- ePRINTit SaaS by ePRINTit USA LLC -- Microsoft Copilot by Microsoft Corporation - -For more information about protected apps, see [Microsoft Intune protected apps](../apps/apps-supported-intune-apps.md). - -#### Update to Intune Management Extension on Windows - -To support expanded functionality and bug fixes, use .NET Framework 4.7.2 or higher with the Intune Management Extension on Windows clients. If a Windows client continues to use an earlier version of the .NET Framework, the Intune Management Extension continues to function. The .NET Framework 4.7.2 is available from Windows Update as of July 10, 2018, which is included in Windows 10 1809 (RS5) and newer. Multiple versions of the .NET Framework can coexist on a device. - -Applies to: - -- Windows 10 -- Windows 11 - -### Device configuration - -#### Use assignment filters on Endpoint Privilege Management (EPM) policies - -You can use assignment filters to assign a policy based on rules you create. A filter allows you to narrow the assignment scope of a policy, like targeting devices with a specific OS version or a specific manufacturer. - -You can use filters on Endpoint Privilege Management (EPM) policies. - -For more information, see: - -- [Use filters when assigning your apps, policies, and profiles in Intune](filters.md) -- [List of platforms, policies, and app types supported by filters in Intune](filters-supported-workloads.md) - -Applies to: - -- Windows 10 -- Windows 11 - -#### New settings available in the Apple settings catalog - -The [Settings Catalog](../configuration/settings-catalog.md) lists all the settings you can configure in a device policy, and all in one place. - -There are new settings in the Settings Catalog. To see these settings, in the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **iOS/iPadOS** or **macOS** for platform > **Settings catalog** for profile type. - -##### iOS/iPadOS - -- **Restrictions** - - - Allow Live Voicemail - - Force Classroom Unprompted Screen Observation - - Force Preserve ESIM On Erase - -##### macOS - -- **Full Disk Encryption > FileVault** > Force Enable In Setup Assistant -- **Restrictions** > Force Classroom Unprompted Screen Observation - -For more information, see: - -- [Use FileVault disk encryption for macOS with Intune](../protect/encrypt-devices-filevault.md) -- [Create a policy using settings catalog](../configuration/settings-catalog.md) - -#### Import up to 20 custom ADMX and ADML administrative templates - -You can import custom ADMX and ADML administrative templates in Microsoft Intune. Previously, you could import up to 10 files. Now, you can upload up to 20 files. - -Applies to: - -- Windows 10 -- Windows 11 - -For more information on this feature, see [Import custom ADMX and ADML administrative templates into Microsoft Intune (public preview)](../configuration/administrative-templates-import-custom.md). - -#### New setting for updating MAC address randomization on Android Enterprise devices - -There's a new **MAC address randomization** setting on Android Enterprise devices (**Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **Android Enterprise** for platform > **Fully Managed, Dedicated, and Corporate-Owned Work Profile** > **Wi-Fi** for profile type). - -Starting with Android 10, when connecting to a network, devices present a randomized MAC address instead of the physical MAC address. Using randomized MAC addresses is recommended for privacy, as it's harder to track a device by its MAC address. However, randomized MAC addresses break functionality that relies on a static MAC address, including network access control (NAC). - -Your options: - -- **Use device default**: Intune doesn't change or update this setting. By default, when connecting to a network, devices present a randomized MAC address instead of the physical MAC address. Any updates made by the user to the setting persist. - -- **Use randomized MAC**: Enables MAC address randomization on devices. When devices connect to a new network, devices present a randomized MAC address, instead of the physical MAC address. If the user changes this value on their device, it resets to **Use randomized MAC** on the next Intune sync. - -- **Use device MAC**: Forces devices to present their actual Wi-Fi MAC address instead of a random MAC address. This setting allows devices to be tracked by their MAC address. Only use this value when necessary, such as for network access control (NAC) support. If the user changes this value on their device, it resets to **Use device MAC** on the next Intune sync. - -Applies to: - -- Android 13 and newer - -For more information on the Wi-Fi settings you can configure, see [Add Wi-Fi settings for Android Enterprise dedicated and fully managed devices in Microsoft Intune](../configuration/wi-fi-settings-android-enterprise.md). - -#### Turn Off Copilot in Windows setting in the Windows settings catalog - -The [Settings Catalog](../configuration/settings-catalog.md) lists all the settings you can configure in a device policy, and all in one place. - -There's a new setting in the Settings Catalog. To see this setting, in the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), go to **Devices** > **Manage devices** > **Configuration** > **Create** > **New policy** > **Windows** for platform > **Settings catalog** for profile type. - -- **Windows AI > Turn Off Copilot in Windows (User)** - - - If you enable this policy setting, users can't use Copilot. The Copilot icon won't appear on the taskbar. - - If you disable or don't configure this policy setting, users can use Copilot when it's available to them. - -This setting uses the [Policy CSP - WindowsAI](/windows/client-management/mdm/policy-csp-windowsai). - -For more information about configuring Settings Catalog policies in Intune, including user scope vs. device scope, see [Create a policy using settings catalog](../configuration/settings-catalog.md). - -Applies to: - -- Windows 10 and later - -#### Windows Autopilot self-deploying mode is now generally available - -Windows Autopilot self-deploying mode is now generally available and out of preview. Windows Autopilot self-deploying mode enables you to deploy Windows devices with little to no user interaction. Once the device connects to network, the device provisioning process starts automatically: the device joins Microsoft Entra ID, enrolls in Intune, and syncs all device-based configurations targeted to the device. Self-deploying mode ensures that the user can't access desktop until all device-based configuration is applied. The Enrollment Status Page (ESP) is displayed during OOBE so users can track the status of the deployment. For more information, see: - -- [Windows Autopilot self-deploying mode](/autopilot/self-deploying) -- [Step by step tutorial for Windows Autopilot self-deploying mode in Intune](/autopilot/tutorial/self-deploying/self-deploying-workflow) - -This information is also published in [Windows Autopilot: What's new](/autopilot/whats-new). - -#### Windows Autopilot for pre-provisioned deployment is now generally available - -Windows Autopilot for pre-provisioned deployment is now generally available and out of preview. Windows Autopilot for pre-provisioned deployment is used by organizations that want to ensure devices are business-ready before the user accesses them. With pre-provisioning, admins, partners, or OEMs can access a technician flow from the Out-of-box experience (OOBE) and kick off device setup. Next, the device is sent to the user who completes provisioning in the user phase. Pre-provisioning delivers most the configuration in advance so the end user can get to the desktop faster. For more information, see: - -- [Windows Autopilot for pre-provisioned deployment](/autopilot/pre-provision). -- [Step by step tutorial for Windows Autopilot for pre-provisioned deployment Microsoft Entra join in Intune](/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow) -- [Step by step tutorial for Windows Autopilot for pre-provisioned deployment Microsoft Entra hybrid join in Intune](/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow). - -This information is also published in [Windows Autopilot: What's new](/autopilot/whats-new). - -### Device enrollment - -#### ESP setting to install required apps during Windows Autopilot pre-provisioning - -The setting **Only fail selected blocking apps in technician phase** is now generally available to configure in Enrollment Status Page (ESP) profiles. This setting only appears in ESP profiles that have *blocking apps* selected. - -For more information, see [Set up the Enrollment Status Page](../enrollment/windows-enrollment-status.md#create-new-profile). - -#### New local primary account configuration for macOS automated device enrollment - -Configure local primary account settings for Macs enrolling in Intune via Apple automated device enrollment. These settings, supported on devices running macOS 10.11 and later, are available in new and existing enrollment profiles under the new **Account Settings** tab. For this feature to work, the enrollment profile must be configured with user-device affinity and one of the following authentication methods: - -- Setup Assistant with modern authentication -- Setup Assistant (legacy) - -Applies to: - -- macOS 10.11 and later - -For more information about macOS account settings, see [Create an Apple enrollment profile in Intune](../enrollment/device-enrollment-program-enroll-macos.md#create-an-apple-enrollment-profile). - -#### Await final configuration for macOS automated device enrollment now generally available - -Now generally available, *await final configuration* enables a locked experience at the end of Setup Assistant to ensure that critical device configuration policies are installed on devices. The locked experience works on devices targeted with new and existing enrollment profiles, enrolling via one of these authentication methods: - -- Setup Assistant with modern authentication -- Setup Assistant (legacy) -- Without user device affinity - -Applies to: - -- macOS 10.11 and later - -For information about how to enable await final configuration, see [Create an Apple enrollment profile](../enrollment/device-enrollment-program-enroll-macos.md#create-an-apple-enrollment-profile). - -### Device management - -#### AOSP devices check for new tasks and notifications approximately every 15 minutes - -On devices enrolled with Android (AOSP) management, Intune attempts to check for new tasks and notifications approximately every 15 minutes. To use this feature, devices must be using the Intune app version 24.02.4 or newer. - -Applies to: - -- Android (AOSP) - -For more information, see: - -- [How to use Intune in environments without Google Mobile Services](../apps/manage-without-gms.md#some-tasks-can-be-delayed) -- [Policy refresh intervals in Intune](../configuration/device-profile-troubleshoot.md#policy-refresh-intervals) - -#### New device management experience for Government clouds in Microsoft Intune - -In government clouds, there's a new device management experience in the Intune admin center. The **Devices** area now has a more consistent UI, with more capable controls and an improved navigation structure so you can find what you need faster. - -If you want to try the new experience before your tenant is updated, go to **Devices** > **Overview**, select the **Preview upcoming changes to Devices and provide feedback** notification banner, and select **Try it now**. - -#### Bulk approval of drivers - -Bulk actions are now available for Windows Driver update policies. With bulk actions, multiple driver updates can be approved, paused, or declined at the same time, saving time and effort. - -When you bulk approve drivers, the date for when the drivers become available to applicable devices can also be set, enabling drivers to be installed together. - -Applies to: - -- Windows 10 -- Windows 11 - -For more information, see [Bulk driver updates](../protect/windows-driver-updates-policy.md#bulk-driver-updates). - -#### App Control for Business policy limitation is resolved - -A previously documented limitation for App Control for Business policy (WDAC), that limited the number of active policies per device to 32, is resolved by Windows. The issue involves a potential [Boot stop failure when more than 32 policies are active](/windows/security/application-security/application-control/windows-defender-application-control/operations/known-issues#boot-stop-failure-blue-screen-occurs-if-more-than-32-policies-are-active) on a device. - -This issue is resolved for devices that run Windows 10 1903 or later with a Windows security update released on or after March 12, 2024. Older versions of Windows can expect to receive this fix in future Windows security updates. - -Applies to: - -- Windows 10 version 1903 and later - -To learn more about App Control for Business policy for Intune, see [Manage approved apps for Windows devices with App Control for Business policy and Managed Installers for Microsoft Intune](../protect/endpoint-security-app-control-policy.md). - -### Tenant administration - -#### Customization pane support for excluding groups - -The Customization pane now supports selecting groups to exclude when assigning policies. You can find this setting in the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431) by selecting **Tenant administration** > **Customization**. - -For more information, see [Assign policies in Microsoft Intune](../configuration/device-profile-assign.md). - -## Week of January 29, 2024 - -### Microsoft Intune Suite - -#### Microsoft Intune Enterprise Application Management - -Enterprise Application Management provides an Enterprise App Catalog of Win32 applications that are easily accessible in Intune. You can add these applications to your tenant by selecting them from the Enterprise App Catalog. When you add an Enterprise App Catalog app to your Intune tenant, default installation, requirements, and detection settings are automatically provided. You can modify these settings as well. Intune hosts Enterprise App Catalog apps in Microsoft storage. - -For more information, see: - -- [Use Intune Suite add-on capabilities](../fundamentals/intune-add-ons.md) -- [Microsoft Intune Enterprise Application Management](../apps/apps-enterprise-app-management.md) -- [Add an Enterprise App Catalog app to Microsoft Intune](../apps/apps-add-enterprise-app.md) - -#### Microsoft Intune Advanced Analytics - -Intune Advanced Analytics provides comprehensive visibility of the end-user experience in your organization and optimizes it with data driven insights. It includes near real-time data about your devices with Device query, increased visibility with custom device scopes, a battery health report and a detailed device timeline for troubleshooting device issues, and anomaly detection to help identify potential vulnerabilities or risks across your device estate. - -- **Battery health report** - - The battery health report provides visibility into the health of batteries in your organization's devices and its influence on user experience. The scores and insights in this report are aimed to help IT admins with asset management and purchase decisions that improve user experience while balancing hardware costs. - -- **Run on-demand device queries on single devices** - - Intune allows you to quickly gain on-demand information about the state of your device. When you enter a query on a selected device, Intune runs a query in real time. - - The data returned can then be used to respond to security threats, troubleshoot the device, or make business decisions. - - Applies to: - - - Windows devices - -Intune Advanced Analytics is part of the Microsoft Intune Suite. For added flexibility, this new set of capabilities, together with the existing Advanced Analytics features, is also now available as an individual add-on to Microsoft subscriptions that include Intune. - -To use Device query and battery health report in your tenant, or any of the existing Advanced Analytics capabilities, you must have a license for either: - -- The Intune Advanced Analytics add-on -- The Microsoft Intune Suite add-on - -For more information, see: - -- [Use Intune Suite add-on capabilities](../fundamentals/intune-add-ons.md) -- [Microsoft Intune Advanced Analytics](../../analytics/advanced-endpoint-analytics.md) -- [Battery health](../../analytics/battery-health.md) -- [Device query](../../analytics/device-query.md) - ## What's new archive From 3834e24cb484c07e8d46d83c846389d28de24826 Mon Sep 17 00:00:00 2001 From: brenduns Date: Mon, 19 Aug 2024 13:24:30 -0700 Subject: [PATCH 05/32] One more entry. --- memdocs/intune/fundamentals/in-development.md | 8 -------- memdocs/intune/fundamentals/whats-new.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/memdocs/intune/fundamentals/in-development.md b/memdocs/intune/fundamentals/in-development.md index b0a1bfba630..c609dd159bf 100644 --- a/memdocs/intune/fundamentals/in-development.md +++ b/memdocs/intune/fundamentals/in-development.md @@ -72,14 +72,6 @@ Applies to: For information about using EPM, see [Endpoint Privilege Management overview](../protect/epm-overview.md). -### Resource performance report for physical devices in Advanced Analytics - -We're introducing a Resource performance report for Windows physical devices in Intune Advanced Analytics. The report will be included as an Intune-add on under Microsoft Intune Suite. - -The resource performance scores and insights for physical devices are aimed to help IT admins make CPU/RAM asset management and purchase decisions that improve the user experience while balancing hardware costs. - -For more information, see [Microsoft Intune Suite](../fundamentals/intune-add-ons.md). - ## App management ### Added protection for iOS/iPadOS app widgets diff --git a/memdocs/intune/fundamentals/whats-new.md b/memdocs/intune/fundamentals/whats-new.md index 95f2752db90..0bcccc79ef0 100644 --- a/memdocs/intune/fundamentals/whats-new.md +++ b/memdocs/intune/fundamentals/whats-new.md @@ -78,6 +78,20 @@ You can use RSS to be notified when this page is updated. For more information, ## Week of August 19, 2024 (Service release 2408) +### Microsoft Intune Suite + +#### Introducing the Resource performance report for physical devices in Advanced Analytics + +We're introducing the Resource performance report for Windows physical devices in Intune Advanced Analytics. The report is included as an Intune-add on under Microsoft Intune Suite. + +The resource performance scores and insights for physical devices are aimed to help IT admins make CPU/RAM asset management and purchase decisions that improve the user experience while balancing hardware costs. + +For more information, see: + +- [Resource Performance Report](../analytics/resource-performance-report.md) +- [Microsoft Intune Suite](../fundamentals/intune-add-ons.md) + + ### App management #### Managed Home Screen for Android Enterprise Fully Managed devices From ecbf0e2a9720bcd28add2477820f03b73a12b412 Mon Sep 17 00:00:00 2001 From: brenduns Date: Tue, 20 Aug 2024 14:08:31 -0700 Subject: [PATCH 06/32] Adding blurb for 28898418. --- memdocs/intune/fundamentals/whats-new.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/memdocs/intune/fundamentals/whats-new.md b/memdocs/intune/fundamentals/whats-new.md index 8f93db886ba..55494cbf235 100644 --- a/memdocs/intune/fundamentals/whats-new.md +++ b/memdocs/intune/fundamentals/whats-new.md @@ -91,8 +91,8 @@ Applies to: - Windows 10 - Windows 11 - For information about this new capability, see [Windows elevation rules policy](../protect/epm-policies.md) in the *Configure policies for Endpoint Privilege management* article. + #### Introducing the Resource performance report for physical devices in Advanced Analytics We're introducing the Resource performance report for Windows physical devices in Intune Advanced Analytics. The report is included as an Intune-add on under Microsoft Intune Suite. @@ -104,7 +104,6 @@ For more information, see: - [Resource Performance Report](../analytics/resource-performance-report.md) - [Microsoft Intune Suite](../fundamentals/intune-add-ons.md) - ### App management #### Managed Home Screen for Android Enterprise Fully Managed devices @@ -117,6 +116,12 @@ For related information, see: - [Android Enterprise device settings list to allow or restrict features on corporate-owned devices using Intune](../configuration/device-restrictions-android-for-work.md) - [Configure permissions for the Managed Home Screen (MHS) on Android Enterprise devices using Microsoft Intune](../configuration/oemconfig-managed-home-screen-permissions-android.md) +#### Updates to the Discovered Apps report + +The **Discovered Apps** report, which provides a list of detected apps that are on Intune enrolled devices for your tenant, now provides publisher data for Win32 apps, in addition to Store apps. Rather than providing publisher information only in the exported report data, we are including it as a column in the **Discovered Apps** report. + +For more information, see [Intune Discovered apps](../apps/app-discovered-apps.md#monitor-discovered-apps-with-intune). + ### Device configuration #### New settings available in the Apple settings catalog From ef15a2de77adacdce727b9497e1e2851390d1088 Mon Sep 17 00:00:00 2001 From: seki-hub <55116504+seki-hub@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:37:19 +0900 Subject: [PATCH 07/32] Update azure-virtual-desktop-multi-session.md The customer gave us feedback that this "Administartive Templates" section made readers confused. In the "To configure policies" section, it is said that to list supported settings for multi session os, it is required to set filter to "Enterprise multi-session". "Administrative Templates" section is about supported Administrative Templates for multi session os, but filter is not documented in this section. It might make readers misunderstand that supported Administrative Templates settings are not related to filtered Settings catalog documented in "To configure policies" section. In oder to clarify that it is required to use filter to list supported Administrative Templates in the same as other settings, the following sentence should be added in thi section. To list supported Administrative Templates, you'll need to use filter in the Settings catalog. --- .../intune/fundamentals/azure-virtual-desktop-multi-session.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/memdocs/intune/fundamentals/azure-virtual-desktop-multi-session.md b/memdocs/intune/fundamentals/azure-virtual-desktop-multi-session.md index 65d69752bd6..72f310489b7 100644 --- a/memdocs/intune/fundamentals/azure-virtual-desktop-multi-session.md +++ b/memdocs/intune/fundamentals/azure-virtual-desktop-multi-session.md @@ -137,6 +137,8 @@ Windows 10 or Windows 11 Administrative Templates are supported for Windows 10 o - ADMX-backed policies are supported. Some policies aren't yet available in the Settings catalog. - ADMX-ingested policies are supported, including Office and Microsoft Edge settings available in Office administrative template files and Microsoft Edge administrative template files. For a complete list of ADMX-ingested policy categories, see [Win32 and Desktop Bridge app policy configuration](/windows/client-management/mdm/win32-and-centennial-app-policy-configuration#overview). Some ADMX ingested settings won't be applicable to Windows 10 or Windows 11 Enterprise multi-session. +To list supported Administrative Templates, you'll need to use filter in the Settings catalog. + ## Compliance and Conditional access You can secure your Windows 10 or Windows 11 Enterprise multi-session VMs by configuring compliance policies and Conditional Access policies in the Microsoft Intune admin center. The following compliance policies are supported on Windows 10 or Windows 11 Enterprise multi-session VMs: From d868b9ca34e1f5c12a34c628023f5f348d3d2c5d Mon Sep 17 00:00:00 2001 From: brenduns Date: Wed, 21 Aug 2024 07:15:50 -0700 Subject: [PATCH 08/32] Likley the last one --- memdocs/intune/fundamentals/whats-new.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/memdocs/intune/fundamentals/whats-new.md b/memdocs/intune/fundamentals/whats-new.md index 55494cbf235..c30089780f0 100644 --- a/memdocs/intune/fundamentals/whats-new.md +++ b/memdocs/intune/fundamentals/whats-new.md @@ -352,6 +352,18 @@ The following protected apps are now available for Microsoft Intune: For more information about protected apps, see [Microsoft Intune protected apps](../apps/apps-supported-intune-apps.md). +### Tenant administration + +#### Organizational messages now in Microsoft 365 admin center + +The organizational message feature has moved out of the Microsoft Intune admin center and into its new home in the Microsoft 365 admin center. All organizational messages you created in Microsoft Intune are now in the Microsoft 365 admin center, where you can continue to view and manage them. The new experience includes highly requested features such as the ability to author custom messages, and deliver messages on Microsoft 365 apps. + +For more information, see: + +- [Introducing organizational messages (preview) in the Microsoft 365 admin center](https://techcommunity.microsoft.com/t5/microsoft-365-blog/introducing-organizational-messages-preview-in-the-microsoft-365/ba-p/4123890) +- [Organizational messages in the Microsoft 365 admin center](/microsoft-365/admin/misc/organizational-messages-microsoft-365) +- [Support tip: Organizational messages is moving to Microsoft 365 admin center - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/intune-customer-success/support-tip-organizational-messages-is-moving-to-microsoft-365/ba-p/4148332) + ## Week of July 29, 2024 ### Microsoft Intune Suite From b4f7087ef8ce67e1f93ce0b955d12ed41d806a9a Mon Sep 17 00:00:00 2001 From: brenduns Date: Wed, 21 Aug 2024 08:57:05 -0700 Subject: [PATCH 09/32] Fixing link, and triggering reubild for a recent addition that is missing. --- memdocs/intune/fundamentals/whats-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/fundamentals/whats-new.md b/memdocs/intune/fundamentals/whats-new.md index c30089780f0..2e9033d8ce1 100644 --- a/memdocs/intune/fundamentals/whats-new.md +++ b/memdocs/intune/fundamentals/whats-new.md @@ -101,7 +101,7 @@ The resource performance scores and insights for physical devices are aimed to h For more information, see: -- [Resource Performance Report](../analytics/resource-performance-report.md) +- [Resource Performance Report](../../analytics/resource-performance-report.md) - [Microsoft Intune Suite](../fundamentals/intune-add-ons.md) ### App management From f5f1545793fc4f3bb4164c6639f31b45dad899a1 Mon Sep 17 00:00:00 2001 From: Jason Sandys <63433304+jasonsandys-microsoft@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:18:18 -0500 Subject: [PATCH 10/32] Update apps-win32-add.md Added caveat based on recent internal thread. Note approved by Bryan K. --- memdocs/intune/apps/apps-win32-add.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memdocs/intune/apps/apps-win32-add.md b/memdocs/intune/apps/apps-win32-add.md index 2f10fea0123..dc417c9304d 100644 --- a/memdocs/intune/apps/apps-win32-add.md +++ b/memdocs/intune/apps/apps-win32-add.md @@ -118,6 +118,9 @@ On the **Program** page, configure the app installation and removal commands for `msiexec /x "{12345A67-89B0-1234-5678-000001000000}"` + > [!NOTE] + > Environment variable expansion within the **Uninstall command** is not supported. If you require the use of environment variables, use a custom wrapper script within your Win32 package to wrap the appropriate command and use this script for the **Uninstall command**. + - **Installation time required**: The number of minutes the system will wait for install program to finish. Default value is 60 minutes. If the app takes longer to install than the set installation time, the system will fail the app install. Max timeout value is 1440 minutes (1 day). - **Allow available uninstall**: Select **Yes** to provide the uninstall option for this app for users from the Company Portal. Select **No** to prevent users from uninstalling the app from the Company Portal. From 6ac6f54e96495fb6eee082eff06fa662d76c2016 Mon Sep 17 00:00:00 2001 From: brenduns Date: Wed, 21 Aug 2024 13:32:38 -0700 Subject: [PATCH 11/32] One late arrival --- memdocs/intune/fundamentals/whats-new.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/memdocs/intune/fundamentals/whats-new.md b/memdocs/intune/fundamentals/whats-new.md index 2e9033d8ce1..3741206c101 100644 --- a/memdocs/intune/fundamentals/whats-new.md +++ b/memdocs/intune/fundamentals/whats-new.md @@ -122,6 +122,12 @@ The **Discovered Apps** report, which provides a list of detected apps that are For more information, see [Intune Discovered apps](../apps/app-discovered-apps.md#monitor-discovered-apps-with-intune). +#### Improvements to Intune Management Extension logs + +We have updated how log activities and events are made for Win32 apps and the Intune Management Extension (IME) logs. A new log file (*AppWorkload.log*) contains all logging information related to app deployment activities conducted by the IME. These improvements provide better troubleshooting and analysis of app management events on the client. + +For more information, see [Intune management extension logs](../apps/intune-management-extension.md#intune-management-extension-logs). + ### Device configuration #### New settings available in the Apple settings catalog From d0b1fa4da90a2c555a6edebaf2386f7279f1e548 Mon Sep 17 00:00:00 2001 From: "Arnab Biswas [MSFT]" Date: Thu, 22 Aug 2024 11:55:30 -0400 Subject: [PATCH 12/32] Update macos-unmanaged-pkg.md Updating an increase in allowed script size. --- memdocs/intune/apps/macos-unmanaged-pkg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/apps/macos-unmanaged-pkg.md b/memdocs/intune/apps/macos-unmanaged-pkg.md index bf534a98ce5..7a1b75251ea 100644 --- a/memdocs/intune/apps/macos-unmanaged-pkg.md +++ b/memdocs/intune/apps/macos-unmanaged-pkg.md @@ -102,7 +102,7 @@ You can optionally configure a preinstall script and a post-install script to cu **Post-install script**: Provide a script that runs after the app installs successfully. If provided, the post-install script runs after a successful app installation. Irrespective of the post-install script run status, an installed app reports its installation status as "success". > [!NOTE] -> - Each pre-install or post-install script must be less than 5121 characters long. +> - Each pre-install or post-install script must be less than 15360 characters long. > - The Microsoft Intune management agent for macOS version 2309.007 or greater is required to configure pre-install and post-install scripts for macOS PKG apps. > - For more details on configuring pre-install and post-install scripts, refer to [Prerequisites of shell scripts](../apps/macos-shell-scripts.md#prerequisites). From d2e23d0e49e0de504eacd63f182097b2e0d291f4 Mon Sep 17 00:00:00 2001 From: Laura Newsad Date: Thu, 22 Aug 2024 16:43:28 -0400 Subject: [PATCH 13/32] Update windows-bulk-enroll.md Added note for ICM item --- memdocs/intune/enrollment/windows-bulk-enroll.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/memdocs/intune/enrollment/windows-bulk-enroll.md b/memdocs/intune/enrollment/windows-bulk-enroll.md index 367487cf689..bc0361fc3c4 100644 --- a/memdocs/intune/enrollment/windows-bulk-enroll.md +++ b/memdocs/intune/enrollment/windows-bulk-enroll.md @@ -6,7 +6,7 @@ keywords: author: Lenewsad ms.author: lanewsad manager: dougeby -ms.date: 04/02/2024 +ms.date: 08/22/2024 ms.topic: how-to ms.service: microsoft-intune ms.subservice: enrollment @@ -84,9 +84,9 @@ Additionally, ensure that the service principal for Microsoft.Azure.SyncFabric ( ![Screenshot of signing in to the Windows Configuration Designer app](./media/windows-bulk-enroll/bulk-enroll-cred.png) > [!NOTE] - > The account used to request the bulk token must be included in the [MDM user scope](windows-enroll.md#enable-windows-automatic-enrollment) that is specified in Microsoft Entra ID. If this account is removed from a group that is tied to the MDM user scope, bulk enrollment will stop working. - > Federated user accounts enabled for staged rollout will not work for retrieval of bulk tokens. - > *//MSFT Internal Note, REMOVE before publish: please check [https://internal.evergreen.microsoft.com/en-us/topic/143d3008-632e-7624-a364-05b2e95fa2ee](https://internal.evergreen.microsoft.com/topic/143d3008-632e-7624-a364-05b2e95fa2ee)or [https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1447235](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1447235) for the details of this limitation.* + > - The account you use to request the bulk token must be included in the [MDM user scope](windows-enroll.md#enable-windows-automatic-enrollment) in Microsoft Entra ID. If you remove this account from a group that's tied to the MDM user scope, bulk enrollment will stop working. + > - Federated user accounts enabled for staged rollouts do not work for bulk token retrieval. + 1. In the **Stay signed in to all your apps** page, select **No, sign in to this app only**. If you keep the check box selected and press OK, the device you are using will become managed by your organization. If you do not intend for your device to be managed, make sure to select **No, sign in to this app only**. 1. Click **Next** when **Bulk Token** is fetched successfully. From 52d78ba4fd293232cd13356c86add817dc921ff0 Mon Sep 17 00:00:00 2001 From: ErikjeMS Date: Thu, 22 Aug 2024 15:10:13 -0700 Subject: [PATCH 14/32] nable partner --- windows-365/media/partners/nable.png | Bin 0 -> 5195 bytes windows-365/partners.md | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 windows-365/media/partners/nable.png diff --git a/windows-365/media/partners/nable.png b/windows-365/media/partners/nable.png new file mode 100644 index 0000000000000000000000000000000000000000..2570add30d75fbab138f76faa80c046637fbde11 GIT binary patch literal 5195 zcmbVQ2|UyP|DPjgIdbKm(M7Yl84AsPR&qo%+prv)ZOm=>iX0(H03R1zyIU+|NkEU-yV<8_I`gp&-e5By0^!!+E^JM;1c5k000L}P2gu4 zpUsTxFb5j|z=VsrY0KDf;!GR~006hZ-o*sClXVCHU|q!6IuIQ!EnrBjk0Jtvbweu# z`rsI706^zdAP#}_LKA^*Xb+69E@+{$1_Z>QbV2rNmQYLFX|yNCBp8oA7i?vV4E925 zp+Kij0(Amm3<4iC5djSJ@%AOa0(C(@d0~w8-faj7_!C0((go@72?8A~ZGfk-cr;K; zQ3;HMLY09UT8apDgu05B`U#*iR9O`QRe>legP|HQRZW<(3h>tp#E`?I++kkHgtM7Ux7iMk+$sek+6gZo44OZXKhM#Lb22pmL75xVEoPaq2U2Z!^=d;b(iAt7jQ zv=7>sNMK-<{$O#QSR$6-iTz)w|2+N|0Y+>sE&pizTU&g5{zwprh5-yWeg)*;q6xM^ zI5gxent=7kBhiKd3^Qf-yuravc_OB)!f3079NRZ@kislXU(M*g7CzoC{`6vjR1-$FHDDq8;nWfTnxK}7sV zFbWBC$Krhu439BB2oE#_=j#Ci{)r>(G}ar7X9zQ_Q~7Cyr6tVNmq0}LBGIOBT@b@* zMGOW7(^AtyX{aGIz{&^}b;g^j78s$4QU{~e(P~;q1j=0*sr36i9E4A zYdnV0TL|y}nrE-$_G$uVf*~-n74)km&Y}H&t-LY7pJf0;Aot2!7lho)D;fp*bsO_v zN8oQ-k|&x$`hTSRZx{jVP9!1lXnhYxwElBFK^WFU_B!!zMbi`Yzj}wp(s}yV|nDo^wG;iy3Uy!7f>Asrj(3$;P*rJI4o-l2?^j zE&R6AFF1^{%ep^vfBof_K7a?>DLi)X-8T`jvHB0u@}^v*frWRRR$?8y={-ZKHHC>N z(|6?S-~6NM6S~dt1xv3TRz%XSH3U1mK8$!_G9^?JC+)wTD|)+^`WhPgo^*a`5MWe{ zqk7wj8Sl=fzTuJG@-xSrJxKBFP*{fu4(Ti>gkucq1&y{pzuR_Z)7n~p%A&O$SZw3T zDFCRCH(rxi*nG;DN5OH_WPeChcxZJlo6mp7Y|4tb))gI}FL``pJtVZ}fjy!%GMRjk zmP-dR`9O3>(DHYdzl00V2y;L zPi9g%Hr^Kik3&P6>{Pm%UA5nbwmGWZ6>Lf(us$+)Ab73UWi?JXpKB@p;UyPOwL|vB zwMNcyPgDQ;QM^+vZ;>!VvMnkL*o77KRk~6?3y8>FG$Xt1sMxU8+m*$8 z>28Jc(^BqRk6f;OOlW>_6Gd-e8SA!}AhVMv$r+|r(caaGb$oe_KVC!uUe9knj}#Td zy0V44(PdNi%__wDNH9H8#F=?gi&)4$;K${JDg|)QK0W@SDd6(+yW`ZC&URbp$$WV$M@5Tdv(&PfIrZLwvvHIyU2f*iOi$7mH9NL! zPHX6`o+dtuCX;vB1C41R3!yqQtgu{>PwrRU@e`g;%uIXvD_-R3*2YRnmxpbwqoxjD ztfKK}d>mv0iSbKXpUb92YZD5e(7AY8y2Mc>_h>@lBX#-b2A?>*Nm!fo$m-z+xYWl* zS^9GTVr3H!dV8gFLax49RZG(f3^o=%;o`6;X{gGPr@=AyEcnglE7n1$v~p^Rqzlzg zyXMxj4!H;bHag89RvbHUILaVne4A-{D+}C~VX!BpUi(+~v&1CJHMfAgnNhE+t-{&GyW)M)ELGVuZO&(neI|NWD{Ef# zAJttZ0ghV40B}>QQd}-LYOw$9LsBuwi{0f!_L)9-u2D8~gAI2n^RC$=Ift2Hc0t*r zk5){}G!6uI9o_vP739hpn!MxnE@Gi6Vv6g`lqp3^)?RaH1Zr#XK3mz<>MJ~mrCaR5 zXU)Z+gi53P7(nBz4*qV1r&1fm?7ZhnD@L-L8=`jFRWbtU3*_Cr5u+!5gYoTw&sDzm z@jPUa|F}>!vv^-RcR63ufun6Wwwm)gE=AoZ^W!LY)k4}@Z0!lKv^eY8&!;#-N8^5o zUw>iFwBJa6IDGBq0+YG!xV-6yn3>2W7t!yZ%$!WKD?BcX7Lr4Z;7uzdl9iu&Zi;CI z11-YKZ{@(_)z!tnf0n#{stX=HQ_@g*Ug3nEBIf%uCzCPCMvNNxyC%NK!@ zZtvKkDn8Lp7xaXDl>tj#t=gdZ|& zPvaJH0q+QN&lyN>>fix2`eBkd*+qAC(NlyuG5LFG$Kxr=H5jumtU-X=1=U!f$DzB6 zJ=0jf@3c?0@WNx@s;CNIY+KebUf_z`lRDyq>>!y&nh(9Kw% zHudd{yI6TYMd)$L?Kn`uU0TiJ1pBun7us>&JD6Gv^FZdu?A1)OYUA#&rlS_s_j4#e zca)?U0P>kXGi)BumUiuff6KctL$8r%6L7Ig=&HHMB%wCm8Yv*ZOAh^dh*P3FXf=nP+& z-u4W#%B1&Wob!0z(vD0^wx7$!oyJ%eXN&H@jRiRcIj5&fSAVEl#B`=jg;$NeKqkiV zn2Ux=uwNqvn+=FvvU(etz-||mvZ|j_X(pOCp?2u;lnXy_xB`rDJ#xJ5%ypwyZ)g)l znF5}#ESxam2f08m$-N1;1My!G2M{Mi9el>y+Eu+T0px$pU=Rv2JR+==nMn ztw372xXWJa>NM^OFE%}KIBbaNCC5WEe*Ld5yqKjL$^)(V>JVM{rs|IZDGIg6+$f8cp?kASqK@W8IZ5y6TGty5llm&omkJs2aTybtZ zAGm+lY+9f`>3QaKJnvm7NCD|4nz(e5J0+H>B*^b^Ou%E_FfR4>lW%Tn@2eD{XPDL1 z4ha+@RoB|QteGNwTRd>{{jW;LK8#m8AF;G=lJ-d5E!+m%NCnZk_^;oL$#Y2XZdPIG zbcfX;PXoi_K|DM>hN)Z5GRZ2jHia^5HySW(_{f!~w3pLZ0_lV5$<(GfK4y9IOV&=> zD}AnQW9_H1z;?@2Kqur}NkURH|HS?aLlQYPV?NhDayK^SKYJ;9jbuu?CmujC2(eBi z&2Pkwc3|$y+ofr>>MV1RojKy_#N~Lo6jnoaR?=qFai}voFD$raODhh% z`m8ikjbzt2f5#)ddr@c>)|n*JFYaqvGooQQzvRTt%iR1$`8MMVfa`Mr(3;u78vQb` z{rbFg8LjW_c`ceN$+hJnne1J;0P4HJCIkL}=wexXUtZ!zae?}ET82#;MN76vWfv`u zCkpj$a+^Lk-Y}xKL<8ewlc=yA$fW^in(>2Ct%s!&RBcrFmz#_qPb^ztd`z8}J0hnh zivF>32e^2_Nl$L`e)Ps&K2NaXq2|7V6ARg-rJ*QZC!T{#Q`>2LH-vd!Rs=70-e%WM zk!2IzSFbNMY2g?@Fvw6~)cwF?$rJS197SgF5#kPq-`Tr$*WMK@-&|DaG! z))G&7`nfD0unlc=9LcU7r~l}?u2l<6?*yNnpcT~wP7NLgWxF#KAq zOO8#w-&m3|)59g6(lfGNw)Ignio3b6dG~=rWHqWr2_&*u)uYJK{)l``4qmVl(^rDh zdtgze`uSpU$s-=nF%R*E=GHBBCh3${<|q-zoK&VOpl{cqgLymYtK}gvKTJ+3Rk0qI z0QTiHGWTJYGE)wOxpGJeN*T=St9Y5GRGq>JE=MG(dj_Y%hF=P%h^PF}ucN#uz!lIu z4D|$q4;EzY6Tf^c@ok`A;}O65I57{WnV`eRz5=__n=O+!l>*Oq@ybr_@XZ#80FCp; z`9k-vaMUEMw%*)HTOD@nlMUIv4EBaB!y5`@HUPIouDbwAWULAOig4{g>b2f>5J%1g zqaqEk_p(FOE%5PNY|qQq!u;Agm)h4>%x(01ZT-m+Os}8B?DB1B&|R_wP*S22b)4){ ztLIEzvhSDf)4J0yR+|g7rcd>BSf|v97|HCYkF29Lo3+DYWgz8Q$+IZ;N*=mnj^7CANs*j_Nm|POayX4;6(j}FQMEUxnv5j>~3G$g?@B%7oF29 zUL`sG!HidAY7$xEbdL8c>7Xn3N2d}svR##j%#v%TGSL$H=? z(l5Ygw+fu>^RHc?EM^i?gV+-5iscr7RN6GNgrSu*8~^(ZDzNNdkYFBl}fQ#C%6eOiKeZFK{2)_cL`O&9w**lJGlnV{DacL3~j)!)?Ku zgG%Jnsb295$lV0m&qiiBX*Y+EI@sQsMfj*Z?(2<~ z2+QGF%=Sn*%CBue6;|$We=QWXtC}%qaCc_+DKsB zLmyYA$nqhX^KaDKYv{JGRE9ZFWTdEkdP9=m4uB{|6e@W%c0EW0cH?F?3$Q@j1 zQd3vN{E368GS!*#Js6?gQaJVH!niSgN;|*!X4-TVPmT6=RcAcq3MJ?*#JB0ovC)0 Date: Thu, 22 Aug 2024 15:17:43 -0700 Subject: [PATCH 15/32] reword --- windows-365/partners.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows-365/partners.md b/windows-365/partners.md index 6e37801cf81..1cf27250043 100644 --- a/windows-365/partners.md +++ b/windows-365/partners.md @@ -7,7 +7,7 @@ keywords: author: ErikjeMS ms.author: erikje manager: dougeby -ms.date: 06/16/2023 +ms.date: 08/22/2024 ms.topic: overview ms.service: windows-365 ms.subservice: @@ -71,11 +71,11 @@ Secure access to Windows 365 is further enhanced with IGEL OS: For more information, visit the [IGEL website](https://www.igel.com/windows365/). -## N-able Cloud Commander +## N-able ![N-able image](./media/partners/nable.png) -A multi-tenant solution for Microsoft's cloud. In a single console, it enables MSPs and CSPs to manage, secure, standardize, and automate: +The N-able Cloud Commander is a multi-tenant solution for Microsoft's cloud. In a single console, it enables MSPs and CSPs to manage, secure, standardize, and automate: - Microsoft 365 users - Azure resource From 4e75643688401f779ac0ce5929592f8b28601df4 Mon Sep 17 00:00:00 2001 From: Aaron Czechowski Date: Thu, 22 Aug 2024 16:39:29 -0700 Subject: [PATCH 16/32] switch to new subservice value --- autopilot/add-devices.md | 2 +- autopilot/automatic-registration.md | 2 +- autopilot/autopilot-device-guidelines.md | 2 +- autopilot/autopilot-motherboard-replacement.md | 2 +- autopilot/autopilot-support.md | 2 +- autopilot/bitlocker.md | 2 +- autopilot/deployment-process.md | 2 +- autopilot/device-preparation/compare.md | 2 +- autopilot/device-preparation/faq.yml | 2 +- autopilot/device-preparation/known-issues.md | 2 +- autopilot/device-preparation/overview.md | 2 +- autopilot/device-preparation/reporting-monitoring.md | 2 +- autopilot/device-preparation/requirements.md | 2 +- autopilot/device-preparation/troubleshooting-faq.yml | 2 +- autopilot/device-preparation/tutorial/scenarios.md | 2 +- .../tutorial/user-driven/entra-join-allow-users-to-join.md | 2 +- .../tutorial/user-driven/entra-join-assign-apps-scripts.md | 2 +- .../tutorial/user-driven/entra-join-automatic-enrollment.md | 2 +- .../tutorial/user-driven/entra-join-autopilot-policy.md | 2 +- .../tutorial/user-driven/entra-join-corporate-identifier.md | 2 +- .../tutorial/user-driven/entra-join-device-group.md | 2 +- .../tutorial/user-driven/entra-join-user-group.md | 2 +- .../tutorial/user-driven/entra-join-workflow.md | 2 +- autopilot/device-preparation/whats-new.md | 2 +- autopilot/dfci-management.md | 2 +- autopilot/enrollment-autopilot.md | 2 +- autopilot/enrollment-status.md | 2 +- autopilot/existing-devices.md | 2 +- autopilot/faq.yml | 2 +- autopilot/includes/allow-users-to-join.md | 2 +- autopilot/includes/automatic-intune-enrollment.md | 2 +- autopilot/includes/create-assigned-device-group.md | 2 +- autopilot/includes/create-dynamic-device-group.md | 2 +- autopilot/includes/create-user-group.md | 2 +- autopilot/includes/deregister-autopilot-device.md | 2 +- autopilot/includes/more-info-allow-users-to-join.md | 2 +- autopilot/includes/more-info-automatic-enrollment.md | 2 +- autopilot/includes/more-info-groups.md | 2 +- autopilot/includes/registered-vs-joined.md | 2 +- autopilot/index.yml | 2 +- autopilot/known-issues.md | 2 +- autopilot/manual-registration.md | 2 +- autopilot/oem-registration.md | 2 +- autopilot/overview.md | 2 +- autopilot/partner-registration.md | 2 +- autopilot/pre-provision.md | 2 +- autopilot/profiles.md | 2 +- autopilot/registration-auth.md | 2 +- autopilot/registration-overview.md | 2 +- autopilot/requirements.md | 2 +- autopilot/self-deploying.md | 2 +- autopilot/troubleshooting-faq.yml | 2 +- autopilot/tutorial/autopilot-scenarios.md | 2 +- .../tutorial/existing-devices/create-autopilot-task-sequence.md | 2 +- autopilot/tutorial/existing-devices/create-collection.md | 2 +- autopilot/tutorial/existing-devices/create-json-file.md | 2 +- autopilot/tutorial/existing-devices/create-json-package.md | 2 +- .../tutorial/existing-devices/deploy-autopilot-task-sequence.md | 2 +- .../tutorial/existing-devices/existing-devices-workflow.md | 2 +- autopilot/tutorial/existing-devices/install-modules.md | 2 +- autopilot/tutorial/existing-devices/register-device.md | 2 +- .../tutorial/existing-devices/run-autopilot-task-sequence.md | 2 +- autopilot/tutorial/existing-devices/setup-autopilot-profile.md | 2 +- autopilot/tutorial/existing-devices/speed-up-deployment.md | 2 +- .../includes/assign-autopilot-device-to-user-via-csv.md | 2 +- autopilot/tutorial/includes/assign-autopilot-device-to-user.md | 2 +- autopilot/tutorial/includes/autopilot-profile-steps-after.md | 2 +- autopilot/tutorial/includes/autopilot-profile-steps-before.md | 2 +- autopilot/tutorial/includes/computer-account-limit.md | 2 +- autopilot/tutorial/includes/configure-and-assign-esp.md | 2 +- autopilot/tutorial/includes/device-group-description.md | 2 +- autopilot/tutorial/includes/domain-join-profile.md | 2 +- autopilot/tutorial/includes/import-hardware-hash.md | 2 +- autopilot/tutorial/includes/intune-connector.md | 2 +- autopilot/tutorial/includes/more-info-autopilot-profile.md | 2 +- autopilot/tutorial/includes/more-info-computer-account-limit.md | 2 +- autopilot/tutorial/includes/more-info-esp.md | 2 +- autopilot/tutorial/includes/more-info-register-device.md | 2 +- autopilot/tutorial/includes/more-info-technician-flow.md | 2 +- autopilot/tutorial/includes/more-info-user-flow.md | 2 +- autopilot/tutorial/includes/network-connectivity.md | 2 +- autopilot/tutorial/includes/register-autopilot-device.md | 2 +- autopilot/tutorial/includes/technician-flow.md | 2 +- autopilot/tutorial/includes/tips-aadj-screens.md | 2 +- autopilot/tutorial/includes/tips-assignments.md | 2 +- autopilot/tutorial/includes/tips-esp-progress.md | 2 +- autopilot/tutorial/includes/tips-haadj-lock.md | 2 +- autopilot/tutorial/includes/tips-haadj-screens.md | 2 +- .../includes/tips-pre-provision-compliance-user-flow.md | 2 +- .../tutorial/includes/tips-pre-provision-wait-user-flow.md | 2 +- autopilot/tutorial/includes/tips-qr-codes.md | 2 +- autopilot/tutorial/includes/tips-technician-flow-inherit.md | 2 +- autopilot/tutorial/includes/tips-technician-flow-screens.md | 2 +- .../tutorial/includes/verify-autopilot-profile-assignment.md | 2 +- .../pre-provisioning/azure-ad-join-allow-users-to-join.md | 2 +- .../pre-provisioning/azure-ad-join-assign-device-to-user.md | 2 +- .../pre-provisioning/azure-ad-join-automatic-enrollment.md | 2 +- .../pre-provisioning/azure-ad-join-autopilot-profile.md | 2 +- .../tutorial/pre-provisioning/azure-ad-join-device-group.md | 2 +- autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md | 2 +- .../tutorial/pre-provisioning/azure-ad-join-register-device.md | 2 +- .../tutorial/pre-provisioning/azure-ad-join-technician-flow.md | 2 +- autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md | 2 +- autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md | 2 +- .../hybrid-azure-ad-join-assign-device-to-user.md | 2 +- .../hybrid-azure-ad-join-automatic-enrollment.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md | 2 +- .../hybrid-azure-ad-join-computer-account-limit.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-device-group.md | 2 +- .../hybrid-azure-ad-join-domain-join-profile.md | 2 +- autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-intune-connector.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-register-device.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-technician-flow.md | 2 +- .../tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md | 2 +- .../tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md | 2 +- autopilot/tutorial/reset/autopilot-reset-overview.md | 2 +- autopilot/tutorial/reset/local-autopilot-reset.md | 2 +- autopilot/tutorial/reset/remote-autopilot-reset.md | 2 +- .../self-deploying/self-deploying-automatic-enrollment.md | 2 +- .../tutorial/self-deploying/self-deploying-autopilot-profile.md | 2 +- .../tutorial/self-deploying/self-deploying-deploy-device.md | 2 +- .../tutorial/self-deploying/self-deploying-device-group.md | 2 +- autopilot/tutorial/self-deploying/self-deploying-esp.md | 2 +- .../tutorial/self-deploying/self-deploying-register-device.md | 2 +- autopilot/tutorial/self-deploying/self-deploying-workflow.md | 2 +- .../tutorial/user-driven/azure-ad-join-allow-users-to-join.md | 2 +- .../tutorial/user-driven/azure-ad-join-assign-device-to-user.md | 2 +- .../tutorial/user-driven/azure-ad-join-automatic-enrollment.md | 2 +- .../tutorial/user-driven/azure-ad-join-autopilot-profile.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-device-group.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-esp.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-register-device.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-workflow.md | 2 +- .../user-driven/hybrid-azure-ad-join-assign-device-to-user.md | 2 +- .../user-driven/hybrid-azure-ad-join-automatic-enrollment.md | 2 +- .../user-driven/hybrid-azure-ad-join-autopilot-profile.md | 2 +- .../user-driven/hybrid-azure-ad-join-computer-account-limit.md | 2 +- .../tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md | 2 +- .../tutorial/user-driven/hybrid-azure-ad-join-device-group.md | 2 +- .../user-driven/hybrid-azure-ad-join-domain-join-profile.md | 2 +- autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md | 2 +- .../user-driven/hybrid-azure-ad-join-intune-connector.md | 2 +- .../user-driven/hybrid-azure-ad-join-register-device.md | 2 +- autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md | 2 +- autopilot/user-driven.md | 2 +- autopilot/whats-new.md | 2 +- autopilot/windows-autopilot-hybrid.md | 2 +- autopilot/windows-autopilot-reset.md | 2 +- autopilot/windows-autopilot-scenarios.md | 2 +- 151 files changed, 151 insertions(+), 151 deletions(-) diff --git a/autopilot/add-devices.md b/autopilot/add-devices.md index 6179845d4ec..9fbf0df7767 100644 --- a/autopilot/add-devices.md +++ b/autopilot/add-devices.md @@ -2,7 +2,7 @@ title: Manually register devices with Windows Autopilot description: Learn how to manually add devices to Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/automatic-registration.md b/autopilot/automatic-registration.md index bc6ccee44d6..f6bef68f8c9 100644 --- a/autopilot/automatic-registration.md +++ b/autopilot/automatic-registration.md @@ -2,7 +2,7 @@ title: Automatic registration of existing devices description: Automatically add devices to Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/autopilot-device-guidelines.md b/autopilot/autopilot-device-guidelines.md index 59caae3011a..f003676cf00 100644 --- a/autopilot/autopilot-device-guidelines.md +++ b/autopilot/autopilot-device-guidelines.md @@ -2,7 +2,7 @@ title: Windows Autopilot device guidelines description: Learn all about hardware, firmware, and software best practices for Windows Autopilot deployment. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/autopilot-motherboard-replacement.md b/autopilot/autopilot-motherboard-replacement.md index d7b28e613aa..31cf05cc7a3 100644 --- a/autopilot/autopilot-motherboard-replacement.md +++ b/autopilot/autopilot-motherboard-replacement.md @@ -2,7 +2,7 @@ title: Windows Autopilot motherboard replacement description: Understand how Windows Autopilot deployments function when the motherboard is replaced on a device. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/autopilot-support.md b/autopilot/autopilot-support.md index b0bc21ab726..2d171ad723c 100644 --- a/autopilot/autopilot-support.md +++ b/autopilot/autopilot-support.md @@ -2,7 +2,7 @@ title: Windows Autopilot support description: Find out who to contact for help with Windows Autopilot installation. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/bitlocker.md b/autopilot/bitlocker.md index 6f8bdb639ca..706586db779 100644 --- a/autopilot/bitlocker.md +++ b/autopilot/bitlocker.md @@ -2,7 +2,7 @@ title: Setting the BitLocker encryption algorithm for Autopilot devices description: Microsoft Intune provides a comprehensive set of configuration options to manage BitLocker on Windows devices. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/deployment-process.md b/autopilot/deployment-process.md index c842b7e8923..ed921d4bc4c 100644 --- a/autopilot/deployment-process.md +++ b/autopilot/deployment-process.md @@ -2,7 +2,7 @@ title: Windows deployment process posters description: View and download Windows deployment process flows for Microsoft Configuration Manager and Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/compare.md b/autopilot/device-preparation/compare.md index 732636949d3..2887008322a 100644 --- a/autopilot/device-preparation/compare.md +++ b/autopilot/device-preparation/compare.md @@ -2,7 +2,7 @@ title: Compare Windows Autopilot device preparation and Windows Autopilot description: Compare Windows Autopilot device preparation and Windows Autopilot features and when to use each. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/faq.yml b/autopilot/device-preparation/faq.yml index 6f3b2642602..a8680f836b8 100644 --- a/autopilot/device-preparation/faq.yml +++ b/autopilot/device-preparation/faq.yml @@ -3,7 +3,7 @@ metadata: title: Windows Autopilot device preparation FAQ description: This article provides OEMs, partners, administrators, and users with answers to some frequently asked questions about deploying Windows with Windows Autopilot device preparation. ms.service: windows-client - ms.subservice: itpro-deploy + ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/known-issues.md b/autopilot/device-preparation/known-issues.md index 0f515a960fc..da7fbdca1ba 100644 --- a/autopilot/device-preparation/known-issues.md +++ b/autopilot/device-preparation/known-issues.md @@ -2,7 +2,7 @@ title: Windows Autopilot device preparation known issues description: Information regarding known issues that might occur during a Windows Autopilot device preparation deployment. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/overview.md b/autopilot/device-preparation/overview.md index 99a86d08846..74f2b5d00dc 100644 --- a/autopilot/device-preparation/overview.md +++ b/autopilot/device-preparation/overview.md @@ -2,7 +2,7 @@ title: Overview of Windows Autopilot device preparation description: Windows Autopilot device preparation is used to set up and configure new devices, getting them ready for productive use. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/reporting-monitoring.md b/autopilot/device-preparation/reporting-monitoring.md index 8d51f0fb497..0c6d64805e4 100644 --- a/autopilot/device-preparation/reporting-monitoring.md +++ b/autopilot/device-preparation/reporting-monitoring.md @@ -2,7 +2,7 @@ title: Windows Autopilot device preparation reporting and monitoring description: Reporting and monitoring in Windows Autopilot device preparation. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/requirements.md b/autopilot/device-preparation/requirements.md index 50493515c25..cf4fd1a597f 100644 --- a/autopilot/device-preparation/requirements.md +++ b/autopilot/device-preparation/requirements.md @@ -2,7 +2,7 @@ title: Windows Autopilot device preparation requirements description: Software, Networking, Licensing, Configuration, and RBAC requirements for Windows Autopilot device preparation. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/troubleshooting-faq.yml b/autopilot/device-preparation/troubleshooting-faq.yml index aa293f70eda..3fff286d189 100644 --- a/autopilot/device-preparation/troubleshooting-faq.yml +++ b/autopilot/device-preparation/troubleshooting-faq.yml @@ -3,7 +3,7 @@ metadata: title: Windows Autopilot device preparation troubleshooting FAQ description: Troubleshooting of common Windows Autopilot device preparation issues ms.service: windows-client - ms.subservice: itpro-deploy + ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/tutorial/scenarios.md b/autopilot/device-preparation/tutorial/scenarios.md index 908572b7f23..b5c0e03b4fb 100644 --- a/autopilot/device-preparation/tutorial/scenarios.md +++ b/autopilot/device-preparation/tutorial/scenarios.md @@ -13,7 +13,7 @@ ms.collection: - tier1 - highpri - essentials-get-started -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-allow-users-to-join.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-allow-users-to-join.md index ea4a0a609e4..f7667a26790 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-allow-users-to-join.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-allow-users-to-join.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-assign-apps-scripts.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-assign-apps-scripts.md index f5d14eebaee..8e47b457abe 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-assign-apps-scripts.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-assign-apps-scripts.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-automatic-enrollment.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-automatic-enrollment.md index f29a39485ff..4fe4da29f7a 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-automatic-enrollment.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-autopilot-policy.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-autopilot-policy.md index 4ee1a059037..f6f9b28dc2c 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-autopilot-policy.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-autopilot-policy.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-corporate-identifier.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-corporate-identifier.md index 542056ae5f3..81dc463f204 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-corporate-identifier.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-corporate-identifier.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-device-group.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-device-group.md index 46472776a2d..b003014cbca 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-device-group.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-user-group.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-user-group.md index 02af86b522a..7503c192a3e 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-user-group.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-user-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-workflow.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-workflow.md index b479118df64..6f03be256f9 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-workflow.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/whats-new.md b/autopilot/device-preparation/whats-new.md index 3b2ab37fdee..88ba7c6f29a 100644 --- a/autopilot/device-preparation/whats-new.md +++ b/autopilot/device-preparation/whats-new.md @@ -2,7 +2,7 @@ title: What's new in Windows Autopilot device preparation description: News and resources about the latest updates of Windows Autopilot device preparation. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/dfci-management.md b/autopilot/dfci-management.md index 3029fb06767..0d6050528dc 100644 --- a/autopilot/dfci-management.md +++ b/autopilot/dfci-management.md @@ -1,7 +1,7 @@ --- title: DFCI Management description: With Windows Autopilot Deployment and Intune, Unified Extensible Firmware Interface (UEFI) settings can be managed after the device is enrolled. UEFI settings can be managed by using the Device Firmware Configuration Interface (DFCI). -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/enrollment-autopilot.md b/autopilot/enrollment-autopilot.md index b8cbbb7bbbf..730ba96474c 100644 --- a/autopilot/enrollment-autopilot.md +++ b/autopilot/enrollment-autopilot.md @@ -9,7 +9,7 @@ ms.date: 06/28/2024 ms.topic: how-to ms.localizationpriority: high ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.suite: ems search.appverid: MET150 ms.collection: diff --git a/autopilot/enrollment-status.md b/autopilot/enrollment-status.md index 611c5252a37..d84c12295a8 100644 --- a/autopilot/enrollment-status.md +++ b/autopilot/enrollment-status.md @@ -1,7 +1,7 @@ --- title: Windows Autopilot Enrollment Status Page description: Gives an overview of the Enrollment Status Page capabilities, configuration. -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/existing-devices.md b/autopilot/existing-devices.md index 3cc9aaae6e1..4ad1982226f 100644 --- a/autopilot/existing-devices.md +++ b/autopilot/existing-devices.md @@ -2,7 +2,7 @@ title: Windows Autopilot for existing devices description: Modern desktop deployment with Windows Autopilot enables easily deploying the latest version of Windows to existing devices. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/faq.yml b/autopilot/faq.yml index b5506775517..b6f6448923d 100644 --- a/autopilot/faq.yml +++ b/autopilot/faq.yml @@ -3,7 +3,7 @@ metadata: title: Windows Autopilot FAQ description: This article provides OEMs, partners, administrators, and end users with answers to some frequently asked questions about deploying Windows with Autopilot. ms.service: windows-client - ms.subservice: itpro-deploy + ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/includes/allow-users-to-join.md b/autopilot/includes/allow-users-to-join.md index b6d04467e5c..f96320e84e5 100644 --- a/autopilot/includes/allow-users-to-join.md +++ b/autopilot/includes/allow-users-to-join.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/includes/automatic-intune-enrollment.md b/autopilot/includes/automatic-intune-enrollment.md index b7cfd1ab669..64a37a6a936 100644 --- a/autopilot/includes/automatic-intune-enrollment.md +++ b/autopilot/includes/automatic-intune-enrollment.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/includes/create-assigned-device-group.md b/autopilot/includes/create-assigned-device-group.md index 9c48c1c8e4c..85f5c5aad4a 100644 --- a/autopilot/includes/create-assigned-device-group.md +++ b/autopilot/includes/create-assigned-device-group.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/27/2024 diff --git a/autopilot/includes/create-dynamic-device-group.md b/autopilot/includes/create-dynamic-device-group.md index 301d2eb5232..0920266ec24 100644 --- a/autopilot/includes/create-dynamic-device-group.md +++ b/autopilot/includes/create-dynamic-device-group.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/includes/create-user-group.md b/autopilot/includes/create-user-group.md index 54ae9a42d41..077a8b5074f 100644 --- a/autopilot/includes/create-user-group.md +++ b/autopilot/includes/create-user-group.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/03/2024 diff --git a/autopilot/includes/deregister-autopilot-device.md b/autopilot/includes/deregister-autopilot-device.md index 12e56de47b6..b0cf44c457b 100644 --- a/autopilot/includes/deregister-autopilot-device.md +++ b/autopilot/includes/deregister-autopilot-device.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/includes/more-info-allow-users-to-join.md b/autopilot/includes/more-info-allow-users-to-join.md index 932c20c8e7f..8be100b9489 100644 --- a/autopilot/includes/more-info-allow-users-to-join.md +++ b/autopilot/includes/more-info-allow-users-to-join.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/03/2024 diff --git a/autopilot/includes/more-info-automatic-enrollment.md b/autopilot/includes/more-info-automatic-enrollment.md index ce8eb5cb030..3efcd4ebe03 100644 --- a/autopilot/includes/more-info-automatic-enrollment.md +++ b/autopilot/includes/more-info-automatic-enrollment.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/03/2024 diff --git a/autopilot/includes/more-info-groups.md b/autopilot/includes/more-info-groups.md index a62645c8b71..aee3674629a 100644 --- a/autopilot/includes/more-info-groups.md +++ b/autopilot/includes/more-info-groups.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/11/2024 diff --git a/autopilot/includes/registered-vs-joined.md b/autopilot/includes/registered-vs-joined.md index d36a8c63cd5..d0e62d82aff 100644 --- a/autopilot/includes/registered-vs-joined.md +++ b/autopilot/includes/registered-vs-joined.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/index.yml b/autopilot/index.yml index 6802e2060e2..ac9f9e2291d 100644 --- a/autopilot/index.yml +++ b/autopilot/index.yml @@ -6,7 +6,7 @@ metadata: title: Windows Autopilot and Windows Autopilot device preparation documentation description: Windows Autopilot and Windows Autopilot device preparation is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. ms.service: windows-client - ms.subservice: itpro-deploy + ms.subservice: itpro-autopilot ms.topic: landing-page ms.collection: - tier1 diff --git a/autopilot/known-issues.md b/autopilot/known-issues.md index 14e06664169..e5174a29626 100644 --- a/autopilot/known-issues.md +++ b/autopilot/known-issues.md @@ -2,7 +2,7 @@ title: Windows Autopilot known issues description: Be informed about known issues that might occur during Windows Autopilot deployment. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/manual-registration.md b/autopilot/manual-registration.md index 101ad806931..2549ea446fd 100644 --- a/autopilot/manual-registration.md +++ b/autopilot/manual-registration.md @@ -2,7 +2,7 @@ title: Manual registration of devices for Windows Autopilot description: Manual registration overview. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/oem-registration.md b/autopilot/oem-registration.md index ccf3fa55156..680b95ab48b 100644 --- a/autopilot/oem-registration.md +++ b/autopilot/oem-registration.md @@ -2,7 +2,7 @@ title: Windows Autopilot OEM registration process description: How OEMs add devices to Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/overview.md b/autopilot/overview.md index b40ae2ef3c8..117e48ef043 100644 --- a/autopilot/overview.md +++ b/autopilot/overview.md @@ -2,7 +2,7 @@ title: Overview of Windows Autopilot description: Windows Autopilot is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/partner-registration.md b/autopilot/partner-registration.md index 39519890168..33008d391e0 100644 --- a/autopilot/partner-registration.md +++ b/autopilot/partner-registration.md @@ -2,7 +2,7 @@ title: Reseller, distributor, or partner registration of Windows Autopilot devices description: How partners add devices to Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/pre-provision.md b/autopilot/pre-provision.md index 3755f3df748..8a7f06c999d 100644 --- a/autopilot/pre-provision.md +++ b/autopilot/pre-provision.md @@ -2,7 +2,7 @@ title: Windows Autopilot for pre-provisioned deployment description: Windows Autopilot for pre-provisioned deployment. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium ms.reviewer: jubaptis manager: aaroncz diff --git a/autopilot/profiles.md b/autopilot/profiles.md index 2477654964c..f90f0a9672a 100644 --- a/autopilot/profiles.md +++ b/autopilot/profiles.md @@ -1,7 +1,7 @@ --- title: Configure Autopilot profiles description: Learn how to configure device profiles for Windows Autopilot deployment. -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/registration-auth.md b/autopilot/registration-auth.md index b3a04bedcf0..b3b627794ac 100644 --- a/autopilot/registration-auth.md +++ b/autopilot/registration-auth.md @@ -1,7 +1,7 @@ --- title: Windows Autopilot customer consent description: Learn how a cloud service provider (CSP) partner or an OEM can get customer authorization to register Windows Autopilot devices on the customer's behalf. -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/registration-overview.md b/autopilot/registration-overview.md index 15722176c7e..aff60ae1189 100644 --- a/autopilot/registration-overview.md +++ b/autopilot/registration-overview.md @@ -2,7 +2,7 @@ title: Windows Autopilot registration overview description: Overview of Windows Autopilot device registration. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/requirements.md b/autopilot/requirements.md index 019899b45e2..d15ed1c1cb7 100644 --- a/autopilot/requirements.md +++ b/autopilot/requirements.md @@ -2,7 +2,7 @@ title: Windows Autopilot requirements description: Software, Networking, Licensing, and Configuration requirements for Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/self-deploying.md b/autopilot/self-deploying.md index affa15222e1..cbb72c34c46 100644 --- a/autopilot/self-deploying.md +++ b/autopilot/self-deploying.md @@ -1,7 +1,7 @@ --- title: Windows Autopilot self-deploying mode description: Self-deploying mode allows a device to be deployed with little to no user interaction. This mode is designed to deploy Windows as a kiosk, digital signage device, or a shared device. -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/troubleshooting-faq.yml b/autopilot/troubleshooting-faq.yml index 763b30ba8cd..d46b311c9ee 100644 --- a/autopilot/troubleshooting-faq.yml +++ b/autopilot/troubleshooting-faq.yml @@ -3,7 +3,7 @@ metadata: title: Windows Autopilot troubleshooting FAQ description: Troubleshooting of common Windows Autopilot issues ms.service: windows-client - ms.subservice: itpro-deploy + ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/tutorial/autopilot-scenarios.md b/autopilot/tutorial/autopilot-scenarios.md index c1d9bd273b1..3dffa5b7f6e 100644 --- a/autopilot/tutorial/autopilot-scenarios.md +++ b/autopilot/tutorial/autopilot-scenarios.md @@ -13,7 +13,7 @@ ms.collection: - tier1 - highpri - essentials-get-started -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/create-autopilot-task-sequence.md b/autopilot/tutorial/existing-devices/create-autopilot-task-sequence.md index 76502d96d77..22dbd5db586 100644 --- a/autopilot/tutorial/existing-devices/create-autopilot-task-sequence.md +++ b/autopilot/tutorial/existing-devices/create-autopilot-task-sequence.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/create-collection.md b/autopilot/tutorial/existing-devices/create-collection.md index 0e54bd6dbd2..b82fbd80d49 100644 --- a/autopilot/tutorial/existing-devices/create-collection.md +++ b/autopilot/tutorial/existing-devices/create-collection.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/create-json-file.md b/autopilot/tutorial/existing-devices/create-json-file.md index 5ee57b1ab99..fcd07db63db 100644 --- a/autopilot/tutorial/existing-devices/create-json-file.md +++ b/autopilot/tutorial/existing-devices/create-json-file.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/create-json-package.md b/autopilot/tutorial/existing-devices/create-json-package.md index cf6e134bf04..a1ddb55dc6d 100644 --- a/autopilot/tutorial/existing-devices/create-json-package.md +++ b/autopilot/tutorial/existing-devices/create-json-package.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/deploy-autopilot-task-sequence.md b/autopilot/tutorial/existing-devices/deploy-autopilot-task-sequence.md index 0f73c3fc894..4e0fae43edd 100644 --- a/autopilot/tutorial/existing-devices/deploy-autopilot-task-sequence.md +++ b/autopilot/tutorial/existing-devices/deploy-autopilot-task-sequence.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/existing-devices-workflow.md b/autopilot/tutorial/existing-devices/existing-devices-workflow.md index fd80be62cf6..653a7abf778 100644 --- a/autopilot/tutorial/existing-devices/existing-devices-workflow.md +++ b/autopilot/tutorial/existing-devices/existing-devices-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/install-modules.md b/autopilot/tutorial/existing-devices/install-modules.md index c2f3b9372ab..5ea5ed9aa9e 100644 --- a/autopilot/tutorial/existing-devices/install-modules.md +++ b/autopilot/tutorial/existing-devices/install-modules.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/register-device.md b/autopilot/tutorial/existing-devices/register-device.md index d143ff69129..6db88db6893 100644 --- a/autopilot/tutorial/existing-devices/register-device.md +++ b/autopilot/tutorial/existing-devices/register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/run-autopilot-task-sequence.md b/autopilot/tutorial/existing-devices/run-autopilot-task-sequence.md index b78b0203c09..213e2fa9d95 100644 --- a/autopilot/tutorial/existing-devices/run-autopilot-task-sequence.md +++ b/autopilot/tutorial/existing-devices/run-autopilot-task-sequence.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/setup-autopilot-profile.md b/autopilot/tutorial/existing-devices/setup-autopilot-profile.md index 9b595f13d51..430de1c0067 100644 --- a/autopilot/tutorial/existing-devices/setup-autopilot-profile.md +++ b/autopilot/tutorial/existing-devices/setup-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/speed-up-deployment.md b/autopilot/tutorial/existing-devices/speed-up-deployment.md index f931978af3f..3e47ab55e8d 100644 --- a/autopilot/tutorial/existing-devices/speed-up-deployment.md +++ b/autopilot/tutorial/existing-devices/speed-up-deployment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/includes/assign-autopilot-device-to-user-via-csv.md b/autopilot/tutorial/includes/assign-autopilot-device-to-user-via-csv.md index e5fef781e43..712eb0f9bd7 100644 --- a/autopilot/tutorial/includes/assign-autopilot-device-to-user-via-csv.md +++ b/autopilot/tutorial/includes/assign-autopilot-device-to-user-via-csv.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/assign-autopilot-device-to-user.md b/autopilot/tutorial/includes/assign-autopilot-device-to-user.md index 3ed580eb432..0831f135e8b 100644 --- a/autopilot/tutorial/includes/assign-autopilot-device-to-user.md +++ b/autopilot/tutorial/includes/assign-autopilot-device-to-user.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/autopilot-profile-steps-after.md b/autopilot/tutorial/includes/autopilot-profile-steps-after.md index b2617d22bba..795bf104743 100644 --- a/autopilot/tutorial/includes/autopilot-profile-steps-after.md +++ b/autopilot/tutorial/includes/autopilot-profile-steps-after.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/autopilot-profile-steps-before.md b/autopilot/tutorial/includes/autopilot-profile-steps-before.md index f4725e771fd..ccf21b25042 100644 --- a/autopilot/tutorial/includes/autopilot-profile-steps-before.md +++ b/autopilot/tutorial/includes/autopilot-profile-steps-before.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/computer-account-limit.md b/autopilot/tutorial/includes/computer-account-limit.md index ce89e9f9ab1..7466aac9201 100644 --- a/autopilot/tutorial/includes/computer-account-limit.md +++ b/autopilot/tutorial/includes/computer-account-limit.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/configure-and-assign-esp.md b/autopilot/tutorial/includes/configure-and-assign-esp.md index a43bf9ba760..1f609db8a2f 100644 --- a/autopilot/tutorial/includes/configure-and-assign-esp.md +++ b/autopilot/tutorial/includes/configure-and-assign-esp.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/device-group-description.md b/autopilot/tutorial/includes/device-group-description.md index 0e9a4dd89dc..bb8d6519a45 100644 --- a/autopilot/tutorial/includes/device-group-description.md +++ b/autopilot/tutorial/includes/device-group-description.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/domain-join-profile.md b/autopilot/tutorial/includes/domain-join-profile.md index 70452a2e05a..39696464e93 100644 --- a/autopilot/tutorial/includes/domain-join-profile.md +++ b/autopilot/tutorial/includes/domain-join-profile.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/import-hardware-hash.md b/autopilot/tutorial/includes/import-hardware-hash.md index f791769d2e8..d0e5a833738 100644 --- a/autopilot/tutorial/includes/import-hardware-hash.md +++ b/autopilot/tutorial/includes/import-hardware-hash.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/intune-connector.md b/autopilot/tutorial/includes/intune-connector.md index a0acba2c5d3..5fc5452dd46 100644 --- a/autopilot/tutorial/includes/intune-connector.md +++ b/autopilot/tutorial/includes/intune-connector.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/more-info-autopilot-profile.md b/autopilot/tutorial/includes/more-info-autopilot-profile.md index 7f027c20cb6..b1e6ca1e1e3 100644 --- a/autopilot/tutorial/includes/more-info-autopilot-profile.md +++ b/autopilot/tutorial/includes/more-info-autopilot-profile.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-computer-account-limit.md b/autopilot/tutorial/includes/more-info-computer-account-limit.md index d60aec8ee09..c7de272994b 100644 --- a/autopilot/tutorial/includes/more-info-computer-account-limit.md +++ b/autopilot/tutorial/includes/more-info-computer-account-limit.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-esp.md b/autopilot/tutorial/includes/more-info-esp.md index 68686d52c42..4f30e90a007 100644 --- a/autopilot/tutorial/includes/more-info-esp.md +++ b/autopilot/tutorial/includes/more-info-esp.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-register-device.md b/autopilot/tutorial/includes/more-info-register-device.md index 41ff6dabde7..f5614509d7a 100644 --- a/autopilot/tutorial/includes/more-info-register-device.md +++ b/autopilot/tutorial/includes/more-info-register-device.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-technician-flow.md b/autopilot/tutorial/includes/more-info-technician-flow.md index 6f87c17fa31..ef5915d1ad5 100644 --- a/autopilot/tutorial/includes/more-info-technician-flow.md +++ b/autopilot/tutorial/includes/more-info-technician-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-user-flow.md b/autopilot/tutorial/includes/more-info-user-flow.md index 3d6bb3c87e0..c76c5652774 100644 --- a/autopilot/tutorial/includes/more-info-user-flow.md +++ b/autopilot/tutorial/includes/more-info-user-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/network-connectivity.md b/autopilot/tutorial/includes/network-connectivity.md index 38cb833299e..36787af2a48 100644 --- a/autopilot/tutorial/includes/network-connectivity.md +++ b/autopilot/tutorial/includes/network-connectivity.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/register-autopilot-device.md b/autopilot/tutorial/includes/register-autopilot-device.md index 273dbc15c57..2cef37dbfa3 100644 --- a/autopilot/tutorial/includes/register-autopilot-device.md +++ b/autopilot/tutorial/includes/register-autopilot-device.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/technician-flow.md b/autopilot/tutorial/includes/technician-flow.md index 8b7501cd9b6..825b0a69d18 100644 --- a/autopilot/tutorial/includes/technician-flow.md +++ b/autopilot/tutorial/includes/technician-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-aadj-screens.md b/autopilot/tutorial/includes/tips-aadj-screens.md index 3704a72a0f7..b96dd590fc4 100644 --- a/autopilot/tutorial/includes/tips-aadj-screens.md +++ b/autopilot/tutorial/includes/tips-aadj-screens.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-assignments.md b/autopilot/tutorial/includes/tips-assignments.md index f60444bd65b..5d2c340bfe4 100644 --- a/autopilot/tutorial/includes/tips-assignments.md +++ b/autopilot/tutorial/includes/tips-assignments.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-esp-progress.md b/autopilot/tutorial/includes/tips-esp-progress.md index abd1ad1e2f5..9ec6d3d577a 100644 --- a/autopilot/tutorial/includes/tips-esp-progress.md +++ b/autopilot/tutorial/includes/tips-esp-progress.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-haadj-lock.md b/autopilot/tutorial/includes/tips-haadj-lock.md index 872a0f423fb..90e1872ace9 100644 --- a/autopilot/tutorial/includes/tips-haadj-lock.md +++ b/autopilot/tutorial/includes/tips-haadj-lock.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-haadj-screens.md b/autopilot/tutorial/includes/tips-haadj-screens.md index 4e4452226d8..0d6f1c91795 100644 --- a/autopilot/tutorial/includes/tips-haadj-screens.md +++ b/autopilot/tutorial/includes/tips-haadj-screens.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-pre-provision-compliance-user-flow.md b/autopilot/tutorial/includes/tips-pre-provision-compliance-user-flow.md index 5509bac0568..9ba1449a40f 100644 --- a/autopilot/tutorial/includes/tips-pre-provision-compliance-user-flow.md +++ b/autopilot/tutorial/includes/tips-pre-provision-compliance-user-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-pre-provision-wait-user-flow.md b/autopilot/tutorial/includes/tips-pre-provision-wait-user-flow.md index 522bd32fb6e..bf710295bca 100644 --- a/autopilot/tutorial/includes/tips-pre-provision-wait-user-flow.md +++ b/autopilot/tutorial/includes/tips-pre-provision-wait-user-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 07/23/2024 diff --git a/autopilot/tutorial/includes/tips-qr-codes.md b/autopilot/tutorial/includes/tips-qr-codes.md index a421ca4e046..a88197df317 100644 --- a/autopilot/tutorial/includes/tips-qr-codes.md +++ b/autopilot/tutorial/includes/tips-qr-codes.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-technician-flow-inherit.md b/autopilot/tutorial/includes/tips-technician-flow-inherit.md index 77089c338d8..3c87a39a0e9 100644 --- a/autopilot/tutorial/includes/tips-technician-flow-inherit.md +++ b/autopilot/tutorial/includes/tips-technician-flow-inherit.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-technician-flow-screens.md b/autopilot/tutorial/includes/tips-technician-flow-screens.md index f664ea1df16..64ebb2ff2ea 100644 --- a/autopilot/tutorial/includes/tips-technician-flow-screens.md +++ b/autopilot/tutorial/includes/tips-technician-flow-screens.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/verify-autopilot-profile-assignment.md b/autopilot/tutorial/includes/verify-autopilot-profile-assignment.md index ba5366d92c2..b7a3dea22bd 100644 --- a/autopilot/tutorial/includes/verify-autopilot-profile-assignment.md +++ b/autopilot/tutorial/includes/verify-autopilot-profile-assignment.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-allow-users-to-join.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-allow-users-to-join.md index 50351eec132..9861f7a5b00 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-allow-users-to-join.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-allow-users-to-join.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-assign-device-to-user.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-assign-device-to-user.md index 9dec27ad867..89000e2ace6 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-assign-device-to-user.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-assign-device-to-user.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-automatic-enrollment.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-automatic-enrollment.md index 547d63c28e3..427e2707c53 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-automatic-enrollment.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-autopilot-profile.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-autopilot-profile.md index 6bc8a209233..d5025494fda 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-autopilot-profile.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-device-group.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-device-group.md index dabd1e08a78..bcc9888414d 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-device-group.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md index 9b893e6f4be..9f58ce3150a 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-register-device.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-register-device.md index 28005a24780..5073a786d02 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-register-device.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md index 8ec1098fa0c..14b75738d3a 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md index 762ff80a68c..b6ec4df2f00 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md index e480ef3b8d4..9758f814b97 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-assign-device-to-user.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-assign-device-to-user.md index 1565c2501e7..35cf8af33fd 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-assign-device-to-user.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-assign-device-to-user.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-automatic-enrollment.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-automatic-enrollment.md index 2afe5eee7a5..2a474f26272 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-automatic-enrollment.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md index 9ef8cd9e01b..b1903c122be 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-computer-account-limit.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-computer-account-limit.md index 3caeee7356f..8fe8f05ac7f 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-computer-account-limit.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-computer-account-limit.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-device-group.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-device-group.md index 715b8426da0..b6db7cbbbfe 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-device-group.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-domain-join-profile.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-domain-join-profile.md index c7d934a9999..ef247433c08 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-domain-join-profile.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-domain-join-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md index d289ed93382..c054b53b43d 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-intune-connector.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-intune-connector.md index 47e217f7eac..80be2d17ea0 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-intune-connector.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-intune-connector.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-register-device.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-register-device.md index 5c326d9341b..bba327ed454 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-register-device.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-technician-flow.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-technician-flow.md index c71060cf31a..0c0e6c45c5d 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-technician-flow.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-technician-flow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md index 8b59922948f..e6b0e5e7f7d 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md index c92da5ee749..3998b2c803b 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/reset/autopilot-reset-overview.md b/autopilot/tutorial/reset/autopilot-reset-overview.md index c226ccb39d5..94785f8609f 100644 --- a/autopilot/tutorial/reset/autopilot-reset-overview.md +++ b/autopilot/tutorial/reset/autopilot-reset-overview.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/reset/local-autopilot-reset.md b/autopilot/tutorial/reset/local-autopilot-reset.md index 1d79f109399..945212c853f 100644 --- a/autopilot/tutorial/reset/local-autopilot-reset.md +++ b/autopilot/tutorial/reset/local-autopilot-reset.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/reset/remote-autopilot-reset.md b/autopilot/tutorial/reset/remote-autopilot-reset.md index 662a642f7dc..03c4f3f0eaf 100644 --- a/autopilot/tutorial/reset/remote-autopilot-reset.md +++ b/autopilot/tutorial/reset/remote-autopilot-reset.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-automatic-enrollment.md b/autopilot/tutorial/self-deploying/self-deploying-automatic-enrollment.md index 704b1bcda2c..02373843f61 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-automatic-enrollment.md +++ b/autopilot/tutorial/self-deploying/self-deploying-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-autopilot-profile.md b/autopilot/tutorial/self-deploying/self-deploying-autopilot-profile.md index 8c3150563c7..27a103bfefc 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-autopilot-profile.md +++ b/autopilot/tutorial/self-deploying/self-deploying-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-deploy-device.md b/autopilot/tutorial/self-deploying/self-deploying-deploy-device.md index 120ab0d9524..f18ccc74f40 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-deploy-device.md +++ b/autopilot/tutorial/self-deploying/self-deploying-deploy-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-device-group.md b/autopilot/tutorial/self-deploying/self-deploying-device-group.md index 49daf27b367..d88320ebc71 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-device-group.md +++ b/autopilot/tutorial/self-deploying/self-deploying-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-esp.md b/autopilot/tutorial/self-deploying/self-deploying-esp.md index 0bc8d3d9206..76db49dbc01 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-esp.md +++ b/autopilot/tutorial/self-deploying/self-deploying-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-register-device.md b/autopilot/tutorial/self-deploying/self-deploying-register-device.md index 6f99db720e3..4b753dbd8b4 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-register-device.md +++ b/autopilot/tutorial/self-deploying/self-deploying-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-workflow.md b/autopilot/tutorial/self-deploying/self-deploying-workflow.md index 3efe4e12a9e..bac56046570 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-workflow.md +++ b/autopilot/tutorial/self-deploying/self-deploying-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-allow-users-to-join.md b/autopilot/tutorial/user-driven/azure-ad-join-allow-users-to-join.md index de2e5c2b693..397bdcd7806 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-allow-users-to-join.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-allow-users-to-join.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-assign-device-to-user.md b/autopilot/tutorial/user-driven/azure-ad-join-assign-device-to-user.md index 48055e2ff4f..c9dfdaefd76 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-assign-device-to-user.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-assign-device-to-user.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-automatic-enrollment.md b/autopilot/tutorial/user-driven/azure-ad-join-automatic-enrollment.md index 88ee263759b..6cbe5c7d87f 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-automatic-enrollment.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-autopilot-profile.md b/autopilot/tutorial/user-driven/azure-ad-join-autopilot-profile.md index 01553712f5d..b554756f54a 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-autopilot-profile.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md b/autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md index ae10af97155..0d8a0ad3d13 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-device-group.md b/autopilot/tutorial/user-driven/azure-ad-join-device-group.md index 6ea0130c8ce..e4ad12b4859 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-device-group.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-esp.md b/autopilot/tutorial/user-driven/azure-ad-join-esp.md index 026bbbacfa1..afaa27d0b07 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-esp.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-register-device.md b/autopilot/tutorial/user-driven/azure-ad-join-register-device.md index f49cef7b84f..8ad1be267db 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-register-device.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-workflow.md b/autopilot/tutorial/user-driven/azure-ad-join-workflow.md index b506eabdd71..a0bdf2b6bae 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-workflow.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-assign-device-to-user.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-assign-device-to-user.md index 6701bfe9b51..e47a1808f28 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-assign-device-to-user.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-assign-device-to-user.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-automatic-enrollment.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-automatic-enrollment.md index 003b3ebf2cc..d30afb02eb5 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-automatic-enrollment.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-autopilot-profile.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-autopilot-profile.md index 297df952a7f..38bfd4694f6 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-autopilot-profile.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md index c1384ef2de9..20f9906e07e 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md index 341335f9484..997ac7b9fd3 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-device-group.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-device-group.md index 9a27ec76ad9..5e0546d9b4c 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-device-group.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-domain-join-profile.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-domain-join-profile.md index d443dbfa1ce..d38c4fd014d 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-domain-join-profile.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-domain-join-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md index daf6dd6b1bd..3ab67424269 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-intune-connector.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-intune-connector.md index fbab12c98a8..92d37a0a57c 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-intune-connector.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-intune-connector.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-register-device.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-register-device.md index c545fea91fc..6651859d0d4 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-register-device.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md index 54754a54a6e..579c890edfd 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/user-driven.md b/autopilot/user-driven.md index a0d7751407d..9f448539d15 100644 --- a/autopilot/user-driven.md +++ b/autopilot/user-driven.md @@ -2,7 +2,7 @@ title: Windows Autopilot User-Driven Mode description: With Windows Autopilot user-driven mode, devices can be configured to deploy to a ready-to-use state without requiring help from IT personnel. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/whats-new.md b/autopilot/whats-new.md index f67f1099ee7..113439ae825 100644 --- a/autopilot/whats-new.md +++ b/autopilot/whats-new.md @@ -2,7 +2,7 @@ title: What's new in Windows Autopilot description: News and resources about the latest updates and past versions of Windows Autopilot. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/windows-autopilot-hybrid.md b/autopilot/windows-autopilot-hybrid.md index 1ab16a7ec76..7cd3c95c92e 100644 --- a/autopilot/windows-autopilot-hybrid.md +++ b/autopilot/windows-autopilot-hybrid.md @@ -9,7 +9,7 @@ ms.reviewer: jubaptis ms.date: 08/22/2024 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium ms.collection: - M365-identity-device-management diff --git a/autopilot/windows-autopilot-reset.md b/autopilot/windows-autopilot-reset.md index c6835ee85a1..3690c4a8ea6 100644 --- a/autopilot/windows-autopilot-reset.md +++ b/autopilot/windows-autopilot-reset.md @@ -1,7 +1,7 @@ --- title: Windows Autopilot Reset description: Windows Autopilot Reset takes the device back to a business-ready state, allowing the next user to sign in and get productive quickly and easily. -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/windows-autopilot-scenarios.md b/autopilot/windows-autopilot-scenarios.md index bc6700e0deb..094c116b801 100644 --- a/autopilot/windows-autopilot-scenarios.md +++ b/autopilot/windows-autopilot-scenarios.md @@ -2,7 +2,7 @@ title: Windows Autopilot scenarios and capabilities description: Follow along with several typical Windows Autopilot deployment scenarios, such as redeploying a device in a business-ready state. ms.service: windows-client -ms.subservice: itpro-deploy +ms.subservice: itpro-autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj From 1e41c384e6d2c164a1c08ed4d567e7c6b723b648 Mon Sep 17 00:00:00 2001 From: Aaron Czechowski Date: Thu, 22 Aug 2024 17:09:49 -0700 Subject: [PATCH 17/32] fix subservice value --- autopilot/add-devices.md | 2 +- autopilot/automatic-registration.md | 2 +- autopilot/autopilot-device-guidelines.md | 2 +- autopilot/autopilot-motherboard-replacement.md | 2 +- autopilot/autopilot-support.md | 2 +- autopilot/bitlocker.md | 2 +- autopilot/deployment-process.md | 2 +- autopilot/device-preparation/compare.md | 2 +- autopilot/device-preparation/faq.yml | 2 +- autopilot/device-preparation/known-issues.md | 2 +- autopilot/device-preparation/overview.md | 2 +- autopilot/device-preparation/reporting-monitoring.md | 2 +- autopilot/device-preparation/requirements.md | 2 +- autopilot/device-preparation/troubleshooting-faq.yml | 2 +- autopilot/device-preparation/tutorial/scenarios.md | 2 +- .../tutorial/user-driven/entra-join-allow-users-to-join.md | 2 +- .../tutorial/user-driven/entra-join-assign-apps-scripts.md | 2 +- .../tutorial/user-driven/entra-join-automatic-enrollment.md | 2 +- .../tutorial/user-driven/entra-join-autopilot-policy.md | 2 +- .../tutorial/user-driven/entra-join-corporate-identifier.md | 2 +- .../tutorial/user-driven/entra-join-device-group.md | 2 +- .../tutorial/user-driven/entra-join-user-group.md | 2 +- .../tutorial/user-driven/entra-join-workflow.md | 2 +- autopilot/device-preparation/whats-new.md | 2 +- autopilot/dfci-management.md | 2 +- autopilot/enrollment-autopilot.md | 2 +- autopilot/enrollment-status.md | 2 +- autopilot/existing-devices.md | 2 +- autopilot/faq.yml | 2 +- autopilot/includes/allow-users-to-join.md | 2 +- autopilot/includes/automatic-intune-enrollment.md | 2 +- autopilot/includes/create-assigned-device-group.md | 2 +- autopilot/includes/create-dynamic-device-group.md | 2 +- autopilot/includes/create-user-group.md | 2 +- autopilot/includes/deregister-autopilot-device.md | 2 +- autopilot/includes/more-info-allow-users-to-join.md | 2 +- autopilot/includes/more-info-automatic-enrollment.md | 2 +- autopilot/includes/more-info-groups.md | 2 +- autopilot/includes/registered-vs-joined.md | 2 +- autopilot/index.yml | 2 +- autopilot/known-issues.md | 2 +- autopilot/manual-registration.md | 2 +- autopilot/oem-registration.md | 2 +- autopilot/overview.md | 2 +- autopilot/partner-registration.md | 2 +- autopilot/pre-provision.md | 2 +- autopilot/profiles.md | 2 +- autopilot/registration-auth.md | 2 +- autopilot/registration-overview.md | 2 +- autopilot/requirements.md | 2 +- autopilot/self-deploying.md | 2 +- autopilot/troubleshooting-faq.yml | 2 +- autopilot/tutorial/autopilot-scenarios.md | 2 +- .../tutorial/existing-devices/create-autopilot-task-sequence.md | 2 +- autopilot/tutorial/existing-devices/create-collection.md | 2 +- autopilot/tutorial/existing-devices/create-json-file.md | 2 +- autopilot/tutorial/existing-devices/create-json-package.md | 2 +- .../tutorial/existing-devices/deploy-autopilot-task-sequence.md | 2 +- .../tutorial/existing-devices/existing-devices-workflow.md | 2 +- autopilot/tutorial/existing-devices/install-modules.md | 2 +- autopilot/tutorial/existing-devices/register-device.md | 2 +- .../tutorial/existing-devices/run-autopilot-task-sequence.md | 2 +- autopilot/tutorial/existing-devices/setup-autopilot-profile.md | 2 +- autopilot/tutorial/existing-devices/speed-up-deployment.md | 2 +- .../includes/assign-autopilot-device-to-user-via-csv.md | 2 +- autopilot/tutorial/includes/assign-autopilot-device-to-user.md | 2 +- autopilot/tutorial/includes/autopilot-profile-steps-after.md | 2 +- autopilot/tutorial/includes/autopilot-profile-steps-before.md | 2 +- autopilot/tutorial/includes/computer-account-limit.md | 2 +- autopilot/tutorial/includes/configure-and-assign-esp.md | 2 +- autopilot/tutorial/includes/device-group-description.md | 2 +- autopilot/tutorial/includes/domain-join-profile.md | 2 +- autopilot/tutorial/includes/import-hardware-hash.md | 2 +- autopilot/tutorial/includes/intune-connector.md | 2 +- autopilot/tutorial/includes/more-info-autopilot-profile.md | 2 +- autopilot/tutorial/includes/more-info-computer-account-limit.md | 2 +- autopilot/tutorial/includes/more-info-esp.md | 2 +- autopilot/tutorial/includes/more-info-register-device.md | 2 +- autopilot/tutorial/includes/more-info-technician-flow.md | 2 +- autopilot/tutorial/includes/more-info-user-flow.md | 2 +- autopilot/tutorial/includes/network-connectivity.md | 2 +- autopilot/tutorial/includes/register-autopilot-device.md | 2 +- autopilot/tutorial/includes/technician-flow.md | 2 +- autopilot/tutorial/includes/tips-aadj-screens.md | 2 +- autopilot/tutorial/includes/tips-assignments.md | 2 +- autopilot/tutorial/includes/tips-esp-progress.md | 2 +- autopilot/tutorial/includes/tips-haadj-lock.md | 2 +- autopilot/tutorial/includes/tips-haadj-screens.md | 2 +- .../includes/tips-pre-provision-compliance-user-flow.md | 2 +- .../tutorial/includes/tips-pre-provision-wait-user-flow.md | 2 +- autopilot/tutorial/includes/tips-qr-codes.md | 2 +- autopilot/tutorial/includes/tips-technician-flow-inherit.md | 2 +- autopilot/tutorial/includes/tips-technician-flow-screens.md | 2 +- .../tutorial/includes/verify-autopilot-profile-assignment.md | 2 +- .../pre-provisioning/azure-ad-join-allow-users-to-join.md | 2 +- .../pre-provisioning/azure-ad-join-assign-device-to-user.md | 2 +- .../pre-provisioning/azure-ad-join-automatic-enrollment.md | 2 +- .../pre-provisioning/azure-ad-join-autopilot-profile.md | 2 +- .../tutorial/pre-provisioning/azure-ad-join-device-group.md | 2 +- autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md | 2 +- .../tutorial/pre-provisioning/azure-ad-join-register-device.md | 2 +- .../tutorial/pre-provisioning/azure-ad-join-technician-flow.md | 2 +- autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md | 2 +- autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md | 2 +- .../hybrid-azure-ad-join-assign-device-to-user.md | 2 +- .../hybrid-azure-ad-join-automatic-enrollment.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md | 2 +- .../hybrid-azure-ad-join-computer-account-limit.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-device-group.md | 2 +- .../hybrid-azure-ad-join-domain-join-profile.md | 2 +- autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-intune-connector.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-register-device.md | 2 +- .../pre-provisioning/hybrid-azure-ad-join-technician-flow.md | 2 +- .../tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md | 2 +- .../tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md | 2 +- autopilot/tutorial/reset/autopilot-reset-overview.md | 2 +- autopilot/tutorial/reset/local-autopilot-reset.md | 2 +- autopilot/tutorial/reset/remote-autopilot-reset.md | 2 +- .../self-deploying/self-deploying-automatic-enrollment.md | 2 +- .../tutorial/self-deploying/self-deploying-autopilot-profile.md | 2 +- .../tutorial/self-deploying/self-deploying-deploy-device.md | 2 +- .../tutorial/self-deploying/self-deploying-device-group.md | 2 +- autopilot/tutorial/self-deploying/self-deploying-esp.md | 2 +- .../tutorial/self-deploying/self-deploying-register-device.md | 2 +- autopilot/tutorial/self-deploying/self-deploying-workflow.md | 2 +- .../tutorial/user-driven/azure-ad-join-allow-users-to-join.md | 2 +- .../tutorial/user-driven/azure-ad-join-assign-device-to-user.md | 2 +- .../tutorial/user-driven/azure-ad-join-automatic-enrollment.md | 2 +- .../tutorial/user-driven/azure-ad-join-autopilot-profile.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-device-group.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-esp.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-register-device.md | 2 +- autopilot/tutorial/user-driven/azure-ad-join-workflow.md | 2 +- .../user-driven/hybrid-azure-ad-join-assign-device-to-user.md | 2 +- .../user-driven/hybrid-azure-ad-join-automatic-enrollment.md | 2 +- .../user-driven/hybrid-azure-ad-join-autopilot-profile.md | 2 +- .../user-driven/hybrid-azure-ad-join-computer-account-limit.md | 2 +- .../tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md | 2 +- .../tutorial/user-driven/hybrid-azure-ad-join-device-group.md | 2 +- .../user-driven/hybrid-azure-ad-join-domain-join-profile.md | 2 +- autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md | 2 +- .../user-driven/hybrid-azure-ad-join-intune-connector.md | 2 +- .../user-driven/hybrid-azure-ad-join-register-device.md | 2 +- autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md | 2 +- autopilot/user-driven.md | 2 +- autopilot/whats-new.md | 2 +- autopilot/windows-autopilot-hybrid.md | 2 +- autopilot/windows-autopilot-reset.md | 2 +- autopilot/windows-autopilot-scenarios.md | 2 +- 151 files changed, 151 insertions(+), 151 deletions(-) diff --git a/autopilot/add-devices.md b/autopilot/add-devices.md index 9fbf0df7767..6f5fbdb68cd 100644 --- a/autopilot/add-devices.md +++ b/autopilot/add-devices.md @@ -2,7 +2,7 @@ title: Manually register devices with Windows Autopilot description: Learn how to manually add devices to Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/automatic-registration.md b/autopilot/automatic-registration.md index f6bef68f8c9..90027c2463d 100644 --- a/autopilot/automatic-registration.md +++ b/autopilot/automatic-registration.md @@ -2,7 +2,7 @@ title: Automatic registration of existing devices description: Automatically add devices to Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/autopilot-device-guidelines.md b/autopilot/autopilot-device-guidelines.md index f003676cf00..92d06b40cdc 100644 --- a/autopilot/autopilot-device-guidelines.md +++ b/autopilot/autopilot-device-guidelines.md @@ -2,7 +2,7 @@ title: Windows Autopilot device guidelines description: Learn all about hardware, firmware, and software best practices for Windows Autopilot deployment. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/autopilot-motherboard-replacement.md b/autopilot/autopilot-motherboard-replacement.md index 31cf05cc7a3..8995779f4f9 100644 --- a/autopilot/autopilot-motherboard-replacement.md +++ b/autopilot/autopilot-motherboard-replacement.md @@ -2,7 +2,7 @@ title: Windows Autopilot motherboard replacement description: Understand how Windows Autopilot deployments function when the motherboard is replaced on a device. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/autopilot-support.md b/autopilot/autopilot-support.md index 2d171ad723c..2c5d85558eb 100644 --- a/autopilot/autopilot-support.md +++ b/autopilot/autopilot-support.md @@ -2,7 +2,7 @@ title: Windows Autopilot support description: Find out who to contact for help with Windows Autopilot installation. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/bitlocker.md b/autopilot/bitlocker.md index 706586db779..4fd13bd310f 100644 --- a/autopilot/bitlocker.md +++ b/autopilot/bitlocker.md @@ -2,7 +2,7 @@ title: Setting the BitLocker encryption algorithm for Autopilot devices description: Microsoft Intune provides a comprehensive set of configuration options to manage BitLocker on Windows devices. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/deployment-process.md b/autopilot/deployment-process.md index ed921d4bc4c..989c9c373a0 100644 --- a/autopilot/deployment-process.md +++ b/autopilot/deployment-process.md @@ -2,7 +2,7 @@ title: Windows deployment process posters description: View and download Windows deployment process flows for Microsoft Configuration Manager and Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/compare.md b/autopilot/device-preparation/compare.md index 2887008322a..0286395fab6 100644 --- a/autopilot/device-preparation/compare.md +++ b/autopilot/device-preparation/compare.md @@ -2,7 +2,7 @@ title: Compare Windows Autopilot device preparation and Windows Autopilot description: Compare Windows Autopilot device preparation and Windows Autopilot features and when to use each. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/faq.yml b/autopilot/device-preparation/faq.yml index a8680f836b8..2fa2b7d4887 100644 --- a/autopilot/device-preparation/faq.yml +++ b/autopilot/device-preparation/faq.yml @@ -3,7 +3,7 @@ metadata: title: Windows Autopilot device preparation FAQ description: This article provides OEMs, partners, administrators, and users with answers to some frequently asked questions about deploying Windows with Windows Autopilot device preparation. ms.service: windows-client - ms.subservice: itpro-autopilot + ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/known-issues.md b/autopilot/device-preparation/known-issues.md index da7fbdca1ba..d34731b0cce 100644 --- a/autopilot/device-preparation/known-issues.md +++ b/autopilot/device-preparation/known-issues.md @@ -2,7 +2,7 @@ title: Windows Autopilot device preparation known issues description: Information regarding known issues that might occur during a Windows Autopilot device preparation deployment. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/overview.md b/autopilot/device-preparation/overview.md index 74f2b5d00dc..387220a75ff 100644 --- a/autopilot/device-preparation/overview.md +++ b/autopilot/device-preparation/overview.md @@ -2,7 +2,7 @@ title: Overview of Windows Autopilot device preparation description: Windows Autopilot device preparation is used to set up and configure new devices, getting them ready for productive use. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/reporting-monitoring.md b/autopilot/device-preparation/reporting-monitoring.md index 0c6d64805e4..0fbe68d4005 100644 --- a/autopilot/device-preparation/reporting-monitoring.md +++ b/autopilot/device-preparation/reporting-monitoring.md @@ -2,7 +2,7 @@ title: Windows Autopilot device preparation reporting and monitoring description: Reporting and monitoring in Windows Autopilot device preparation. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/requirements.md b/autopilot/device-preparation/requirements.md index cf4fd1a597f..fdcf9c0277b 100644 --- a/autopilot/device-preparation/requirements.md +++ b/autopilot/device-preparation/requirements.md @@ -2,7 +2,7 @@ title: Windows Autopilot device preparation requirements description: Software, Networking, Licensing, Configuration, and RBAC requirements for Windows Autopilot device preparation. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/troubleshooting-faq.yml b/autopilot/device-preparation/troubleshooting-faq.yml index 3fff286d189..44f3f4e87ce 100644 --- a/autopilot/device-preparation/troubleshooting-faq.yml +++ b/autopilot/device-preparation/troubleshooting-faq.yml @@ -3,7 +3,7 @@ metadata: title: Windows Autopilot device preparation troubleshooting FAQ description: Troubleshooting of common Windows Autopilot device preparation issues ms.service: windows-client - ms.subservice: itpro-autopilot + ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/device-preparation/tutorial/scenarios.md b/autopilot/device-preparation/tutorial/scenarios.md index b5c0e03b4fb..d499cb2d86f 100644 --- a/autopilot/device-preparation/tutorial/scenarios.md +++ b/autopilot/device-preparation/tutorial/scenarios.md @@ -13,7 +13,7 @@ ms.collection: - tier1 - highpri - essentials-get-started -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-allow-users-to-join.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-allow-users-to-join.md index f7667a26790..05b23e1c343 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-allow-users-to-join.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-allow-users-to-join.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-assign-apps-scripts.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-assign-apps-scripts.md index 8e47b457abe..311d3de1724 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-assign-apps-scripts.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-assign-apps-scripts.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-automatic-enrollment.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-automatic-enrollment.md index 4fe4da29f7a..25c5aaa1004 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-automatic-enrollment.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-autopilot-policy.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-autopilot-policy.md index f6f9b28dc2c..8f6d1e4393f 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-autopilot-policy.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-autopilot-policy.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-corporate-identifier.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-corporate-identifier.md index 81dc463f204..de805257695 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-corporate-identifier.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-corporate-identifier.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-device-group.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-device-group.md index b003014cbca..11a8c61fa98 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-device-group.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-user-group.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-user-group.md index 7503c192a3e..8471217c2d7 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-user-group.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-user-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/tutorial/user-driven/entra-join-workflow.md b/autopilot/device-preparation/tutorial/user-driven/entra-join-workflow.md index 6f03be256f9..101329db4d6 100644 --- a/autopilot/device-preparation/tutorial/user-driven/entra-join-workflow.md +++ b/autopilot/device-preparation/tutorial/user-driven/entra-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 --- diff --git a/autopilot/device-preparation/whats-new.md b/autopilot/device-preparation/whats-new.md index 88ba7c6f29a..ba8714bec7d 100644 --- a/autopilot/device-preparation/whats-new.md +++ b/autopilot/device-preparation/whats-new.md @@ -2,7 +2,7 @@ title: What's new in Windows Autopilot device preparation description: News and resources about the latest updates of Windows Autopilot device preparation. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/dfci-management.md b/autopilot/dfci-management.md index 0d6050528dc..7df516a9369 100644 --- a/autopilot/dfci-management.md +++ b/autopilot/dfci-management.md @@ -1,7 +1,7 @@ --- title: DFCI Management description: With Windows Autopilot Deployment and Intune, Unified Extensible Firmware Interface (UEFI) settings can be managed after the device is enrolled. UEFI settings can be managed by using the Device Firmware Configuration Interface (DFCI). -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/enrollment-autopilot.md b/autopilot/enrollment-autopilot.md index 730ba96474c..fb809bf38ad 100644 --- a/autopilot/enrollment-autopilot.md +++ b/autopilot/enrollment-autopilot.md @@ -9,7 +9,7 @@ ms.date: 06/28/2024 ms.topic: how-to ms.localizationpriority: high ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.suite: ems search.appverid: MET150 ms.collection: diff --git a/autopilot/enrollment-status.md b/autopilot/enrollment-status.md index d84c12295a8..15012e20f0b 100644 --- a/autopilot/enrollment-status.md +++ b/autopilot/enrollment-status.md @@ -1,7 +1,7 @@ --- title: Windows Autopilot Enrollment Status Page description: Gives an overview of the Enrollment Status Page capabilities, configuration. -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/existing-devices.md b/autopilot/existing-devices.md index 4ad1982226f..681d63e2d80 100644 --- a/autopilot/existing-devices.md +++ b/autopilot/existing-devices.md @@ -2,7 +2,7 @@ title: Windows Autopilot for existing devices description: Modern desktop deployment with Windows Autopilot enables easily deploying the latest version of Windows to existing devices. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/faq.yml b/autopilot/faq.yml index b6f6448923d..d7b36e5e8dd 100644 --- a/autopilot/faq.yml +++ b/autopilot/faq.yml @@ -3,7 +3,7 @@ metadata: title: Windows Autopilot FAQ description: This article provides OEMs, partners, administrators, and end users with answers to some frequently asked questions about deploying Windows with Autopilot. ms.service: windows-client - ms.subservice: itpro-autopilot + ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/includes/allow-users-to-join.md b/autopilot/includes/allow-users-to-join.md index f96320e84e5..b0f079c4345 100644 --- a/autopilot/includes/allow-users-to-join.md +++ b/autopilot/includes/allow-users-to-join.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/includes/automatic-intune-enrollment.md b/autopilot/includes/automatic-intune-enrollment.md index 64a37a6a936..bd24c22ba01 100644 --- a/autopilot/includes/automatic-intune-enrollment.md +++ b/autopilot/includes/automatic-intune-enrollment.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/includes/create-assigned-device-group.md b/autopilot/includes/create-assigned-device-group.md index 85f5c5aad4a..2b4edc32041 100644 --- a/autopilot/includes/create-assigned-device-group.md +++ b/autopilot/includes/create-assigned-device-group.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/27/2024 diff --git a/autopilot/includes/create-dynamic-device-group.md b/autopilot/includes/create-dynamic-device-group.md index 0920266ec24..936dbaa235b 100644 --- a/autopilot/includes/create-dynamic-device-group.md +++ b/autopilot/includes/create-dynamic-device-group.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/includes/create-user-group.md b/autopilot/includes/create-user-group.md index 077a8b5074f..04955fadd18 100644 --- a/autopilot/includes/create-user-group.md +++ b/autopilot/includes/create-user-group.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/03/2024 diff --git a/autopilot/includes/deregister-autopilot-device.md b/autopilot/includes/deregister-autopilot-device.md index b0cf44c457b..08b16043753 100644 --- a/autopilot/includes/deregister-autopilot-device.md +++ b/autopilot/includes/deregister-autopilot-device.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/includes/more-info-allow-users-to-join.md b/autopilot/includes/more-info-allow-users-to-join.md index 8be100b9489..01b09b75642 100644 --- a/autopilot/includes/more-info-allow-users-to-join.md +++ b/autopilot/includes/more-info-allow-users-to-join.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/03/2024 diff --git a/autopilot/includes/more-info-automatic-enrollment.md b/autopilot/includes/more-info-automatic-enrollment.md index 3efcd4ebe03..ea5dd570f8f 100644 --- a/autopilot/includes/more-info-automatic-enrollment.md +++ b/autopilot/includes/more-info-automatic-enrollment.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/03/2024 diff --git a/autopilot/includes/more-info-groups.md b/autopilot/includes/more-info-groups.md index aee3674629a..bcba396dbdd 100644 --- a/autopilot/includes/more-info-groups.md +++ b/autopilot/includes/more-info-groups.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/11/2024 diff --git a/autopilot/includes/registered-vs-joined.md b/autopilot/includes/registered-vs-joined.md index d0e62d82aff..fd750712ac4 100644 --- a/autopilot/includes/registered-vs-joined.md +++ b/autopilot/includes/registered-vs-joined.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/index.yml b/autopilot/index.yml index ac9f9e2291d..bd70f300a18 100644 --- a/autopilot/index.yml +++ b/autopilot/index.yml @@ -6,7 +6,7 @@ metadata: title: Windows Autopilot and Windows Autopilot device preparation documentation description: Windows Autopilot and Windows Autopilot device preparation is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. ms.service: windows-client - ms.subservice: itpro-autopilot + ms.subservice: autopilot ms.topic: landing-page ms.collection: - tier1 diff --git a/autopilot/known-issues.md b/autopilot/known-issues.md index e5174a29626..96ad2954807 100644 --- a/autopilot/known-issues.md +++ b/autopilot/known-issues.md @@ -2,7 +2,7 @@ title: Windows Autopilot known issues description: Be informed about known issues that might occur during Windows Autopilot deployment. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/manual-registration.md b/autopilot/manual-registration.md index 2549ea446fd..f9548ad43db 100644 --- a/autopilot/manual-registration.md +++ b/autopilot/manual-registration.md @@ -2,7 +2,7 @@ title: Manual registration of devices for Windows Autopilot description: Manual registration overview. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/oem-registration.md b/autopilot/oem-registration.md index 680b95ab48b..8f0f92b8b3e 100644 --- a/autopilot/oem-registration.md +++ b/autopilot/oem-registration.md @@ -2,7 +2,7 @@ title: Windows Autopilot OEM registration process description: How OEMs add devices to Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/overview.md b/autopilot/overview.md index 117e48ef043..d32eecce349 100644 --- a/autopilot/overview.md +++ b/autopilot/overview.md @@ -2,7 +2,7 @@ title: Overview of Windows Autopilot description: Windows Autopilot is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/partner-registration.md b/autopilot/partner-registration.md index 33008d391e0..7ac754a7251 100644 --- a/autopilot/partner-registration.md +++ b/autopilot/partner-registration.md @@ -2,7 +2,7 @@ title: Reseller, distributor, or partner registration of Windows Autopilot devices description: How partners add devices to Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/pre-provision.md b/autopilot/pre-provision.md index 8a7f06c999d..67958993f67 100644 --- a/autopilot/pre-provision.md +++ b/autopilot/pre-provision.md @@ -2,7 +2,7 @@ title: Windows Autopilot for pre-provisioned deployment description: Windows Autopilot for pre-provisioned deployment. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium ms.reviewer: jubaptis manager: aaroncz diff --git a/autopilot/profiles.md b/autopilot/profiles.md index f90f0a9672a..944fbc34c41 100644 --- a/autopilot/profiles.md +++ b/autopilot/profiles.md @@ -1,7 +1,7 @@ --- title: Configure Autopilot profiles description: Learn how to configure device profiles for Windows Autopilot deployment. -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/registration-auth.md b/autopilot/registration-auth.md index b3b627794ac..6c8e1c61263 100644 --- a/autopilot/registration-auth.md +++ b/autopilot/registration-auth.md @@ -1,7 +1,7 @@ --- title: Windows Autopilot customer consent description: Learn how a cloud service provider (CSP) partner or an OEM can get customer authorization to register Windows Autopilot devices on the customer's behalf. -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/registration-overview.md b/autopilot/registration-overview.md index aff60ae1189..382a55ce285 100644 --- a/autopilot/registration-overview.md +++ b/autopilot/registration-overview.md @@ -2,7 +2,7 @@ title: Windows Autopilot registration overview description: Overview of Windows Autopilot device registration. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/requirements.md b/autopilot/requirements.md index d15ed1c1cb7..7fbe6cdec2d 100644 --- a/autopilot/requirements.md +++ b/autopilot/requirements.md @@ -2,7 +2,7 @@ title: Windows Autopilot requirements description: Software, Networking, Licensing, and Configuration requirements for Windows Autopilot. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/self-deploying.md b/autopilot/self-deploying.md index cbb72c34c46..a3cc171e358 100644 --- a/autopilot/self-deploying.md +++ b/autopilot/self-deploying.md @@ -1,7 +1,7 @@ --- title: Windows Autopilot self-deploying mode description: Self-deploying mode allows a device to be deployed with little to no user interaction. This mode is designed to deploy Windows as a kiosk, digital signage device, or a shared device. -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/troubleshooting-faq.yml b/autopilot/troubleshooting-faq.yml index d46b311c9ee..4498640d149 100644 --- a/autopilot/troubleshooting-faq.yml +++ b/autopilot/troubleshooting-faq.yml @@ -3,7 +3,7 @@ metadata: title: Windows Autopilot troubleshooting FAQ description: Troubleshooting of common Windows Autopilot issues ms.service: windows-client - ms.subservice: itpro-autopilot + ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/tutorial/autopilot-scenarios.md b/autopilot/tutorial/autopilot-scenarios.md index 3dffa5b7f6e..da3f50674ff 100644 --- a/autopilot/tutorial/autopilot-scenarios.md +++ b/autopilot/tutorial/autopilot-scenarios.md @@ -13,7 +13,7 @@ ms.collection: - tier1 - highpri - essentials-get-started -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/create-autopilot-task-sequence.md b/autopilot/tutorial/existing-devices/create-autopilot-task-sequence.md index 22dbd5db586..d8f0c625fa6 100644 --- a/autopilot/tutorial/existing-devices/create-autopilot-task-sequence.md +++ b/autopilot/tutorial/existing-devices/create-autopilot-task-sequence.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/create-collection.md b/autopilot/tutorial/existing-devices/create-collection.md index b82fbd80d49..f7189bff124 100644 --- a/autopilot/tutorial/existing-devices/create-collection.md +++ b/autopilot/tutorial/existing-devices/create-collection.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/create-json-file.md b/autopilot/tutorial/existing-devices/create-json-file.md index fcd07db63db..f96ebae258c 100644 --- a/autopilot/tutorial/existing-devices/create-json-file.md +++ b/autopilot/tutorial/existing-devices/create-json-file.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/create-json-package.md b/autopilot/tutorial/existing-devices/create-json-package.md index a1ddb55dc6d..a6d7703f263 100644 --- a/autopilot/tutorial/existing-devices/create-json-package.md +++ b/autopilot/tutorial/existing-devices/create-json-package.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/deploy-autopilot-task-sequence.md b/autopilot/tutorial/existing-devices/deploy-autopilot-task-sequence.md index 4e0fae43edd..f2c0ef008d9 100644 --- a/autopilot/tutorial/existing-devices/deploy-autopilot-task-sequence.md +++ b/autopilot/tutorial/existing-devices/deploy-autopilot-task-sequence.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/existing-devices-workflow.md b/autopilot/tutorial/existing-devices/existing-devices-workflow.md index 653a7abf778..327d2dd0f83 100644 --- a/autopilot/tutorial/existing-devices/existing-devices-workflow.md +++ b/autopilot/tutorial/existing-devices/existing-devices-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/install-modules.md b/autopilot/tutorial/existing-devices/install-modules.md index 5ea5ed9aa9e..620bb88447f 100644 --- a/autopilot/tutorial/existing-devices/install-modules.md +++ b/autopilot/tutorial/existing-devices/install-modules.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/register-device.md b/autopilot/tutorial/existing-devices/register-device.md index 6db88db6893..b19f9e64262 100644 --- a/autopilot/tutorial/existing-devices/register-device.md +++ b/autopilot/tutorial/existing-devices/register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/run-autopilot-task-sequence.md b/autopilot/tutorial/existing-devices/run-autopilot-task-sequence.md index 213e2fa9d95..00b8dc49434 100644 --- a/autopilot/tutorial/existing-devices/run-autopilot-task-sequence.md +++ b/autopilot/tutorial/existing-devices/run-autopilot-task-sequence.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/setup-autopilot-profile.md b/autopilot/tutorial/existing-devices/setup-autopilot-profile.md index 430de1c0067..72965295914 100644 --- a/autopilot/tutorial/existing-devices/setup-autopilot-profile.md +++ b/autopilot/tutorial/existing-devices/setup-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/existing-devices/speed-up-deployment.md b/autopilot/tutorial/existing-devices/speed-up-deployment.md index 3e47ab55e8d..b5e7cfbc33b 100644 --- a/autopilot/tutorial/existing-devices/speed-up-deployment.md +++ b/autopilot/tutorial/existing-devices/speed-up-deployment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/includes/assign-autopilot-device-to-user-via-csv.md b/autopilot/tutorial/includes/assign-autopilot-device-to-user-via-csv.md index 712eb0f9bd7..353d71b85c7 100644 --- a/autopilot/tutorial/includes/assign-autopilot-device-to-user-via-csv.md +++ b/autopilot/tutorial/includes/assign-autopilot-device-to-user-via-csv.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/assign-autopilot-device-to-user.md b/autopilot/tutorial/includes/assign-autopilot-device-to-user.md index 0831f135e8b..846a5a18ec6 100644 --- a/autopilot/tutorial/includes/assign-autopilot-device-to-user.md +++ b/autopilot/tutorial/includes/assign-autopilot-device-to-user.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/autopilot-profile-steps-after.md b/autopilot/tutorial/includes/autopilot-profile-steps-after.md index 795bf104743..18e9a914dd0 100644 --- a/autopilot/tutorial/includes/autopilot-profile-steps-after.md +++ b/autopilot/tutorial/includes/autopilot-profile-steps-after.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/autopilot-profile-steps-before.md b/autopilot/tutorial/includes/autopilot-profile-steps-before.md index ccf21b25042..2fc9ac44429 100644 --- a/autopilot/tutorial/includes/autopilot-profile-steps-before.md +++ b/autopilot/tutorial/includes/autopilot-profile-steps-before.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/computer-account-limit.md b/autopilot/tutorial/includes/computer-account-limit.md index 7466aac9201..1a38e4ce74a 100644 --- a/autopilot/tutorial/includes/computer-account-limit.md +++ b/autopilot/tutorial/includes/computer-account-limit.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/configure-and-assign-esp.md b/autopilot/tutorial/includes/configure-and-assign-esp.md index 1f609db8a2f..a3d827fb0d8 100644 --- a/autopilot/tutorial/includes/configure-and-assign-esp.md +++ b/autopilot/tutorial/includes/configure-and-assign-esp.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/device-group-description.md b/autopilot/tutorial/includes/device-group-description.md index bb8d6519a45..790472c1996 100644 --- a/autopilot/tutorial/includes/device-group-description.md +++ b/autopilot/tutorial/includes/device-group-description.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/domain-join-profile.md b/autopilot/tutorial/includes/domain-join-profile.md index 39696464e93..67d21b3a657 100644 --- a/autopilot/tutorial/includes/domain-join-profile.md +++ b/autopilot/tutorial/includes/domain-join-profile.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/import-hardware-hash.md b/autopilot/tutorial/includes/import-hardware-hash.md index d0e5a833738..06d6707a23b 100644 --- a/autopilot/tutorial/includes/import-hardware-hash.md +++ b/autopilot/tutorial/includes/import-hardware-hash.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/intune-connector.md b/autopilot/tutorial/includes/intune-connector.md index 5fc5452dd46..c6c5e04f3e2 100644 --- a/autopilot/tutorial/includes/intune-connector.md +++ b/autopilot/tutorial/includes/intune-connector.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/more-info-autopilot-profile.md b/autopilot/tutorial/includes/more-info-autopilot-profile.md index b1e6ca1e1e3..558b969523d 100644 --- a/autopilot/tutorial/includes/more-info-autopilot-profile.md +++ b/autopilot/tutorial/includes/more-info-autopilot-profile.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-computer-account-limit.md b/autopilot/tutorial/includes/more-info-computer-account-limit.md index c7de272994b..b0016a1f17a 100644 --- a/autopilot/tutorial/includes/more-info-computer-account-limit.md +++ b/autopilot/tutorial/includes/more-info-computer-account-limit.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-esp.md b/autopilot/tutorial/includes/more-info-esp.md index 4f30e90a007..48fcae2f1a8 100644 --- a/autopilot/tutorial/includes/more-info-esp.md +++ b/autopilot/tutorial/includes/more-info-esp.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-register-device.md b/autopilot/tutorial/includes/more-info-register-device.md index f5614509d7a..2eabbff384d 100644 --- a/autopilot/tutorial/includes/more-info-register-device.md +++ b/autopilot/tutorial/includes/more-info-register-device.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-technician-flow.md b/autopilot/tutorial/includes/more-info-technician-flow.md index ef5915d1ad5..5a9efc39447 100644 --- a/autopilot/tutorial/includes/more-info-technician-flow.md +++ b/autopilot/tutorial/includes/more-info-technician-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/more-info-user-flow.md b/autopilot/tutorial/includes/more-info-user-flow.md index c76c5652774..487e970d1db 100644 --- a/autopilot/tutorial/includes/more-info-user-flow.md +++ b/autopilot/tutorial/includes/more-info-user-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/network-connectivity.md b/autopilot/tutorial/includes/network-connectivity.md index 36787af2a48..cd222bcf815 100644 --- a/autopilot/tutorial/includes/network-connectivity.md +++ b/autopilot/tutorial/includes/network-connectivity.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/register-autopilot-device.md b/autopilot/tutorial/includes/register-autopilot-device.md index 2cef37dbfa3..98e3b5312ee 100644 --- a/autopilot/tutorial/includes/register-autopilot-device.md +++ b/autopilot/tutorial/includes/register-autopilot-device.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/includes/technician-flow.md b/autopilot/tutorial/includes/technician-flow.md index 825b0a69d18..8202c707c5e 100644 --- a/autopilot/tutorial/includes/technician-flow.md +++ b/autopilot/tutorial/includes/technician-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-aadj-screens.md b/autopilot/tutorial/includes/tips-aadj-screens.md index b96dd590fc4..7ff86f503cf 100644 --- a/autopilot/tutorial/includes/tips-aadj-screens.md +++ b/autopilot/tutorial/includes/tips-aadj-screens.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-assignments.md b/autopilot/tutorial/includes/tips-assignments.md index 5d2c340bfe4..e2b0dfb10f6 100644 --- a/autopilot/tutorial/includes/tips-assignments.md +++ b/autopilot/tutorial/includes/tips-assignments.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-esp-progress.md b/autopilot/tutorial/includes/tips-esp-progress.md index 9ec6d3d577a..4229e2e0c61 100644 --- a/autopilot/tutorial/includes/tips-esp-progress.md +++ b/autopilot/tutorial/includes/tips-esp-progress.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-haadj-lock.md b/autopilot/tutorial/includes/tips-haadj-lock.md index 90e1872ace9..a9295c6af9d 100644 --- a/autopilot/tutorial/includes/tips-haadj-lock.md +++ b/autopilot/tutorial/includes/tips-haadj-lock.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-haadj-screens.md b/autopilot/tutorial/includes/tips-haadj-screens.md index 0d6f1c91795..7ed03f5d6b2 100644 --- a/autopilot/tutorial/includes/tips-haadj-screens.md +++ b/autopilot/tutorial/includes/tips-haadj-screens.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-pre-provision-compliance-user-flow.md b/autopilot/tutorial/includes/tips-pre-provision-compliance-user-flow.md index 9ba1449a40f..e9e56ebca23 100644 --- a/autopilot/tutorial/includes/tips-pre-provision-compliance-user-flow.md +++ b/autopilot/tutorial/includes/tips-pre-provision-compliance-user-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-pre-provision-wait-user-flow.md b/autopilot/tutorial/includes/tips-pre-provision-wait-user-flow.md index bf710295bca..9eccefa932a 100644 --- a/autopilot/tutorial/includes/tips-pre-provision-wait-user-flow.md +++ b/autopilot/tutorial/includes/tips-pre-provision-wait-user-flow.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 07/23/2024 diff --git a/autopilot/tutorial/includes/tips-qr-codes.md b/autopilot/tutorial/includes/tips-qr-codes.md index a88197df317..6f8b5db58d3 100644 --- a/autopilot/tutorial/includes/tips-qr-codes.md +++ b/autopilot/tutorial/includes/tips-qr-codes.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-technician-flow-inherit.md b/autopilot/tutorial/includes/tips-technician-flow-inherit.md index 3c87a39a0e9..b0939eab5ab 100644 --- a/autopilot/tutorial/includes/tips-technician-flow-inherit.md +++ b/autopilot/tutorial/includes/tips-technician-flow-inherit.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/tips-technician-flow-screens.md b/autopilot/tutorial/includes/tips-technician-flow-screens.md index 64ebb2ff2ea..1edec497528 100644 --- a/autopilot/tutorial/includes/tips-technician-flow-screens.md +++ b/autopilot/tutorial/includes/tips-technician-flow-screens.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/19/2024 diff --git a/autopilot/tutorial/includes/verify-autopilot-profile-assignment.md b/autopilot/tutorial/includes/verify-autopilot-profile-assignment.md index b7a3dea22bd..234f294c110 100644 --- a/autopilot/tutorial/includes/verify-autopilot-profile-assignment.md +++ b/autopilot/tutorial/includes/verify-autopilot-profile-assignment.md @@ -2,7 +2,7 @@ author: frankroj ms.author: frankroj manager: aaroncz -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.topic: include ms.date: 06/28/2024 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-allow-users-to-join.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-allow-users-to-join.md index 9861f7a5b00..914ad4d33a7 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-allow-users-to-join.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-allow-users-to-join.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-assign-device-to-user.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-assign-device-to-user.md index 89000e2ace6..cb791d8abd5 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-assign-device-to-user.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-assign-device-to-user.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-automatic-enrollment.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-automatic-enrollment.md index 427e2707c53..98040abf649 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-automatic-enrollment.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-autopilot-profile.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-autopilot-profile.md index d5025494fda..c7ac55d8f6d 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-autopilot-profile.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-device-group.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-device-group.md index bcc9888414d..033931c5409 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-device-group.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md index 9f58ce3150a..fd121b9cf1d 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-register-device.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-register-device.md index 5073a786d02..073272d3573 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-register-device.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md index 14b75738d3a..c9d1ca53e97 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md index b6ec4df2f00..8ee5af36cee 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-user-flow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md index 9758f814b97..f7c88ea8768 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-assign-device-to-user.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-assign-device-to-user.md index 35cf8af33fd..e1ca668aac6 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-assign-device-to-user.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-assign-device-to-user.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-automatic-enrollment.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-automatic-enrollment.md index 2a474f26272..6b8bd3d8d29 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-automatic-enrollment.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md index b1903c122be..27bdc807fed 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-computer-account-limit.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-computer-account-limit.md index 8fe8f05ac7f..43581884b84 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-computer-account-limit.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-computer-account-limit.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-device-group.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-device-group.md index b6db7cbbbfe..4c43a0e0dca 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-device-group.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-domain-join-profile.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-domain-join-profile.md index ef247433c08..a1be397537e 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-domain-join-profile.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-domain-join-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md index c054b53b43d..b3a434baf9a 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-intune-connector.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-intune-connector.md index 80be2d17ea0..67e4a27c904 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-intune-connector.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-intune-connector.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-register-device.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-register-device.md index bba327ed454..b5da52db97c 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-register-device.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-technician-flow.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-technician-flow.md index 0c0e6c45c5d..8320e82e9d1 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-technician-flow.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-technician-flow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md index e6b0e5e7f7d..97a1695b593 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-user-flow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md index 3998b2c803b..6d9b1140576 100644 --- a/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md +++ b/autopilot/tutorial/pre-provisioning/hybrid-azure-ad-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/reset/autopilot-reset-overview.md b/autopilot/tutorial/reset/autopilot-reset-overview.md index 94785f8609f..6fdd9904fe6 100644 --- a/autopilot/tutorial/reset/autopilot-reset-overview.md +++ b/autopilot/tutorial/reset/autopilot-reset-overview.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/reset/local-autopilot-reset.md b/autopilot/tutorial/reset/local-autopilot-reset.md index 945212c853f..037396dae36 100644 --- a/autopilot/tutorial/reset/local-autopilot-reset.md +++ b/autopilot/tutorial/reset/local-autopilot-reset.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/reset/remote-autopilot-reset.md b/autopilot/tutorial/reset/remote-autopilot-reset.md index 03c4f3f0eaf..48cc5240107 100644 --- a/autopilot/tutorial/reset/remote-autopilot-reset.md +++ b/autopilot/tutorial/reset/remote-autopilot-reset.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-automatic-enrollment.md b/autopilot/tutorial/self-deploying/self-deploying-automatic-enrollment.md index 02373843f61..6fdb1085fb1 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-automatic-enrollment.md +++ b/autopilot/tutorial/self-deploying/self-deploying-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-autopilot-profile.md b/autopilot/tutorial/self-deploying/self-deploying-autopilot-profile.md index 27a103bfefc..b036e3f6905 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-autopilot-profile.md +++ b/autopilot/tutorial/self-deploying/self-deploying-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-deploy-device.md b/autopilot/tutorial/self-deploying/self-deploying-deploy-device.md index f18ccc74f40..eeea52bf88d 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-deploy-device.md +++ b/autopilot/tutorial/self-deploying/self-deploying-deploy-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-device-group.md b/autopilot/tutorial/self-deploying/self-deploying-device-group.md index d88320ebc71..cc27c806558 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-device-group.md +++ b/autopilot/tutorial/self-deploying/self-deploying-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-esp.md b/autopilot/tutorial/self-deploying/self-deploying-esp.md index 76db49dbc01..2eee8d4e2f8 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-esp.md +++ b/autopilot/tutorial/self-deploying/self-deploying-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-register-device.md b/autopilot/tutorial/self-deploying/self-deploying-register-device.md index 4b753dbd8b4..8e6b4e59b63 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-register-device.md +++ b/autopilot/tutorial/self-deploying/self-deploying-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/self-deploying/self-deploying-workflow.md b/autopilot/tutorial/self-deploying/self-deploying-workflow.md index bac56046570..bc658e23b6c 100644 --- a/autopilot/tutorial/self-deploying/self-deploying-workflow.md +++ b/autopilot/tutorial/self-deploying/self-deploying-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-allow-users-to-join.md b/autopilot/tutorial/user-driven/azure-ad-join-allow-users-to-join.md index 397bdcd7806..81b8312809f 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-allow-users-to-join.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-allow-users-to-join.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-assign-device-to-user.md b/autopilot/tutorial/user-driven/azure-ad-join-assign-device-to-user.md index c9dfdaefd76..607e2ddd533 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-assign-device-to-user.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-assign-device-to-user.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-automatic-enrollment.md b/autopilot/tutorial/user-driven/azure-ad-join-automatic-enrollment.md index 6cbe5c7d87f..5c6c0cdceab 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-automatic-enrollment.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-autopilot-profile.md b/autopilot/tutorial/user-driven/azure-ad-join-autopilot-profile.md index b554756f54a..416c6bc3c13 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-autopilot-profile.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md b/autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md index 0d8a0ad3d13..ea26a9706bf 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-deploy-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-device-group.md b/autopilot/tutorial/user-driven/azure-ad-join-device-group.md index e4ad12b4859..f14db15b644 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-device-group.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-esp.md b/autopilot/tutorial/user-driven/azure-ad-join-esp.md index afaa27d0b07..9fc9ebe144e 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-esp.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-register-device.md b/autopilot/tutorial/user-driven/azure-ad-join-register-device.md index 8ad1be267db..f86017e6af8 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-register-device.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/azure-ad-join-workflow.md b/autopilot/tutorial/user-driven/azure-ad-join-workflow.md index a0bdf2b6bae..68731176313 100644 --- a/autopilot/tutorial/user-driven/azure-ad-join-workflow.md +++ b/autopilot/tutorial/user-driven/azure-ad-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-assign-device-to-user.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-assign-device-to-user.md index e47a1808f28..80e8026852e 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-assign-device-to-user.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-assign-device-to-user.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-automatic-enrollment.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-automatic-enrollment.md index d30afb02eb5..e540987de83 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-automatic-enrollment.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-automatic-enrollment.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-autopilot-profile.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-autopilot-profile.md index 38bfd4694f6..f13778c7514 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-autopilot-profile.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-autopilot-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md index 20f9906e07e..440f49fa5cb 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-computer-account-limit.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md index 997ac7b9fd3..d094b88c0c1 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-deploy-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-device-group.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-device-group.md index 5e0546d9b4c..824be5a3d94 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-device-group.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-device-group.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-domain-join-profile.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-domain-join-profile.md index d38c4fd014d..5be10d3e76a 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-domain-join-profile.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-domain-join-profile.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md index 3ab67424269..e65593d2ea1 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-esp.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-intune-connector.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-intune-connector.md index 92d37a0a57c..007a097530c 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-intune-connector.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-intune-connector.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-register-device.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-register-device.md index 6651859d0d4..3a38510987f 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-register-device.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-register-device.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md index 579c890edfd..62dbc18b1bd 100644 --- a/autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md +++ b/autopilot/tutorial/user-driven/hybrid-azure-ad-join-workflow.md @@ -12,7 +12,7 @@ ms.topic: tutorial ms.collection: - tier1 - highpri -ms.subservice: itpro-autopilot +ms.subservice: autopilot appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/autopilot/user-driven.md b/autopilot/user-driven.md index 9f448539d15..3c96ea6a7d5 100644 --- a/autopilot/user-driven.md +++ b/autopilot/user-driven.md @@ -2,7 +2,7 @@ title: Windows Autopilot User-Driven Mode description: With Windows Autopilot user-driven mode, devices can be configured to deploy to a ready-to-use state without requiring help from IT personnel. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/whats-new.md b/autopilot/whats-new.md index 113439ae825..ca690e1231a 100644 --- a/autopilot/whats-new.md +++ b/autopilot/whats-new.md @@ -2,7 +2,7 @@ title: What's new in Windows Autopilot description: News and resources about the latest updates and past versions of Windows Autopilot. # RSS subscription is based on this description so don't change. If the description needs to change, update RSS URL in the Tip in the article. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj diff --git a/autopilot/windows-autopilot-hybrid.md b/autopilot/windows-autopilot-hybrid.md index 7cd3c95c92e..73ada90527f 100644 --- a/autopilot/windows-autopilot-hybrid.md +++ b/autopilot/windows-autopilot-hybrid.md @@ -9,7 +9,7 @@ ms.reviewer: jubaptis ms.date: 08/22/2024 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium ms.collection: - M365-identity-device-management diff --git a/autopilot/windows-autopilot-reset.md b/autopilot/windows-autopilot-reset.md index 3690c4a8ea6..a4c332f4405 100644 --- a/autopilot/windows-autopilot-reset.md +++ b/autopilot/windows-autopilot-reset.md @@ -1,7 +1,7 @@ --- title: Windows Autopilot Reset description: Windows Autopilot Reset takes the device back to a business-ready state, allowing the next user to sign in and get productive quickly and easily. -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.service: windows-client ms.localizationpriority: medium author: frankroj diff --git a/autopilot/windows-autopilot-scenarios.md b/autopilot/windows-autopilot-scenarios.md index 094c116b801..6846ae50ec3 100644 --- a/autopilot/windows-autopilot-scenarios.md +++ b/autopilot/windows-autopilot-scenarios.md @@ -2,7 +2,7 @@ title: Windows Autopilot scenarios and capabilities description: Follow along with several typical Windows Autopilot deployment scenarios, such as redeploying a device in a business-ready state. ms.service: windows-client -ms.subservice: itpro-autopilot +ms.subservice: autopilot ms.localizationpriority: medium author: frankroj ms.author: frankroj From d07daac776db1f855fec4a1a8bfced60fd77dc86 Mon Sep 17 00:00:00 2001 From: Matthew Levy Date: Fri, 23 Aug 2024 16:25:53 +0200 Subject: [PATCH 18/32] Update azure-ad-join-technician-flow.md Corrected number of next step (this is step 8 and so next step is step 9: User flow) --- .../tutorial/pre-provisioning/azure-ad-join-technician-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md b/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md index 8ec1098fa0c..2a64b518ae2 100644 --- a/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md +++ b/autopilot/tutorial/pre-provisioning/azure-ad-join-technician-flow.md @@ -57,7 +57,7 @@ For an overview of the Windows Autopilot for pre-provisioned deployment Microsof ## Next step: User flow > [!div class="nextstepaction"] -> [Step 8: User flow](azure-ad-join-user-flow.md) +> [Step 9: User flow](azure-ad-join-user-flow.md) ## Related content From 1d3dac14ca6aa6b2df0580d41edc87141fb9fe12 Mon Sep 17 00:00:00 2001 From: brenduns Date: Fri, 23 Aug 2024 10:59:39 -0700 Subject: [PATCH 19/32] Freshenss review. Minor tweaks --- memdocs/intune/fundamentals/manage-os-versions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/memdocs/intune/fundamentals/manage-os-versions.md b/memdocs/intune/fundamentals/manage-os-versions.md index a3b0eb73f0b..9b0479b7420 100644 --- a/memdocs/intune/fundamentals/manage-os-versions.md +++ b/memdocs/intune/fundamentals/manage-os-versions.md @@ -1,14 +1,14 @@ --- # required metadata -title: Manage operating system versions of devices you manage with Intune +title: Manage device operating system versions with Intune titleSuffix: Microsoft Intune -description: Learn how to manage operating system versions across platforms with Microsoft Intune. +description: Learn about the methods for managing device operating system versions supported by Microsoft Intune. keywords: author: brenduns ms.author: brenduns manager: dougeby -ms.date: 10/04/2023 +ms.date: 08/23/2024 ms.topic: conceptual ms.service: microsoft-intune ms.subservice: fundamentals @@ -117,7 +117,7 @@ You can use the Intune capabilities described in this article to help you move y ## Next steps -Use the following resources to manage operating system versions in your organization: +Use the following resources to manage the operating system versions that are in use in your organization: - [Set device type restrictions](../enrollment/enrollment-restrictions-set.md) - [Get started with device compliance](../protect/device-compliance-get-started.md) From f784157a559f18f97ebae5e9758ba4829d459844 Mon Sep 17 00:00:00 2001 From: brenduns Date: Fri, 23 Aug 2024 13:06:39 -0700 Subject: [PATCH 20/32] Freshness review of Protect Devices. Windows reference fixes and new addition for LAPS --- memdocs/intune/protect/device-protect.md | 49 +++++++++++++----------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/memdocs/intune/protect/device-protect.md b/memdocs/intune/protect/device-protect.md index 97b6e1672de..144fc42c2ce 100644 --- a/memdocs/intune/protect/device-protect.md +++ b/memdocs/intune/protect/device-protect.md @@ -8,7 +8,7 @@ keywords: author: brenduns ms.author: brenduns manager: dougeby -ms.date: 10/05/2023 +ms.date: 08/23/2024 ms.topic: overview ms.subservice: protect ms.service: microsoft-intune @@ -37,7 +37,7 @@ Microsoft Intune can help you keep your managed devices secure and up to date wh This article highlights many of Intune's built-in capabilities and partner technologies you can integrate with Intune. As you learn more about them, you can bring several together for more comprehensive solutions on your journey towards a zero-trust environment. -From the Microsoft Intune admin center, Intune [supports managed devices](../fundamentals/supported-devices-browsers.md#intune-supported-operating-systems) that run Android, iOS/iPad, Linux, macOS, and Windows 10 and Windows 11. +From the Microsoft Intune admin center, Intune [supports managed devices](../fundamentals/supported-devices-browsers.md#intune-supported-operating-systems) that run Android, iOS/iPad, Linux, macOS, and Windows. When you use Configuration Manager to manage on-premises devices, you can extend Intune policies to those devices by configuring [tenant attach](../protect/tenant-attach-intune.md) or [co-management](../../configmgr/comanage/overview.md). @@ -59,8 +59,6 @@ Deploy Intune's *endpoint security*, *device configuration*, and *device complia Following are a few of the security settings and tasks you can manage through available policies: -- **Device encryption** – Manage [BitLocker](../protect/encrypt-devices.md) on Windows 10 devices, and [FileVault](../protect/encrypt-devices-filevault.md) on macOS. - - **Authentication methods** – Configure how your devices authenticate to your organization's resources, email, and applications. - [Use certificates for authentication](../protect/certificates-configure.md) to applications, your organization's resources, and for signing and encryption of email using S/MIME. You can also set up [derived credentials](../protect/derived-credentials.md) when your environment requires the use of smartcards. @@ -68,9 +66,9 @@ Following are a few of the security settings and tasks you can manage through av - Configure settings that help limit risk, like: - Require multi-factor-authentication (MFA) to add an extra layer of authentication for users. - Set PIN and password requirements that must be met before gaining access to resources. - - Enable [Windows Hello for Business](../protect/windows-hello.md) for Windows 10 devices. + - Enable [Windows Hello for Business](../protect/windows-hello.md) for Windows devices. -- **Virtual private networks (VPNs)** – With VPN profiles, assign VPN settings to devices so they can easily connect to your organization's network. Intune supports several [VPN connection types](../configuration/vpn-settings-configure.md#vpn-connection-types) and apps that include both built-in capabilities for some platforms and both first and third-party VPN apps for devices. +- **Device encryption** – Manage [BitLocker](../protect/encrypt-devices.md) on Windows devices, and [FileVault](../protect/encrypt-devices-filevault.md) on macOS. - **Software updates** – Manage how and when devices get software updates. The following are supported: @@ -79,19 +77,26 @@ Following are a few of the security settings and tasks you can manage through av - [Zebra LifeGuard Over-the-Air (LG OTA)](../protect/zebra-lifeguard-ota-integration.md) - Manage firmware updates for supported Zebra devices through the Intune admin center. - [iOS](../protect/software-updates-ios.md) - Manage device operating system versions, and when devices check for and install updates. - [macOS](../protect/software-updates-macos.md) - Manage software updates for macOS devices that enrolled as supervised devices. - - [Windows 10](../protect/windows-update-for-business-configure.md), you can manage the Windows Update experience for devices. You can configure when devices scan or install updates, hold a set of your managed devices at specific feature versions, and more. + - [Windows](../protect/windows-update-for-business-configure.md)- To manage the Windows Update experience for devices, you can configure when devices scan or install updates, hold a set of your managed devices at specific feature versions, and more. + +- **Security baselines** – Deploy [security baselines](../protect/security-baselines.md) to establish a core security posture on your Windows devices. Security baselines are preconfigured groups of Windows settings that come recommended by the relevant product teams. You can use baselines as provided or edit instances of them to meet your security goals for targeted groups of devices. + +- **Virtual private networks (VPNs)** – With VPN profiles, assign VPN settings to devices so they can easily connect to your organization's network. Intune supports several [VPN connection types](../configuration/vpn-settings-configure.md#vpn-connection-types) and apps that include both built-in capabilities for some platforms and both first and third-party VPN apps for devices. -- **Security baselines** – Deploy [security baselines](../protect/security-baselines.md) to establish a core security posture on your Windows 10 devices. Security baselines are preconfigured groups of Windows settings that come recommended by the relevant product teams. You can use baselines as provided or edit instances of them to meet your security goals for targeted groups of devices. +- **Windows Local Administrator Password Solution (LAPS)** - With [Windows LAPS policy](../protect/windows-laps-overview.md), you can: + - Enforce password requirements for local admin accounts + - Back up a local admin account from devices to your Active Directory (AD) or Microsoft Entra + - Schedule rotation of those account passwords to help keep them safe. ## Protect data through policies Intune-managed apps and Intune's [app protection policies](../apps/app-protection-policy.md) can help stop data leaks and keep your organization's data safe. These protections can apply to devices that are enrolled with Intune and to devices that aren't. -- **Intune-managed apps** (or *managed apps* for short), are apps that have been integrated with the [Intune App SDK](../developer/app-sdk.md) or wrapped by the [Intune App Wrapping Tool](../developer/apps-prepare-mobile-application-management.md). These apps can be managed using Intune app protection policies. To view a list of publicly available managed apps, see [Intune protected apps](../apps/apps-supported-intune-apps.md). +- **Intune-managed apps** (or *managed apps* for short), are apps that integrate the [Intune App SDK](../developer/app-sdk.md) or are wrapped by the [Intune App Wrapping Tool](../developer/apps-prepare-mobile-application-management.md). These apps can be managed using Intune app protection policies. To view a list of publicly available managed apps, see [Intune protected apps](../apps/apps-supported-intune-apps.md). Users can use managed apps to work with both your organization's data, and their own personal data. However, when app protection policies require the use of a managed app, the managed app is the only app that can be used to access your organization's data. App protection rules don't apply to a user's personal data. -- **App protection policies** are rules that ensure an organization's data remains safe or contained in a managed app. The rules identify the managed app that must be used and define what can be done with the data while the app is in use. +- **App protection policies** are rules that ensure an organization's data remains safe or contained in a managed app. The rules identify the managed app that must be used, and define what can be done with the data while the app is in use. The following are examples of protections and restrictions you can set with app protection policies and managed apps: @@ -103,7 +108,7 @@ The following are examples of protections and restrictions you can set with app From the Microsoft Intune admin center, you can run [device actions](../remote-actions/device-management.md#available-remote-actions) that help keep a selected device protected. You can run a subset of these actions as [bulk device actions](../remote-actions/bulk-device-actions.md) to affect multiple devices at the same time. And several [remote actions from Intune](../../configmgr/comanage/quickstart-remote-actions.md) can also be used with co-managed devices. -Device actions aren't policy and take effect a single time when invoked. They apply either immediately if the device is accessible on-line, or when the device next boots up or checks in with Intune. Considered these actions as supplemental to the use of policies that configure and maintain security configurations for a population of devices. +Device actions aren't policy and take effect a single time when invoked. They apply either immediately if the device is accessible on-line, or when the device next boots up or checks in with Intune. Considered these actions as supplemental to the use of policies that configure and maintain security configurations for a population of devices. Following are examples of actions you can run that help secure devices and data: @@ -111,7 +116,7 @@ Following are examples of actions you can run that help secure devices and data: - BitLocker key rotation (Windows only) - Disable Activation Lock (iOS only) -- Full or Quick scan (Windows 10 only) +- Full or Quick scan (Windows only) - Remote lock - Retire (which removes your organization's data from the device while leaving personal data intact) - Update Microsoft Defender Security Intelligence @@ -124,18 +129,18 @@ Following are examples of actions you can run that help secure devices and data: - Sync (force a device to immediately check in with Intune to find new policies or pending actions) ## Integrate with other products and partner technologies - + Intune supports integration with partner apps from both first-party and third-party sources, which expand on its built-in capabilities. You can also integrate Intune with several Microsoft technologies. ### Compliance partners -Learn about using [device compliance partners](../protect/device-compliance-partners.md) with Intune. When you manage a device with a mobile device management partner other than Intune, you can integrate that compliance data with Microsoft Entra ID. When integrated, Conditional Access policies can use the partner data along-side compliance data from Intune. +Learn about using [device compliance partners](../protect/device-compliance-partners.md) with Intune. When you manage a device with a mobile device management partner other than Intune, you can integrate that compliance data with Microsoft Entra ID. When integrated, Conditional Access policies can use the partner data alongside compliance data from Intune. ### Configuration Manager You can use many Intune policies and device actions to [protect the devices you manage with Configuration Manager](../protect/endpoint-security-manage-devices.md). To support those devices, configure [co-management](../../configmgr/comanage/overview.md) or [tenant attach](../../configmgr/tenant-attach/device-sync-actions.md). You can also [use both together](../../configmgr/comanage/faq.yml#should-i-use-co-management-or-tenant-attach-) with Intune. -- With *Co-management*, you can concurrently manage a Windows 10 device with both Configuration Manager and Intune. You install the Configuration Manager client and enroll the device to Intune. The device communicates with both services. +- With *Co-management*, you can concurrently manage a Windows device with both Configuration Manager and Intune. You install the Configuration Manager client and enroll the device to Intune. The device communicates with both services. - With *Tenant attach*, you set up synchronization between your Configuration Manager site and your Intune tenant. This synchronization provides you with a single view for all devices that you manage with Microsoft Intune. @@ -144,7 +149,7 @@ After a connection between Intune and Configuration Manager is established, devi Some of the protections you can apply include: - Deploy certificates to devices by using Intune *Simple Certificate Enrollment Protocol* (SCEP) or *private and public key pair* (PKCS) certificate profiles. -- Use compliance policy. +- Use compliance policy. - Use endpoint security policies, like *Antivirus*, *Endpoint detection and response*, and *Firewall* rules. - Apply security baselines. - Manage Windows Updates. @@ -158,7 +163,7 @@ Use threat-level data with policies for device compliance, app protection, and C With an integrated MTD app: - For [enrolled devices](../protect/mtd-device-compliance-policy-create.md): - - Use Intune to deploy and then manage the MTD app on devices. + - Use Intune to deploy and then manage the MTD app on devices. - Deploy device compliance policies that use the devices reported threat level to evaluate compliance. - Define Conditional Access policies that consider a devices threat level. - Define app protection policies to determine when to block or allow access to data, based on the threat level of the device. @@ -177,17 +182,17 @@ On its own, Microsoft Defender for Endpoint provides several security focused be - **Support for Microsoft Tunnel** - On Android devices, Microsoft Defender for Endpoint is the client application you use with [Microsoft Tunnel](../protect/microsoft-tunnel-overview.md), a VPN gateway solution for Intune. When used as the Microsoft Tunnel client app, you don't need a subscription for Microsoft Defender for Endpoint. - **Security tasks** – With [security tasks](../protect/atp-manage-vulnerabilities.md), Intune admins can take advantage of Microsoft Defender for Endpoint's [threat and vulnerability management](/windows/security/threat-protection/windows-defender-atp/next-gen-threat-and-vuln-mgt) capabilities. How it works: - + - Your Defender for Endpoint team identifies at-risk-devices and create the security tasks for Intune in the Defender for Endpoint security center. - - Those tasks show up in Intune with mitigation advice that Intune admins can use to mitigate the risk. + - Those tasks show up in Intune with mitigation advice that Intune admins can use to mitigate the risk. - When a task is resolved in Intune, that status passes back to the Defender for Endpoint security center where the results of the mitigation can be evaluated. - **Endpoint security policies** – The following Intune endpoint security policies require integration with Microsoft Defender for Endpoint. When you use [tenant attach](../protect/tenant-attach-intune.md), you can deploy these policies to devices you manage with either Intune or Configuration Manager. - - [Antivirus policy](../protect/endpoint-security-antivirus-policy.md) - Manage the settings for *Microsoft Defender Antivirus* and the *Windows Security experience* on supported devices, like Windows 10 and macOS. + - [Antivirus policy](../protect/endpoint-security-antivirus-policy.md) - Manage the settings for *Microsoft Defender Antivirus* and the *Windows Security experience* on supported devices, like Windows and macOS. - [Endpoint detection and response policy](../protect/endpoint-security-edr-policy.md) – Use this policy to configure endpoint detection and response (EDR), which is a capability of Microsoft Defender for Endpoint. - + ### Conditional Access Conditional Access is a Microsoft Entra capability that [works with Intune](../protect/conditional-access.md) to help protect devices. For devices that register with Microsoft Entra ID, Conditional Access policies can use device and compliance details from Intune to enforce access decisions for users and devices. @@ -220,4 +225,4 @@ For more information, see [Endpoint Privilege Management](../protect/epm-overvie ## Next steps -Plan to use Intune's capabilities to support your journey towards a zero-trust environment by protecting your data and securing devices. Beyond the previous in-line links to learn more about those capabilities, learn about [data security and sharing in Intune](../protect/privacy-data-secure-share.md). +Plan to use Intune's capabilities to support your journey towards a zero-trust environment by protecting your data and securing devices. Beyond the previous in-line links to learn more about those capabilities, learn about [data security and sharing in Intune](../protect/privacy-data-secure-share.md). From 21b9ca47c1037cd2f1dccad7fe4d2dee70c494c8 Mon Sep 17 00:00:00 2001 From: brenduns Date: Fri, 23 Aug 2024 14:15:06 -0700 Subject: [PATCH 21/32] Freshenss for MTD Trellex connector. No changes. --- .../intune/protect/trellix-mobile-threat-defense-connector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/protect/trellix-mobile-threat-defense-connector.md b/memdocs/intune/protect/trellix-mobile-threat-defense-connector.md index 9f2f4284fbf..f4cf2248900 100644 --- a/memdocs/intune/protect/trellix-mobile-threat-defense-connector.md +++ b/memdocs/intune/protect/trellix-mobile-threat-defense-connector.md @@ -8,7 +8,7 @@ keywords: author: brenduns ms.author: brenduns manager: dougeby -ms.date: 10/18/2023 +ms.date: 08/23/2024 ms.topic: how-to ms.service: microsoft-intune ms.subservice: protect From 7f64ca50eceadc2b2bdc7b8a822c8429173e679e Mon Sep 17 00:00:00 2001 From: brenduns Date: Fri, 23 Aug 2024 14:17:17 -0700 Subject: [PATCH 22/32] Freshenss for MTD Trellex Setup. No changes. --- memdocs/intune/protect/trellix-mtd-connector-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/protect/trellix-mtd-connector-integration.md b/memdocs/intune/protect/trellix-mtd-connector-integration.md index b1e33572b89..f30f57b5bfd 100644 --- a/memdocs/intune/protect/trellix-mtd-connector-integration.md +++ b/memdocs/intune/protect/trellix-mtd-connector-integration.md @@ -8,7 +8,7 @@ keywords: author: brenduns ms.author: brenduns manager: dougeby -ms.date: 10/18/2023 +ms.date: 08/23/2024 ms.topic: how-to ms.service: microsoft-intune ms.subservice: protect From 28cda5dcb3e9351cabebbab7cacb7bd20d9fb69f Mon Sep 17 00:00:00 2001 From: brenduns Date: Mon, 26 Aug 2024 07:01:24 -0700 Subject: [PATCH 23/32] Fix date --- memdocs/intune/fundamentals/whats-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/fundamentals/whats-new.md b/memdocs/intune/fundamentals/whats-new.md index 3741206c101..4c5448c2216 100644 --- a/memdocs/intune/fundamentals/whats-new.md +++ b/memdocs/intune/fundamentals/whats-new.md @@ -7,7 +7,7 @@ keywords: author: brenduns ms.author: brenduns manager: dougeby -ms.date: 08/19/2024 +ms.date: 08/23/2024 ms.topic: conceptual ms.service: microsoft-intune ms.subservice: fundamentals From 119143533c6890b76b0ceb11733b9c07e9ccdfea Mon Sep 17 00:00:00 2001 From: Smriti Bhardwaj <95657523+Smritib17@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:09:12 -0700 Subject: [PATCH 24/32] Update azure-virtual-desktop-multi-session.md --- .../intune/fundamentals/azure-virtual-desktop-multi-session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/fundamentals/azure-virtual-desktop-multi-session.md b/memdocs/intune/fundamentals/azure-virtual-desktop-multi-session.md index 72f310489b7..9c207d54018 100644 --- a/memdocs/intune/fundamentals/azure-virtual-desktop-multi-session.md +++ b/memdocs/intune/fundamentals/azure-virtual-desktop-multi-session.md @@ -137,7 +137,7 @@ Windows 10 or Windows 11 Administrative Templates are supported for Windows 10 o - ADMX-backed policies are supported. Some policies aren't yet available in the Settings catalog. - ADMX-ingested policies are supported, including Office and Microsoft Edge settings available in Office administrative template files and Microsoft Edge administrative template files. For a complete list of ADMX-ingested policy categories, see [Win32 and Desktop Bridge app policy configuration](/windows/client-management/mdm/win32-and-centennial-app-policy-configuration#overview). Some ADMX ingested settings won't be applicable to Windows 10 or Windows 11 Enterprise multi-session. -To list supported Administrative Templates, you'll need to use filter in the Settings catalog. +To list supported Administrative Templates, you'll need to use the filter in Settings catalog. ## Compliance and Conditional access From 26660759c6aa07c04757300e197c29a4d7a4d31f Mon Sep 17 00:00:00 2001 From: Chevelyn De Mello <91156532+c-demello@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:05:44 -0400 Subject: [PATCH 25/32] Update app-protection-policy.md --- memdocs/intune/apps/app-protection-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/apps/app-protection-policy.md b/memdocs/intune/apps/app-protection-policy.md index 1dac27fd19f..2b6afbd95c2 100644 --- a/memdocs/intune/apps/app-protection-policy.md +++ b/memdocs/intune/apps/app-protection-policy.md @@ -84,7 +84,7 @@ The important benefits of using App protection policies are the following: There are additional benefits to using MDM with App protection policies, and companies can use App protection policies with and without MDM at the same time. For example, consider an employee that uses both a phone issued by the company, and their own personal tablet. The company phone is enrolled in MDM and protected by App protection policies while the personal device is protected by App protection policies only. -If you apply a MAM policy to the user without setting the device state, the user will get the MAM policy on both the BYOD device and the Intune-managed device. You can also apply a MAM policy based on the managed state. So when you create an app protection policy, next to **Target to all app types**, you'd select **No**. Then do any of the following: +If you apply a MAM policy to the user without setting the device state, the user will get the MAM policy on both the BYOD device and the Intune-managed device. You can also apply MAM policies based on the device management state. For more information see, [Target app protection policies based on device management state](../apps/app-protection-policy.md#target-app-protection-policies-based-on-device-management-state) So when you create an app protection policy, next to **Target to all app types**, you'd select **No**. Then do any of the following: - Apply a less strict MAM policy to Intune managed devices, and apply a more restrictive MAM policy to non MDM-enrolled devices. - Apply a MAM policy to unenrolled devices only. From 4eb66d7a865d80f6cc0c42ca776588d7d1359201 Mon Sep 17 00:00:00 2001 From: ErikjeMS Date: Mon, 26 Aug 2024 10:01:59 -0700 Subject: [PATCH 26/32] freshness --- windows-365/enterprise/device-images-convert-generation-2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows-365/enterprise/device-images-convert-generation-2.md b/windows-365/enterprise/device-images-convert-generation-2.md index 7e821a7b146..7411b8cf102 100644 --- a/windows-365/enterprise/device-images-convert-generation-2.md +++ b/windows-365/enterprise/device-images-convert-generation-2.md @@ -7,7 +7,7 @@ keywords: author: ErikjeMS ms.author: erikje manager: dougeby -ms.date: 06/15/2023 +ms.date: 08/26/2024 ms.topic: how-to ms.service: windows-365 ms.subservice: windows-365-enterprise @@ -44,7 +44,7 @@ There are four main steps to this process: ## Create a new virtual machine -1. Make sure that Hyper-V is installed on your management PC. For information on how to install Hyper-V, see [Install Hyper-V on Windows 10](/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v). +1. Make sure that Hyper-V is installed on your management PC. For information on how to install Hyper-V, see [Install Hyper-V on Windows](/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v). 2. Download your existing custom image virtual hard drive (VHD) file from the Azure storage blob URL to your PC where you have Hyper-V available. The VHD file is the exact size of the OS disk, which can be a large file size. Make sure to use a fast, stable internet connection to download the VHD file, and prepare for long download times. For information on how to download a managed disk, see [Download a VHD from Azure](/azure/virtual-machines/windows/download-vhd#generate-download-url). From 52d55d285490583588dc20febc580f144b918e18 Mon Sep 17 00:00:00 2001 From: Laura Newsad Date: Mon, 26 Aug 2024 13:58:55 -0400 Subject: [PATCH 27/32] Update windows-bulk-enroll.md Grammar fix --- memdocs/intune/enrollment/windows-bulk-enroll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/enrollment/windows-bulk-enroll.md b/memdocs/intune/enrollment/windows-bulk-enroll.md index bc0361fc3c4..ae7609b6284 100644 --- a/memdocs/intune/enrollment/windows-bulk-enroll.md +++ b/memdocs/intune/enrollment/windows-bulk-enroll.md @@ -85,7 +85,7 @@ Additionally, ensure that the service principal for Microsoft.Azure.SyncFabric ( > [!NOTE] > - The account you use to request the bulk token must be included in the [MDM user scope](windows-enroll.md#enable-windows-automatic-enrollment) in Microsoft Entra ID. If you remove this account from a group that's tied to the MDM user scope, bulk enrollment will stop working. - > - Federated user accounts enabled for staged rollouts do not work for bulk token retrieval. + > - Bulk token retrieval does not work for federated user accounts enabled for staged rollouts. 1. In the **Stay signed in to all your apps** page, select **No, sign in to this app only**. If you keep the check box selected and press OK, the device you are using will become managed by your organization. If you do not intend for your device to be managed, make sure to select **No, sign in to this app only**. From 45363fa77f780a60d1096ec917599986fd378793 Mon Sep 17 00:00:00 2001 From: Erik Reitan Date: Mon, 26 Aug 2024 12:36:34 -0700 Subject: [PATCH 28/32] Update app-protection-policy.md --- memdocs/intune/apps/app-protection-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/apps/app-protection-policy.md b/memdocs/intune/apps/app-protection-policy.md index 2b6afbd95c2..523604b534d 100644 --- a/memdocs/intune/apps/app-protection-policy.md +++ b/memdocs/intune/apps/app-protection-policy.md @@ -84,7 +84,7 @@ The important benefits of using App protection policies are the following: There are additional benefits to using MDM with App protection policies, and companies can use App protection policies with and without MDM at the same time. For example, consider an employee that uses both a phone issued by the company, and their own personal tablet. The company phone is enrolled in MDM and protected by App protection policies while the personal device is protected by App protection policies only. -If you apply a MAM policy to the user without setting the device state, the user will get the MAM policy on both the BYOD device and the Intune-managed device. You can also apply MAM policies based on the device management state. For more information see, [Target app protection policies based on device management state](../apps/app-protection-policy.md#target-app-protection-policies-based-on-device-management-state) So when you create an app protection policy, next to **Target to all app types**, you'd select **No**. Then do any of the following: +If you apply a MAM policy to the user without setting the device state, the user will get the MAM policy on both the BYOD device and the Intune-managed device. You can also apply MAM policies based on the device management state. For more information see, [Target app protection policies based on device management state](../apps/app-protection-policies.md#target-app-protection-policies-based-on-device-management-state). When you create an app protection policy, select **No** next to **Target to all app types**. Then, do any of the following: - Apply a less strict MAM policy to Intune managed devices, and apply a more restrictive MAM policy to non MDM-enrolled devices. - Apply a MAM policy to unenrolled devices only. From 6b306d74eb384bfffccf800e488316bae686b117 Mon Sep 17 00:00:00 2001 From: Erik Reitan Date: Mon, 26 Aug 2024 16:26:09 -0700 Subject: [PATCH 29/32] Update apps-supported-intune-apps.md --- memdocs/intune/apps/apps-supported-intune-apps.md | 1 - 1 file changed, 1 deletion(-) diff --git a/memdocs/intune/apps/apps-supported-intune-apps.md b/memdocs/intune/apps/apps-supported-intune-apps.md index c874ffae06b..50d5752cf6b 100644 --- a/memdocs/intune/apps/apps-supported-intune-apps.md +++ b/memdocs/intune/apps/apps-supported-intune-apps.md @@ -245,7 +245,6 @@ The following apps support the core Intune App Protection Policy settings. Apps | :::no-loc text="Secure Contacts":::

Partner app - Secure Contacts icon | The :::no-loc text="Secure Contacts"::: app allows you to synchronize your business contacts on iOS devices from various corporate data sources in a compliant way.

Features:

  • Access to all business contacts
    • Personal Microsoft Exchange Online address book
    • Company address book
    • Further data sources (Microsoft Dynamics CRM, Salesforce, etc.)
  • Favorites list, including the most important contacts
  • Caller identification without synchronization with the device address book
  • Starting phone calls, chats, SMS (via Microsoft Teams and the iPhone's native apps)
  • Encrypted and compliant storage of all data
  • Mobile Application Management via Microsoft Intune (App Protection Policies)
  • Access control via Microsoft Entra Conditional Access (Compliant Device and App Protection Policy)

Requirements:

  • For the full range of functions, an activation by Provectus Technologies GmbH is required.
  • To use the :::no-loc text="Secure Contacts"::: app a Microsoft Entra user account must be present and activated with following functions:
    • Microsoft Entra ID P1 (or higher)
    • Exchange Online P1 (or higher)
    • Microsoft Intune
  • In order to use the Microsoft Teams integration, the Microsoft Teams function must be activated
| [App Store link (iOS)](https://apps.apple.com/us/app/secure-contacts/id1617596880) | | :::no-loc text="Seismic \| Intune":::

Partner app - Seismic \| Intune icon | Seismic \| Intune is for administrators to add security and protection policies to protect corporate data while enabling employees to sell. Seismic provides the following capabilities:

  • Find content fast with fast search results
  • Get buyer-specific recommendations when you need them, where you need them
  • Access sales content, training, and communications online and offline
  • Stay informed with a real-time newsfeed you dial in to your specific interests
  • Collaborate with your team and stay in the loop, wherever you are
  • Delight buyers with a modern, eloquent engagement experience
  • Gain insights by tracking buyer engagement, down to which pages and how long

Seismic solves the individual challenges of Sales, Marketing, and Sales Enablement teams by making all three teams more effective together. Your Marketing team builds useful content with brand protection and scalability, and mines data intelligence to continuously improve ROI over time. The Sales Enablement team distributes targeted sales content, news, and training in apps for mobile, CRM, email, and browsers. Sellers find, learn, connect, and close from any device, anywhere, and are more knowledgeable and productive than ever. | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.seismic.doccenter),
[App Store link (iOS)](https://apps.apple.com/app/seismic-intune/id6444794878) | | :::no-loc text="Senses":::

Partner app - Senses icon | Senses is a cloud sales support tool. Senses helps manage sales and customer success, and proposes best practices based on accumulated customer information. | [App Store link (iOS)](https://apps.apple.com/app/senses-%E3%82%BB%E3%83%B3%E3%82%B7%E3%83%BC%E3%82%BA/id1210014628) | - | :::no-loc text="ServiceNow Agent - Intune":::

Partner app - ServiceNow Agent icon | ServiceNow Mobile Agent app delivers out-of-the-box, mobile-first experiences for the most common service desk agent workflows, making it easy for agents to triage, act on and resolve requests on the go. The app enables service desk agents to promptly manage and resolve end user issues from their mobile devices. Agents use the app’s intuitive interface to accept and update work even without Internet connectivity. The app greatly simplifies work by leveraging native device capabilities for tasks like navigation, barcode scanning, or collecting a signature.

The app comes with out-of-the-box workflows for service desk agents in IT, Customer Service, HR, Field Services, Security Ops and IT Asset Management. Organizations can easily configure and extend the workflows to meet their own unique needs.

With Mobile Agent you can:

  • Manage the work assigned to your teams.
  • Triage incidents and cases.
  • Act on approvals with swipe gestures and quick actions.
  • Complete work while offline.
  • Access the full issue details, activity stream, and related lists of records.
  • Optimize workflows with location, camera, and touchscreen hardware
| [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.servicenow.fulfiller.mam.intune),
[App Store link (iOS)](https://apps.apple.com/app/servicenow-agent-intune/id1494183149) | | :::no-loc text="Singletrack for Intune":::

Partner app - Singletrack for Intune icon | Singletrack for Intune lets users access their CRM data anywhere and at any time, while supporting the Mobile Application Management (MAM) policies offered by Microsoft Intune. Users can connect with contacts and send out research. They can also log new interactions, as well as view and update existing ones.

You can choose to receive local notifications of recently finished Interactions and log draft interactions to be completed on your desktop at a later date. You can also work offline to capture data when convenient. | [App Store link (iOS)](https://apps.apple.com/us/app/singletrack-for-intune/id6502955456) | | :::no-loc text="Slack for Intune":::

Partner app - Slack for Intune icon | Slack for Intune is for Slack customers that have enabled Microsoft Intune Mobile Application Management (MAM). | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.Slack.intune), [App Store link (iOS)](https://apps.apple.com/app/slack-for-intune/id1558736484) | From c682de603c3d9ef1e618d02655e1fb837a9f64e3 Mon Sep 17 00:00:00 2001 From: Erik Reitan Date: Mon, 26 Aug 2024 16:31:14 -0700 Subject: [PATCH 30/32] Update apps-supported-intune-apps.md --- memdocs/intune/apps/apps-supported-intune-apps.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/memdocs/intune/apps/apps-supported-intune-apps.md b/memdocs/intune/apps/apps-supported-intune-apps.md index 50d5752cf6b..a28f3531259 100644 --- a/memdocs/intune/apps/apps-supported-intune-apps.md +++ b/memdocs/intune/apps/apps-supported-intune-apps.md @@ -249,11 +249,9 @@ The following apps support the core Intune App Protection Policy settings. Apps | :::no-loc text="Singletrack for Intune":::

Partner app - Singletrack for Intune icon | Singletrack for Intune lets users access their CRM data anywhere and at any time, while supporting the Mobile Application Management (MAM) policies offered by Microsoft Intune. Users can connect with contacts and send out research. They can also log new interactions, as well as view and update existing ones.

You can choose to receive local notifications of recently finished Interactions and log draft interactions to be completed on your desktop at a later date. You can also work offline to capture data when convenient. | [App Store link (iOS)](https://apps.apple.com/us/app/singletrack-for-intune/id6502955456) | | :::no-loc text="Slack for Intune":::

Partner app - Slack for Intune icon | Slack for Intune is for Slack customers that have enabled Microsoft Intune Mobile Application Management (MAM). | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.Slack.intune), [App Store link (iOS)](https://apps.apple.com/app/slack-for-intune/id1558736484) | | :::no-loc text="PK Protect for Intune":::

Partner app - PK Protect for Intune icon | PK Protect for Intune is specifically designed for existing PKWARE customers operating in an Intune environment. PK Protect lets you get your work done on the go. It's fast, secure and simple to use so you can be productive from anywhere. If you're unsure if you have PK Protect, contact your company's IT administrator. With PK Protect, you can: Encrypt and decrypt files using Smartkeys, Decrypt archives with X.509 Digital Certificates, Create and manage Smartkeys, Perform digital signing and authentication of data with X.509 Digital Certificates, Encrypt and decrypt files with Strong Passphrase encryption, including AE2, Log in with existing Active Directory credentials, Create and view unencrypted zip archives. PK Protect armors data at its core, eliminating vulnerabilities everywhere data is used, shared or stored. For nearly three decades, PKWARE has provided encryption and compression software to more than 30,000 enterprise customers and over 200 government agencies. Available for iOS/iPadOS and Android. | [App Store link (iOS)](https://apps.apple.com/app/smartcrypt-for-intune/id1489232256) | - | :::no-loc text="ServiceNow Agent - Intune":::

Partner app - ServiceNow Agent icon | ServiceNow Mobile Agent app delivers out-of-the-box, mobile-first experiences for the most common service desk agent workflows, making it easy for agents to triage, act on and resolve requests on the go. The app enables service desk agents to promptly manage and resolve end user issues from their mobile devices. Agents use the app’s intuitive interface to accept and update work even without Internet connectivity. The app greatly simplifies work by using native device capabilities for tasks like navigation, barcode scanning, or collecting a signature.

The app comes with out-of-the-box workflows for service desk agents in IT, Customer Service, HR, Field Services, Security Ops and IT Asset Management. Organizations can easily configure and extend the workflows to meet their own unique needs.

With Mobile Agent you can:

  • Manage the work assigned to your teams.
  • Triage incidents and cases.
  • Act on approvals with swipe gestures and quick actions.
  • Complete work while offline.
  • Access the full issue details, activity stream, and related lists of records.
  • Optimize workflows with location, camera, and touchscreen hardware
| [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.servicenow.fulfiller.mam.intune),
[App Store link (iOS)](https://apps.apple.com/app/servicenow-agent-intune/id1494183149) | | :::no-loc text="Slack for Intune":::

Partner app - Slack for Intune icon | Slack for Intune is for Slack customers that have enabled Microsoft Intune Mobile Application Management (MAM). | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.Slack.intune), [App Store link (iOS)](https://apps.apple.com/app/slack-for-intune/id1558736484) | | :::no-loc text="PK Protect for Intune":::

Partner app - PK Protect for Intune icon | PK Protect for Intune is designed for existing PKWARE customers operating in an Intune environment. PK Protect lets you get your work done on the go. It's fast, secure and simple to use so you can be productive from anywhere. If you are unsure if you have PK Protect, contact your company's IT administrator. With PK Protect, you can: Encrypt and decrypt files using Smartkeys, Decrypt archives with X.509 Digital Certificates, Create and manage Smartkeys, Perform digital signing and authentication of data with X.509 Digital Certificates, Encrypt and decrypt files with Strong Passphrase encryption, including AE2, Log in with existing Active Directory credentials, Create and view unencrypted zip archives. PK Protect armors data at its core, eliminating vulnerabilities everywhere data is used, shared or stored. For nearly three decades, PKWARE has provided encryption and compression software to more than 30,000 enterprise customers and over 200 government agencies. Available for iOS/iPadOS and Android. | [App Store link (iOS)](https://apps.apple.com/app/smartcrypt-for-intune/id1489232256) | - | :::no-loc text="Speaking Email":::

Partner app - Speaking Email icon | Get more time in your day by having your email read to you on the move. Voice commands and simple gestures designed to be safe to use while driving give you the ability to archive, flag or even reply on the move.

Smart content detection skips over disclaimers, reply headers, and email signatures to speak only the content without the clutter.

Employees can sign in via Intune to access Microsoft 365 Exchange email. | [App Store link (iOS)](https://apps.apple.com/app/apple-store/id991406423?ct=intune) | | :::no-loc text="Synchrotab for Intune":::

Partner app - Synchrotab for Intune icon | Synchrotab is an iOS app that allows a presenter to broadcast PDF documents from a tablet or iPhone to a group of up to 8 viewer tablets. The devices communicate via peer-to-peer Wi-Fi, thus eliminating the need for a common network access. Time stamped records of materials displayed and active participants is supplied as required, together with embedded meeting notes. The viewer sees a synchronized version of the presenter’s screen with zoom and on-screen mark-up capability. Multiple documents may be uploaded to the primary device memory via email or external file network, allowing immediate access to an entire library of presentations or reports. Synchrotab makes its own statement of sustainability while eliminating costly printing and freight charges. The system was designed in cooperation with a major global investment bank ensuring exacting standards of security and integration with corporate devices. | [App Store link (iOS)](https://apps.apple.com/app/synchrotab-for-intune/id1626123415) | | :::no-loc text="Synergi Life":::

Partner app - Synergi Life icon | Synergi Life Mobile App, an extension of Synergi Life, lets users easily create observations and incident reports anytime and from anywhere, using their phones to take a snapshot and make a voice recording.

Synergi Life (previously named Synergi) is a complete business solution for risk and QHSE management, managing all non-conformances, incidents, risk, risk analyses, audits, assessments and improvement suggestions.

The Synergi Life Mobile App requires you to be a licensed user of the Synergi Life risk and QHSE management system, and have the necessary back-end licensed software and services. | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.dnv.mobilesolutions.synergimobile.uibase), [App Store link (iOS)](https://apps.apple.com/us/app/synergi-life/id641181737) | From 1b3d2d019b3f035faa1c6964a40912fe997a5285 Mon Sep 17 00:00:00 2001 From: Erik Reitan Date: Mon, 26 Aug 2024 16:40:14 -0700 Subject: [PATCH 31/32] Update apps-supported-intune-apps.md --- memdocs/intune/apps/apps-supported-intune-apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memdocs/intune/apps/apps-supported-intune-apps.md b/memdocs/intune/apps/apps-supported-intune-apps.md index a28f3531259..bda7aa933b8 100644 --- a/memdocs/intune/apps/apps-supported-intune-apps.md +++ b/memdocs/intune/apps/apps-supported-intune-apps.md @@ -261,8 +261,8 @@ The following apps support the core Intune App Protection Policy settings. Apps | :::no-loc text="Varicent":::

Partner app - Varicent icon | Varicent helps sellers understand which activities provide the best results. Reports, dashboards, and workflows help sales to understand:

  • Achievement
  • Bonus
  • Commission
  • Credits
  • Disputes
  • Key Performance Indicators (KPIs)
  • Opportunity potential
  • Plan approval
  • Plan assignment
  • Quota
  • Ranking
  • Rewards
  • Territory
  • Transactional payout

If you’re an individual seller, manager, or leader, Varicent can help you understand the right information at the right time. Full views of charts, graphs, dashboards and workflow execution (including information input) are right at your fingertips. Realize a better time-to-value for your go-to-market strategy with Varicent Sales Performance Management.

NOTE:
This application requires that you're a client of Varicent to utilize all features and functionalities and maximize seller performance. | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.varicent), [App Store link (iOS)](https://apps.apple.com/app/varicent/id1534176581) | | :::no-loc text="Vbrick Mobile":::

Partner app - Vbrick Mobile icon | Customers using Vbrick Enterprise Video Platform (EVP) can upload and view on-demand videos using the Vbrick mobile app. Customers can use Microsoft Intune to manage access to the Vbrick mobile app. The Vbrick mobile app includes the following features:

  • View a carousel of featured videos
  • Browse feeds of recommended and most recent content
  • Search for videos
  • Scan categories and channels to find videos of interest
  • Approved that Media Contributors can upload videos captured on your mobile device

**NOTE**: The Vbrick app requires users to have an active account and email address in their company’s cloud-hosted Vbrick tenant. | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.vbrick.rev), [App Store link (iOS)](https://apps.apple.com/us/app/vbrick-mobile/id1630811585) | | :::no-loc text="VerityRMS":::

Partner app - VerityRMS icon | VerityRMS for iOS offers Asset Managers and Investment Professionals a full-featured and modern mobile experience. Equipped with a full suite of consumption and authoring tools, users can harness their firm’s investment process from anywhere. | [App Store link (iOS)](https://apps.apple.com/app/verityrms/id589633211) | -| :::no-loc text="Voltage SecureMail":::

:::image type="icon" source="./media/apps-supported-intune-apps/icon-p-voltage-securemail.png"::: | Send and receive Voltage encrypted secure email and attachments in the Microsoft Intune managed environment with Voltage SecureMail Mobile. Any user can receive and read Voltage encrypted messages. However, replying to messages and composing new secure emails requires these features to be enabled by the sending organization. Users can also compose, send, reply to, forward, and print encrypted messages, according to the SecureMail Mobile policy for their organization or for the organization sending the secure message. | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.voltage.mobile.securemail.ui), [App Store link (iOS)](https://apps.apple.com/us/app/voltage-mail/id516444730) | -| :::no-loc text="VPSX® Print for Intune":::

:::image type="icon" source="./media/apps-supported-intune-apps/icon-p-vpsxprint.png"::: | VPSX® Print is not a stand-alone application. It requires the use of Mobile Connector for VPSX.

VPSX Print utilizes the capabilities of LRS® output management software by providing an easy to use interface that allows users to do the following actions:

  • Print a document or web page within seconds
  • Select only authorized VPSX printers
  • Search for authorized printers by printer name, long name or printer location
  • Print multiple copies
  • Locate and print to nearby printer
| [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.lrs.vpsxprint.intune), [App Store link (iOS)](https://apps.apple.com/us/app/vpsx-print-for-intune/id1520029386) | +| :::no-loc text="Voltage SecureMail":::

Partner app - Voltage securemail icon | Send and receive Voltage encrypted secure email and attachments in the Microsoft Intune managed environment with Voltage SecureMail Mobile. Any user can receive and read Voltage encrypted messages. However, replying to messages and composing new secure emails requires these features to be enabled by the sending organization. Users can also compose, send, reply to, forward, and print encrypted messages, according to the SecureMail Mobile policy for their organization or for the organization sending the secure message. | [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.voltage.mobile.securemail.ui), [App Store link (iOS)](https://apps.apple.com/us/app/voltage-mail/id516444730) | +| :::no-loc text="VPSX® Print for Intune":::

Partner app - vpsxprint icon | VPSX® Print is not a stand-alone application. It requires the use of Mobile Connector for VPSX.

VPSX Print utilizes the capabilities of LRS® output management software by providing an easy to use interface that allows users to do the following actions:

  • Print a document or web page within seconds
  • Select only authorized VPSX printers
  • Search for authorized printers by printer name, long name or printer location
  • Print multiple copies
  • Locate and print to nearby printer
| [Google Play link (Android)](https://play.google.com/store/apps/details?id=com.lrs.vpsxprint.intune), [App Store link (iOS)](https://apps.apple.com/us/app/vpsx-print-for-intune/id1520029386) | | :::no-loc text="Zero for Intune":::

Partner app - Zero for Intune icon | The ZERØ for Intune application is specifically designed for MDM deployment via Microsoft Intune. This app allows both ZERØ and Microsoft Intune customers to take advantage of a secure Intune MDM deployment, as well as organize and protect BYOD environments with mobile application management (MAM). | [App Store link (iOS)](https://apps.apple.com/app/zero-for-intune/id1508485761) | | :::no-loc text="Zoom for Intune":::

Partner app - Zoom for Intune icon | Zoom is your communications hub for meetings, webinars, chat and cloud phone. Start or join meetings with flawless video, crystal clear audio and instant screen sharing from desktop, mobile or conference rooms. | [Google Play link (Android)](https://play.google.com/store/apps/details?id=us.zoom.videomeetings4intune),
[App Store link (iOS)](https://apps.apple.com/app/zoom-for-intune/id1462818858?mt=8) | From c8525cd01b5233e10d83c439aa03fa6ccd3e4c48 Mon Sep 17 00:00:00 2001 From: Laura Newsad Date: Tue, 27 Aug 2024 14:06:21 -0400 Subject: [PATCH 32/32] Update microsoft-intune-app-linux.md Style updates --- .../user-help/microsoft-intune-app-linux.md | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/memdocs/intune/user-help/microsoft-intune-app-linux.md b/memdocs/intune/user-help/microsoft-intune-app-linux.md index 0e6a5a40292..93177ca1899 100644 --- a/memdocs/intune/user-help/microsoft-intune-app-linux.md +++ b/memdocs/intune/user-help/microsoft-intune-app-linux.md @@ -7,7 +7,7 @@ keywords: author: lenewsad ms.author: lanewsad manager: dougeby -ms.date: 05/15/2024 +ms.date: 08/27/2024 ms.topic: end-user-help ms.service: microsoft-intune ms.subservice: end-user @@ -41,10 +41,10 @@ The Microsoft Intune app is supported with the following operating systems: - RedHat Enterprise Linux 8 - RedHat Enterprise Linux 9 -## Install Intune app for Ubuntu Desktop +## Install Microsoft Intune app for Ubuntu Desktop Run the following commands in a command line to manually install the Intune app and its dependencies on your device. -1. Install Curl: +1. Install Curl. ```bash sudo apt install curl gpg @@ -52,7 +52,7 @@ Run the following commands in a command line to manually install the Intune app 2. Install the Microsoft package signing key. - For Ubuntu 20.04: + For Ubuntu 20.04: ```bash curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg @@ -61,7 +61,7 @@ Run the following commands in a command line to manually install the Intune app sudo rm microsoft.gpg ``` - For Ubuntu 22.04: + For Ubuntu 22.04: ```bash curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg @@ -70,84 +70,84 @@ Run the following commands in a command line to manually install the Intune app sudo rm microsoft.gpg ``` -3. Install the Microsoft Intune app: +3. Install the Microsoft Intune app. ```bash sudo apt update sudo apt install intune-portal ``` -## Update Intune app -The Microsoft Intune app automatically updates when updates become available in Software Updater. +## Update Microsoft Intune app for Ubuntu Desktop +The Microsoft Intune app automatically updates when updates become available in Software Updater. Run the following commands to update the Microsoft Intune app manually. -Run these commands to update the Microsoft Intune app manually: - -1. Update the package repo and metadata, which includes intune-portal, msft-broker, and msft edge: +1. Update the package repo and metadata, which includes `intune-portal`, `msft-broker`, and `msft edge`. ```bash sudo apt update ``` -2. Upgrade the packages and clean up dependencies: +2. Upgrade the packages and clean up dependencies. ```bash sudo apt-get dist-upgrade ``` -## Uninstall Intune app +## Uninstall Microsoft Intune app for Ubuntu Desktop +Run the following commands to uninstall the Microsoft Intune app and remove local registration data on devices running Ubuntu Desktop. -1. Remove the Intune app from your system: +1. Remove the Microsoft Intune app from your system. ```bash sudo apt remove intune-portal ``` -2. Remove the local registration data. This command removes the local configuration data that contains your device registration: +2. Remove the local registration data. ```bash sudo apt purge intune-portal - ``` + ``` + This command removes the local configuration data that contains your device registration. -## Install Intune app for RedHat Enterprise Linux +## Install Microsoft Intune app for RedHat Enterprise Linux -1. Add the Microsoft repository: +1. Add the Microsoft repository. ```bash sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/microsoft-rhel9.0-prod ``` -2. Install the Intune app: +2. Install the Microsoft Intune app. ```bash sudo dnf install intune-portal ``` -### Update the Intune app +## Update Microsoft Intune app for RedHat Enterprise Linux +Run one of the following commands to update the Intune app. -To update the Intune app, run: +**Option 1**: ```bash sudo dnf update ``` -or - +**Option 2**: ```bash sudo dnf update intune-portal ``` -### Uninstall the Intune app +## Uninstall Microsoft Intune app for RedHat Enterprise Linux -To uninstall the Intune app and remove local registration data: +Run the following commands to uninstall the Microsoft Intune app and remove local registration data on devices running RedHat Enterprise Linux. -1. Remove the Intune portal package: +1. Remove the Intune portal package. ```bash sudo dnf remove intune-portal ``` -2. Remove local registration data: +2. Remove local registration data. ```bash sudo rm -rf /var/opt/microsoft/mdatp