mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into mestew-ucv2-tp
This commit is contained in:
commit
9f77a24ca8
@ -904,6 +904,11 @@ items:
|
|||||||
items:
|
items:
|
||||||
- name: UnifiedWriteFilter DDF file
|
- name: UnifiedWriteFilter DDF file
|
||||||
href: unifiedwritefilter-ddf.md
|
href: unifiedwritefilter-ddf.md
|
||||||
|
- name: UniversalPrint CSP
|
||||||
|
href: universalprint-csp.md
|
||||||
|
items:
|
||||||
|
- name: UniversalPrint DDF file
|
||||||
|
href: universalprint-ddf-file.md
|
||||||
- name: Update CSP
|
- name: Update CSP
|
||||||
href: update-csp.md
|
href: update-csp.md
|
||||||
items:
|
items:
|
||||||
|
110
windows/client-management/mdm/universalprint-csp.md
Normal file
110
windows/client-management/mdm/universalprint-csp.md
Normal file
@ -0,0 +1,110 @@
|
|||||||
|
---
|
||||||
|
title: UniversalPrint CSP
|
||||||
|
description: Learn how the UniversalPrint configuration service provider (CSP) is used to install printers on Windows client devices.
|
||||||
|
ms.author: mandia
|
||||||
|
ms.topic: article
|
||||||
|
ms.prod: w10
|
||||||
|
ms.technology: windows
|
||||||
|
author: MandiOhlinger
|
||||||
|
ms.date: 06/02/2022
|
||||||
|
ms.reviewer: jimwu
|
||||||
|
manager: dougeby
|
||||||
|
---
|
||||||
|
|
||||||
|
# UniversalPrint CSP
|
||||||
|
|
||||||
|
The table below shows the applicability of Windows:
|
||||||
|
|
||||||
|
|Edition|Windows 11|
|
||||||
|
|--- |--- |
|
||||||
|
|Home|No|
|
||||||
|
|Pro|Yes|
|
||||||
|
|Windows SE|Yes|
|
||||||
|
|Business|Yes|
|
||||||
|
|Enterprise|Yes|
|
||||||
|
|Education|Yes|
|
||||||
|
|
||||||
|
The UniversalPrint configuration service provider (CSP) is used to add Universal Print-compatible printers to Windows client endpoints. Universal Print is a cloud-based printing solution that runs entirely in Microsoft Azure. It doesn't require any on-premises infrastructure. For more specific information, go to [What is Universal Print](/universal-print/fundamentals/universal-print-whatis).
|
||||||
|
|
||||||
|
This CSP was added in Windows 11.
|
||||||
|
|
||||||
|
The following example shows the UniversalPrint configuration service provider in tree format.
|
||||||
|
|
||||||
|
```console
|
||||||
|
./Vendor/MSFT
|
||||||
|
PrinterProvisioning
|
||||||
|
----UPPrinterInstalls
|
||||||
|
--------<GUID> (PrinterSharedID)
|
||||||
|
--------CloudDeviceID
|
||||||
|
--------PrinterSharedName
|
||||||
|
--------Install
|
||||||
|
--------Status
|
||||||
|
--------ErrorCode
|
||||||
|
```
|
||||||
|
|
||||||
|
<a href="" id="PrinterProvisioning"></a>**./Vendor/MSFT/PrinterProvisioning**
|
||||||
|
The root node for the Universal Print PrinterProvisioning configuration service provider.
|
||||||
|
|
||||||
|
<a href="" id="upprinterinstalls"></a>**UPPrinterInstalls**
|
||||||
|
|
||||||
|
This setting will install or uninstall a specific printer to a targeted user account.
|
||||||
|
|
||||||
|
Valid values:
|
||||||
|
|
||||||
|
- Install (default) - The printer is installed.
|
||||||
|
- Uninstall - The printer is uninstalled.
|
||||||
|
|
||||||
|
The data type is node (XML node). Supported operation is Get.
|
||||||
|
|
||||||
|
<a href="" id="guidprintersharedid)"></a>**`<GUID>` (PrinterSharedID)**
|
||||||
|
|
||||||
|
The Share ID is used to identify the Universal Print printer you want to install on the targeted user account. You can get the printer's Share ID in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
|
||||||
|
|
||||||
|
The data type is node (XML node). Supported operations are Get, Add, and Delete.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The targeted user account must have access rights to the printer and to the Universal Print service.
|
||||||
|
|
||||||
|
<a href="" id="clouddeviceid"></a>**CloudDeviceID**
|
||||||
|
|
||||||
|
The Printer ID is used to identify the Universal Print printer you want to install on the targeted user account. You can get the printer's Printer ID in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
|
||||||
|
|
||||||
|
The data type is string/text (GUID). Supported operations are Get, Add, Delete, and Replace.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The targeted user account must have access rights to the printer and to the Universal Print service.
|
||||||
|
|
||||||
|
<a href="" id="printersharedname"></a>**PrinterSharedName**
|
||||||
|
|
||||||
|
The Share Name is used to identify the Universal Print printer you want to install on the targeted user account. You can get the printer's Share Name in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
|
||||||
|
|
||||||
|
The data type is string/text. Supported operations are Get, Add, Delete, and Replace.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The targeted user account must have access rights to the printer and to the Universal Print service.
|
||||||
|
|
||||||
|
<a href="" id="install"></a>**Install**
|
||||||
|
|
||||||
|
Installs the Universal Print printer. Supports async execute.
|
||||||
|
|
||||||
|
The data type is string/text (empty string). Supported operations are Get and Execute.
|
||||||
|
|
||||||
|
<a href="" id="status"></a>**Status**
|
||||||
|
|
||||||
|
The result status of the printer installation.
|
||||||
|
|
||||||
|
Valid values:
|
||||||
|
|
||||||
|
- 1 (default) - Installation completed successfully.
|
||||||
|
- 2 - Installation is in progress after receiving execute cmd.
|
||||||
|
- 4 - Installation failed.
|
||||||
|
- 8 - Installation initial status
|
||||||
|
- 32 - Unknown (not used)
|
||||||
|
|
||||||
|
The data type is int. Supported operations is Get.
|
||||||
|
|
||||||
|
<a href="" id="errorcode"></a>**ErrorCode**
|
||||||
|
|
||||||
|
HRESULT of the last installation returned code.
|
||||||
|
|
||||||
|
The data type is int. Supported operation is Get.
|
214
windows/client-management/mdm/universalprint-ddf-file.md
Normal file
214
windows/client-management/mdm/universalprint-ddf-file.md
Normal file
@ -0,0 +1,214 @@
|
|||||||
|
---
|
||||||
|
title: UniversalPrint DDF file
|
||||||
|
description: UniversalPrint DDF file
|
||||||
|
ms.author: mandia
|
||||||
|
ms.topic: article
|
||||||
|
ms.prod: w10
|
||||||
|
ms.technology: windows
|
||||||
|
author: MandiOhlinger
|
||||||
|
ms.date: 06/02/2022
|
||||||
|
ms.reviewer: jimwu
|
||||||
|
manager: dougeby
|
||||||
|
---
|
||||||
|
|
||||||
|
# UniversalPrint DDF file
|
||||||
|
|
||||||
|
This article shows the OMA DM device description framework (DDF) for the **UniversalPrint** configuration service provider.
|
||||||
|
|
||||||
|
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||||||
|
|
||||||
|
The XML below is the current version for this CSP.
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
|
||||||
|
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"
|
||||||
|
[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
||||||
|
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
||||||
|
<VerDTD>1.2</VerDTD>
|
||||||
|
<Node>
|
||||||
|
<NodeName>PrinterProvisioning</NodeName>
|
||||||
|
<Path>./User/Vendor/MSFT</Path>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Printer Provisioning</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME>com.microsoft/1.0/MDM/PrinterProvisioning</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName>UPPrinterInstalls</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>This setting will take the action on the specified user account to install or uninstall the specified printer. Install action is selected by default.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<DDFName></DDFName>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName></NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Identifies the Universal Print printer, by its Share ID, you wish to install on the targeted user account. The printer's Share ID can be found in the printer's properties via the Universal Print portal. Note: the targeted user account must have access rights to both the printer and to the Universal Print service.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<OneOrMore />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFTitle>PrinterSharedID</DFTitle>
|
||||||
|
<DFType>
|
||||||
|
<DDFName></DDFName>
|
||||||
|
</DFType>
|
||||||
|
<DynamicNodeNaming>
|
||||||
|
<UniqueName>PrinterSharedID from the Universal Print system, which is used to discover and install Univeral Print printer</UniqueName>
|
||||||
|
</DynamicNodeNaming>
|
||||||
|
<TrackedResource />
|
||||||
|
<AsynchronousTracking ResourceInProgressValues="2,8" ResourceFailureValues="4,32" ResourceSuccessURI="UPPrinterInstalls/@#ResourcePlaceholder@/status" ResourceSuccessValues="1" />
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName>CloudDeviceID</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
<Replace />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Identifies the Universal Print printer, by its Printer ID, you wish to install on the targeted user account. The printer's Printer ID can be found in the printer's properties via the Universal Print portal. Note: the targeted user account must have access rights to both the printer and to the Universal Print service.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Install</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
<Exec />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Support async execute. Install Universal Print printer.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<null />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Status</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>1 finished installation successfully, 2 installation in progress after receiving execute cmd, 4 installation failed, 8 installation initial status, 32 unknown (not used).</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>ErrorCode</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>HRESULT of the last installation returned code.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>PrinterSharedName</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
<Replace />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Identifies the Universal Print printer, by its Share Name, you wish to install on the targeted user account. The printer's Share Name can be found in the printer's properties via the Universal Print portal. Note: the targeted user account must have access rights to both the printer and to the Universal Print service.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
|
</MgmtTree>
|
||||||
|
```
|
@ -51,11 +51,11 @@ Azure AD groups synced up from:
|
|||||||
|
|
||||||
To be eligible for Windows Autopatch management, devices must meet a minimum set of required software-based prerequisites:
|
To be eligible for Windows Autopatch management, devices must meet a minimum set of required software-based prerequisites:
|
||||||
|
|
||||||
- Windows 10/11 64-bit Enterprise edition 1809+.
|
- [Supported Windows 10/11 Enterprise and Professional edition versions](/windows/release-health/supported-versions-windows-client)
|
||||||
- Either hybrid or Azure AD joined (personal devices aren't supported).
|
- Either [Hybrid Azure AD-Joined](/azure/active-directory/devices/concept-azure-ad-join-hybrid) or [Azure AD-joined only](/azure/active-directory/devices/concept-azure-ad-join-hybrid) (personal devices aren't supported).
|
||||||
- Managed by Microsoft Endpoint Manager.
|
- Managed by Microsoft Endpoint Manager.
|
||||||
- Microsoft Endpoint Manager-Intune or Microsoft Endpoint Manager-Configuration Manager Co-management.
|
- [Microsoft Intune](https://www.microsoft.com/cloud-platform/microsoft-intune) or [Co-management](/prepare/windows-autopatch-prerequisites.md#co-management-requirements).
|
||||||
- Microsoft Endpoint Manager-Configuration Manager Co-management workloads swung over to Microsoft Endpoint Manager-Intune (either set to Pilot Intune or Intune).
|
- [Switch Microsoft Endpoint Manager-Configuration Manager Co-management workloads to Microsoft Endpoint Manager-Intune](/mem/configmgr/comanage/how-to-switch-workloads) (either set to Pilot Intune or Intune). This includes the following workloads:
|
||||||
- Windows updates policies
|
- Windows updates policies
|
||||||
- Device configuration
|
- Device configuration
|
||||||
- Office Click-to-run
|
- Office Click-to-run
|
||||||
|
@ -57,9 +57,12 @@ Updates are required by your system admin are blocked by one or more apps. Offic
|
|||||||
|
|
||||||
Alternatively, users can select **Update now** to apply the updates. The user is then prompted to close all open Office programs. After the updates are applied, the message disappears.
|
Alternatively, users can select **Update now** to apply the updates. The user is then prompted to close all open Office programs. After the updates are applied, the message disappears.
|
||||||
|
|
||||||
If the deadline arrives and the updates still aren't applied, users see a dialog box that warns them that they have 15 minutes before the updates are applied.
|
When the deadline arrives and the updates still aren't applied, users will:
|
||||||
|
|
||||||
This warning gives users 15 minutes to save and close any work. When the countdown reaches 00∶00, any open Office programs are closed, and the updates are applied.
|
1. See a dialog box that warns them that they have 15 minutes before the updates are applied.
|
||||||
|
1. Have 15 minutes to save and close any work.
|
||||||
|
|
||||||
|
When the countdown reaches 00∶00, any open Office programs are closed, and the updates are applied.
|
||||||
|
|
||||||
### Office client app configuration
|
### Office client app configuration
|
||||||
|
|
||||||
@ -99,7 +102,9 @@ Window Autopatch deploys mobile device management (MDM) policies to configure Mi
|
|||||||
|
|
||||||
## Microsoft 365 Apps servicing profiles
|
## Microsoft 365 Apps servicing profiles
|
||||||
|
|
||||||
A service profile takes precedence over other management tools, such as Microsoft Endpoint Manager or the Office Deployment Tool. This means that the servicing profile will affect all devices that meet the above requirements regardless of existing management tools in your environment. So, if you're targeting a managed device with a servicing profile it will be ineligible for Microsoft 365 App update management.
|
A service profile takes precedence over other management tools, such as Microsoft Endpoint Manager or the Office Deployment Tool. This means that the servicing profile will affect all devices that meet the [device eligibility requirements](#device-eligibility) regardless of existing management tools in your environment. So, if you're targeting a managed device with a servicing profile it will be ineligible for Microsoft 365 App update management.
|
||||||
|
|
||||||
|
However, the device may still be eligible for other managed updates. For more information about a device's eligibility for a given [update type](windows-autopatch-update-management.md#update-types), see the Device eligibility section of each respective update type.
|
||||||
|
|
||||||
## Incidents and outages
|
## Incidents and outages
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ When a device is enrolled into the Windows Autopatch service, the device is assi
|
|||||||
| Ring | Default device count | Description
|
| Ring | Default device count | Description
|
||||||
| ----- | ----- | ----- |
|
| ----- | ----- | ----- |
|
||||||
| Test | zero | Windows Autopatch doesn't automatically add devices to this ring. You must manually add devices to the Test ring. The recommended number of devices in this ring, based upon your environment size, is as follows: <br><ul><li>0–500 devices: minimum one device</li><li>500–5000 devices: minimum five devices</li><li>5000+ devices: min 50 devices</li></ul>Devices in this group are intended for your IT Administrators and testers since changes are released here first. This release schedule provides your organization the opportunity to validate updates prior to reaching production users. |
|
| Test | zero | Windows Autopatch doesn't automatically add devices to this ring. You must manually add devices to the Test ring. The recommended number of devices in this ring, based upon your environment size, is as follows: <br><ul><li>0–500 devices: minimum one device</li><li>500–5000 devices: minimum five devices</li><li>5000+ devices: min 50 devices</li></ul>Devices in this group are intended for your IT Administrators and testers since changes are released here first. This release schedule provides your organization the opportunity to validate updates prior to reaching production users. |
|
||||||
| First | 1% | The First ring is the first group of production users to receive a change.<p><p>This group is the first set of devices to send data to Windows Autopatch and are used to generate a health signal across all customers. For example, we can generate a statistically significant signal saying that critical errors are trending up in a specific release for all customers but can't be confident that it's doing so in your environment.<p><p>Since Windows Autopatch doesn't yet have sufficient data to inform a release decision, devices in this ring might experience outages if there are scenarios that weren't covered during testing in the Test ring.</p)> |
|
| First | 1% | The First ring is the first group of production users to receive a change.<p><p>This group is the first set of devices to send data to Windows Autopatch and are used to generate a health signal across all customers. For example, we can generate a statistically significant signal saying that critical errors are trending up in a specific release for all customers but can't be confident that it's doing so in your environment.<p><p>Since Windows Autopatch doesn't yet have sufficient data to inform a release decision, devices in this ring might experience outages if there are scenarios that weren't covered during testing in the Test ring.|
|
||||||
| Fast | 9% | The Fast ring is the second group of production users to receive changes. The signals from the First ring are considered as a part of the release process to the Broad ring.<p><p>The goal with this ring is to cross the 500-device threshold needed to generate statistically significant analysis at the tenant level. These extra devices allow Windows Autopatch to consider the effect of a release on the rest of your devices and evaluate if a targeted action for your tenant is needed.</p> |
|
| Fast | 9% | The Fast ring is the second group of production users to receive changes. The signals from the First ring are considered as a part of the release process to the Broad ring.<p><p>The goal with this ring is to cross the 500-device threshold needed to generate statistically significant analysis at the tenant level. These extra devices allow Windows Autopatch to consider the effect of a release on the rest of your devices and evaluate if a targeted action for your tenant is needed.</p> |
|
||||||
| Broad | 90% | The Broad ring is the last group of users to receive changes. Since it contains most of the devices enrolled in Windows Autopatch, it favors stability over speed in deployment.|
|
| Broad | 90% | The Broad ring is the last group of users to receive changes. Since it contains most of the devices enrolled in Windows Autopatch, it favors stability over speed in deployment.|
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ sections:
|
|||||||
questions:
|
questions:
|
||||||
- question: What Windows versions are supported?
|
- question: What Windows versions are supported?
|
||||||
answer: |
|
answer: |
|
||||||
Windows Autopatch works with all [supported versions of Windows 10 and Windows 11 Enterprise edition](/windows/release-health/supported-versions-windows-client).
|
Windows Autopatch works with all [supported versions of Windows 10 and Windows 11](/windows/release-health/supported-versions-windows-client) Enterprise and Professional editions.
|
||||||
- question: What is the difference between Windows Update for Business and Windows Autopatch?
|
- question: What is the difference between Windows Update for Business and Windows Autopatch?
|
||||||
answer: |
|
answer: |
|
||||||
Windows Autopatch is a service that removes the need for organizations to plan and operate the update process. Windows Autopatch moves the burden from your IT to Microsoft. Windows Autopatch uses [Windows Update for Business](/windows/deployment/update/deployment-service-overview) and other service components to update devices. Both are part of Windows Enterprise E3.
|
Windows Autopatch is a service that removes the need for organizations to plan and operate the update process. Windows Autopatch moves the burden from your IT to Microsoft. Windows Autopatch uses [Windows Update for Business](/windows/deployment/update/deployment-service-overview) and other service components to update devices. Both are part of Windows Enterprise E3.
|
||||||
@ -38,7 +38,7 @@ sections:
|
|||||||
questions:
|
questions:
|
||||||
- question: What are the prerequisites for Windows Autopatch?
|
- question: What are the prerequisites for Windows Autopatch?
|
||||||
answer: |
|
answer: |
|
||||||
- [Supported Windows 10/11 Enterprise edition versions](/windows/release-health/supported-versions-windows-client)
|
- [Supported Windows 10/11 Enterprise and Professional edition versions](/windows/release-health/supported-versions-windows-client)
|
||||||
- [Azure Active Directory (Azure AD) Premium](/azure/active-directory/fundamentals/active-directory-whatis#what-are-the-azure-ad-licenses)
|
- [Azure Active Directory (Azure AD) Premium](/azure/active-directory/fundamentals/active-directory-whatis#what-are-the-azure-ad-licenses)
|
||||||
- [Hybrid Azure AD-Joined](/azure/active-directory/devices/concept-azure-ad-join-hybrid) or [Azure AD-joined only](/azure/active-directory/devices/concept-azure-ad-join-hybrid)
|
- [Hybrid Azure AD-Joined](/azure/active-directory/devices/concept-azure-ad-join-hybrid) or [Azure AD-joined only](/azure/active-directory/devices/concept-azure-ad-join-hybrid)
|
||||||
- [Microsoft Intune](https://www.microsoft.com/cloud-platform/microsoft-intune)
|
- [Microsoft Intune](https://www.microsoft.com/cloud-platform/microsoft-intune)
|
||||||
|
@ -38,7 +38,7 @@ This setting must be turned on to avoid a "lack of permissions" error when we in
|
|||||||
| ----- | ----- |
|
| ----- | ----- |
|
||||||
| Not ready | Allow access to unlicensed admins should be turned on. Without this setting enabled, errors can occur when we try to access your Azure AD organization for service. You can safely enable this setting without worrying about security implications. The scope of access is defined by the roles assigned to users, including our operations staff.<p><p>For more information, see [Unlicensed admins](/mem/intune/fundamentals/unlicensed-admins). |
|
| Not ready | Allow access to unlicensed admins should be turned on. Without this setting enabled, errors can occur when we try to access your Azure AD organization for service. You can safely enable this setting without worrying about security implications. The scope of access is defined by the roles assigned to users, including our operations staff.<p><p>For more information, see [Unlicensed admins](/mem/intune/fundamentals/unlicensed-admins). |
|
||||||
|
|
||||||
### Windows 10 update rings
|
### Update rings for Windows 10 or later
|
||||||
|
|
||||||
Your "Windows 10 update ring" policy in Intune must not target any Windows Autopatch devices.
|
Your "Windows 10 update ring" policy in Intune must not target any Windows Autopatch devices.
|
||||||
|
|
||||||
|
@ -35,7 +35,9 @@ Windows Autopatch is included with Window 10/11 Enterprise E3 or higher. The fol
|
|||||||
|
|
||||||
The following Windows 64-bit editions are required for Windows Autopatch:
|
The following Windows 64-bit editions are required for Windows Autopatch:
|
||||||
|
|
||||||
|
- Windows 10/11 Pro
|
||||||
- Windows 10/11 Enterprise
|
- Windows 10/11 Enterprise
|
||||||
|
- Windows 10/11 Pro for Workstations
|
||||||
|
|
||||||
## Co-management requirements
|
## Co-management requirements
|
||||||
|
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Edit an existing topic using the Edit link
|
title: Edit an existing topic using the Edit link
|
||||||
description: Instructions about how to edit an existing topic by using the Edit link on docs.microsoft.com.
|
description: Instructions about how to edit an existing topic by using the Edit link on docs.microsoft.com.
|
||||||
keywords: contribute, edit a topic
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: explore
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.date: 10/13/2017
|
ms.date: 10/13/2017
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Get started with Windows 10, version 1709
|
title: Get started with Windows 10, version 1709
|
||||||
description: Learn about features, review requirements, and plan your deployment of Windows 10, version 1709, including IT Pro content, release information, and history.
|
description: Learn about features, review requirements, and plan your deployment of Windows 10, version 1709, including IT Pro content, release information, and history.
|
||||||
keywords: ["get started", "windows 10", "fall creators update", "1709"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
ms.date: 10/16/2017
|
ms.date: 10/16/2017
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Windows 10 Enterprise LTSC
|
title: Windows 10 Enterprise LTSC
|
||||||
description: New and updated IT Pro content about new features in Windows 10, LTSC (also known as Windows 10 LTSB).
|
description: New and updated IT Pro content about new features in Windows 10, LTSC (also known as Windows 10 LTSB).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 LTSC", "Windows 10 LTSB"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -4,11 +4,7 @@ ms.reviewer:
|
|||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
description: New and updated IT Pro content about new features in Windows 10 Enterprise LTSC 2015 (also known as Windows 10 Enterprise 2015 LTSB).
|
description: New and updated IT Pro content about new features in Windows 10 Enterprise LTSC 2015 (also known as Windows 10 Enterprise 2015 LTSB).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise LTSC 2015"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.localizationpriority: low
|
ms.localizationpriority: low
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
|
@ -4,11 +4,7 @@ ms.reviewer:
|
|||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
description: New and updated IT Pro content about new features in Windows 10 Enterprise LTSC 2016 (also known as Windows 10 Enterprise 2016 LTSB).
|
description: New and updated IT Pro content about new features in Windows 10 Enterprise LTSC 2016 (also known as Windows 10 Enterprise 2016 LTSB).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise LTSC 2016"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.localizationpriority: low
|
ms.localizationpriority: low
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
|
@ -4,10 +4,7 @@ ms.reviewer:
|
|||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
description: New and updated IT Pro content about new features in Windows 10 Enterprise LTSC 2019 (also known as Windows 10 Enterprise 2019 LTSB).
|
description: New and updated IT Pro content about new features in Windows 10 Enterprise LTSC 2019 (also known as Windows 10 Enterprise 2019 LTSB).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise LTSC 2019"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.localizationpriority: low
|
ms.localizationpriority: low
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
|
@ -4,10 +4,7 @@ ms.reviewer:
|
|||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
description: New and updated IT Pro content about new features in Windows 10 Enterprise LTSC 2021.
|
description: New and updated IT Pro content about new features in Windows 10 Enterprise LTSC 2021.
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 Enterprise LTSC 2021"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.localizationpriority: low
|
ms.localizationpriority: low
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, versions 1507 and 1511 (Windows 10)
|
title: What's new in Windows 10, versions 1507 and 1511 (Windows 10)
|
||||||
description: What's new in Windows 10 for Windows 10 (versions 1507 and 1511).
|
description: What's new in Windows 10 for Windows 10 (versions 1507 and 1511).
|
||||||
ms.assetid: 75F285B0-09BE-4821-9B42-37B9BE54CEC6
|
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 1607 (Windows 10)
|
title: What's new in Windows 10, version 1607 (Windows 10)
|
||||||
description: What's new in Windows 10 for Windows 10 (version 1607).
|
description: What's new in Windows 10 for Windows 10 (version 1607).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "anniversary update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.localizationpriority: high
|
ms.localizationpriority: high
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 1703
|
title: What's new in Windows 10, version 1703
|
||||||
description: New and updated features in Windows 10, version 1703 (also known as the Creators Updated).
|
description: New and updated features in Windows 10, version 1703 (also known as the Creators Updated).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "creators update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.localizationpriority: high
|
ms.localizationpriority: high
|
||||||
ms.assetid: dca7c655-c4f6-45f8-aa02-64187b202617
|
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 1709
|
title: What's new in Windows 10, version 1709
|
||||||
description: New and updated features in Windows 10, version 1709 (also known as the Fall Creators Update).
|
description: New and updated features in Windows 10, version 1709 (also known as the Fall Creators Update).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "Fall Creators Update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 1803
|
title: What's new in Windows 10, version 1803
|
||||||
description: New and updated features in Windows 10, version 1803 (also known as the Windows 10 April 2018 Update).
|
description: New and updated features in Windows 10, version 1803 (also known as the Windows 10 April 2018 Update).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "April 2018 Update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -2,10 +2,7 @@
|
|||||||
title: What's new in Windows 10, version 1809
|
title: What's new in Windows 10, version 1809
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
description: Learn about features for Windows 10, version 1809, including features and fixes included in previous cumulative updates to Windows 10, version 1803.
|
description: Learn about features for Windows 10, version 1809, including features and fixes included in previous cumulative updates to Windows 10, version 1803.
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "Windows 10 October 2018 Update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 1903
|
title: What's new in Windows 10, version 1903
|
||||||
description: New and updated features in Windows 10, version 1903 (also known as the Windows 10 May 2019 Update).
|
description: New and updated features in Windows 10, version 1903 (also known as the Windows 10 May 2019 Update).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "May 2019 Update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 1909
|
title: What's new in Windows 10, version 1909
|
||||||
description: New and updated features in Windows 10, version 1909 (also known as the Windows 10 November 2019 Update).
|
description: New and updated features in Windows 10, version 1909 (also known as the Windows 10 November 2019 Update).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "November 2019 Update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 2004
|
title: What's new in Windows 10, version 2004
|
||||||
description: New and updated features in Windows 10, version 2004 (also known as the Windows 10 May 2020 Update).
|
description: New and updated features in Windows 10, version 2004 (also known as the Windows 10 May 2020 Update).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "May 2020 Update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 20H2
|
title: What's new in Windows 10, version 20H2
|
||||||
description: New and updated features in Windows 10, version 20H2 (also known as the Windows 10 October 2020 Update).
|
description: New and updated features in Windows 10, version 20H2 (also known as the Windows 10 October 2020 Update).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "October 2020 Update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: What's new in Windows 10, version 21H1
|
title: What's new in Windows 10, version 21H1
|
||||||
description: New and updated features in Windows 10, version 21H1 (also known as the Windows 10 May 2021 Update).
|
description: New and updated features in Windows 10, version 21H1 (also known as the Windows 10 May 2021 Update).
|
||||||
keywords: ["What's new in Windows 10", "Windows 10", "May 2021 Update"]
|
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -3,9 +3,6 @@ title: What's new in Windows 10, version 21H2 for IT pros
|
|||||||
description: Learn more about what's new in Windows 10 version 21H2, including servicing updates, Windows Subsystem for Linux, the latest CSPs, and more.
|
description: Learn more about what's new in Windows 10 version 21H2, including servicing updates, Windows Subsystem for Linux, the latest CSPs, and more.
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.pagetype: mobile
|
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
title: Documentation for Windows 10 Insider Preview (Windows 10)
|
title: Documentation for Windows 10 Insider Preview (Windows 10)
|
||||||
description: Preliminary documentation for some Windows 10 features in Insider Preview.
|
description: Preliminary documentation for some Windows 10 features in Insider Preview.
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.date: 04/14/2017
|
ms.date: 04/14/2017
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
|
@ -3,14 +3,10 @@ title: Windows 11 overview for administrators
|
|||||||
description: Learn more about Windows 11. Read about the features IT professionals and administrators should know about Windows 11, including security, using apps, using Android apps, the new desktop, and deploying and servicing PCs.
|
description: Learn more about Windows 11. Read about the features IT professionals and administrators should know about Windows 11, including security, using apps, using Android apps, the new desktop, and deploying and servicing PCs.
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
audience: itpro
|
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.collection: highpri
|
ms.collection: highpri
|
||||||
ms.custom: intro-overview
|
ms.custom: intro-overview
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Plan for Windows 11
|
title: Plan for Windows 11
|
||||||
description: Windows 11 deployment planning, IT Pro content.
|
description: Windows 11 deployment planning, IT Pro content.
|
||||||
keywords: ["get started", "windows 11", "plan"]
|
|
||||||
ms.prod: w11
|
ms.prod: w11
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Prepare for Windows 11
|
title: Prepare for Windows 11
|
||||||
description: Prepare your infrastructure and tools to deploy Windows 11, IT Pro content.
|
description: Prepare your infrastructure and tools to deploy Windows 11, IT Pro content.
|
||||||
keywords: ["get started", "windows 11"]
|
|
||||||
ms.prod: w11
|
ms.prod: w11
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
|
@ -2,14 +2,10 @@
|
|||||||
title: Windows 11 requirements
|
title: Windows 11 requirements
|
||||||
description: Hardware requirements to deploy Windows 11
|
description: Hardware requirements to deploy Windows 11
|
||||||
manager: dougeby
|
manager: dougeby
|
||||||
ms.audience: itpro
|
|
||||||
author: aczechowski
|
author: aczechowski
|
||||||
ms.author: aaroncz
|
ms.author: aaroncz
|
||||||
ms.prod: w11
|
ms.prod: w11
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
audience: itpro
|
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.custom: seo-marvel-apr2020
|
ms.custom: seo-marvel-apr2020
|
||||||
ms.collection: highpri
|
ms.collection: highpri
|
||||||
|
Loading…
x
Reference in New Issue
Block a user