Skip to content

Commit e7d1639

Browse files
changed unit formatting to align with other two modules in learning path
1 parent 5a170f1 commit e7d1639

4 files changed

Lines changed: 51 additions & 74 deletions

File tree

learn-pr/device-partner-university/prepare-windows/3-phases-rings.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

learn-pr/device-partner-university/prepare-windows/includes/2-prepare.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,54 @@ Let’s review each of these areas one by one, outlining the tasks and deliverab
1414
1515
> [!NOTE]
1616
> Our recommended way forward is cloud-native, with devices Microsoft Entra ID-joined and managed through Microsoft Intune. Cloud-native management can simplify planning, preparation, deployment, and ongoing management of Windows 11 using Microsoft Intune and Windows Autopatch. Many of these processes can also be adapted for hybrid or on-premises environments. [Discover which option is right for your organization on Microsoft Learn.](https://aka.ms/EntraJoin-WhichOption)
17+
18+
## Phased or ring-based approach to deploying Windows
19+
20+
Throughout this module, we talk about deployment rings and different project phases. It's common for some of the terms to be used interchangeably, but for clarity, here’s how we’ll define the different phases of a deployment project in this module:
21+
22+
- **Proof of Concept (PoC).** An optional phase often performed in a lab environment. It’s most useful at the earliest stages of the project to test basic functionality and assumptions. Sometimes called a Limited Pilot.
23+
24+
- **Pilot.** The first phase you perform in the production environment, used to test wider infrastructure, connectivity, and application compatibility.
25+
26+
- **Broad deployment.** One or more further deployment phases in the production environment, known as rings. In Windows Autopatch, these are called first, fast, and broad rings, eventually targeting the majority of the estate.
27+
28+
![A diagram showing the phases of a deployment project: lab Proof of Concept, Pilot deployment, and ringed broad deployment in the production environment.](../media/project-phases.svg)
29+
30+
## Helpful reports across the deployment phases
31+
32+
Windows diagnostic data provides the information for Windows update compatibility reports, so it’s not necessary to install agents. You can use Microsoft Intune (preferred) or Microsoft Configuration Manager to deploy diagnostic data settings to the clients you want to report on.
33+
34+
### Suggested reports
35+
36+
| Area of use | Report name | Source | Phase |
37+
|------------|-------------|--------|-------|
38+
| Device readiness | [Windows feature update device readiness report](/mem/intune/protect/windows-update-compatibility-reports#use-the-windows-feature-update-device-readiness-report)| Microsoft Intune | Plan, Prepare |
39+
| Device readiness | [Windows feature update compatibility risks report](/intune/intune-service/protect/windows-update-compatibility-reports#use-the-windows-feature-update-compatibility-risks-report) | Microsoft Intune | Prepare |
40+
| Device readiness | [Work from anywhere report](/intune/analytics/work-from-anywhere) | Endpoint analytics | Plan |
41+
| Device readiness | [Feature updates – device status](/windows/deployment/update/wufb-reports-workbook#feature-updates-tab) | Windows Update for Business reports | Plan |
42+
| Application inventory | [Discovered apps report](/intune/intune-service/apps/app-discovered-apps) | Microsoft Intune | Plan |
43+
| Device provisioning | [Work from anywhere report](/intune/analytics/work-from-anywhere) | Endpoint analytics | Plan |
44+
| Device identity | [Work from anywhere report](/intune/analytics/work-from-anywhere) | Endpoint analytics | Plan |
45+
| Deployment status | [Feature update status report](/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-status-report) | Windows Autopatch | Deploy |
46+
| Deployment status | [Feature update trending report](/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-trending-report) | Windows Autopatch | Deploy |
47+
| Deployment status | [Management status report](/windows/deployment/windows-autopatch/monitor/windows-autopatch-management-status-report) | Windows Autopatch | Deploy |
48+
| Deployment status | [Windows quality and feature update reports](/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview#windows-feature-update-reports) | Windows Autopatch | Deploy |
49+
| Deployment status | [Feature update failures report (Organizational)](/intune/intune-service/fundamentals/reports#feature-update-failures-report-operational) | Microsoft Intune | Deploy |
50+
| Deployment status | [Windows feature update (Organizational)](/intune/intune-service/fundamentals/reports#windows-feature-update-organizational) | Microsoft Intune | Deploy |
51+
| Deployment status | [Windows feature update report](/intune/intune-service/protect/windows-update-reports#use-the-windows-10-feature-updates-organizational-report) | Microsoft Intune | Deploy |
52+
| Deployment efficiency | [Delivery Optimization report](/windows/deployment/update/wufb-reports-workbook#bkmk_do) | Windows Update for Business reports | Deploy |
53+
54+
### Prerequisites for report use
55+
56+
| Report source | Prerequisites |
57+
|--------------|---------------|
58+
| Microsoft Intune | • Microsoft Entra joined or Microsoft Entra hybrid joined devices<br>• Devices managed by Microsoft Intune, by Configuration Manager with tenant attach enabled, or co-managed<br>• [Windows diagnostic data enabled](/windows/privacy/configure-windows-diagnostic-data-in-your-organization) (minimum level: “Required”).<br>• [Enabled diagnostic data in processor](/intune/intune-service/protect/data-enable-windows-data#windows-data)<br>• A valid license: Windows 10/11 Enterprise (E3, E5), Windows 10/11 Education (A3, A5), Windows Virtual Desktop Access (E3, E5), or Microsoft 365 Business Premium<br>• Devices running Windows 10, version 1903 or later<br><br>[Use Windows Update for Business reports for Windows Updates in Microsoft Intune](/intune/intune-service/protect/windows-update-reports#prerequisites) |
59+
| Endpoint analytics | Same prerequisites as Microsoft Intune. For more information, visit [What is Endpoint analytics?](/intune/analytics/overview#bkmk_prereq). |
60+
| Window Update for Business reports (Azure workbook) | • Azure subscription with Microsoft Entra ID<br>• Microsoft Entra joined or Microsoft Entra hybrid joined devices<br>• Log analytics workspace in a supported region<br>• Devices running Windows 10/11 Professional, Education, or Enterprise edition<br>• [Windows diagnostic data enabled](/windows/privacy/configure-windows-diagnostic-data-in-your-organization) (minimum level: “Required”) <br><br> Check out prerequisites for [Windows Update for Business reports](/windows/deployment/update/wufb-reports-prerequisites) for more information.|
61+
| Windows Autopatch | Same [prerequisites](/windows/deployment/windows-autopatch/prepare/windows-autopatch-prerequisites) as Microsoft Intune. |
62+
63+
> [!IMPORTANT]
64+
> You might have to modify your [diagnostic data settings](/mem/intune/protect/data-enable-windows-data) to make full use of the reports used throughout this module.
65+
66+
> [!TIP]
67+
> Are there any steps from the Plan phase that you didn’t finish or still need help with? Is all stakeholder feedback addressed for the plan and all approvals secured? Review the check list and your notes from the Plan learning module before proceeding.

learn-pr/device-partner-university/prepare-windows/includes/3-phases-rings.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

learn-pr/device-partner-university/prepare-windows/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ units:
5151

5252
- learn.dpu.prepare-windows.introduction
5353
- learn.dpu.prepare-windows.prepare
54-
- learn.dpu.prepare-windows.phases-rings
5554
- learn.dpu.prepare-windows.operations
5655
- learn.dpu.prepare-windows.applications
5756
- learn.dpu.prepare-windows.infrastructure

0 commit comments

Comments
 (0)