mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
draft
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
# [Windows Autopilot deployment](index.md)
|
||||
|
||||
# [What's new](windows-autopilot-whats-new.md)
|
||||
# Understanding Windows Autopilot
|
||||
## [Overview](windows-autopilot.md)
|
||||
## [Requirements](windows-autopilot-requirements.md)
|
||||
## [Platforms](windows-autopilot-platforms.md)
|
||||
## [Scenarios and capabilities](windows-autopilot-scenarios.md)
|
||||
## [Get started](demonstrate-deployment-on-vm.md)
|
||||
## [What's new](windows-autopilot-whats-new.md)
|
||||
|
||||
|
||||
# Deployment scenarios
|
||||
## [User-driven mode](user-driven.md)
|
||||
|
@ -30,6 +30,10 @@ This guide is intended for use by an IT-specialist, system architect, or busines
|
||||
|
||||
The following topics are available in this guide:
|
||||
|
||||
### What's new
|
||||
|
||||
Windows Autopilot is always being updated with [new features](windows-autopilot-whats-new.md)!
|
||||
|
||||
### Understanding Windows Autopilot
|
||||
|
||||
<table>
|
||||
@ -38,7 +42,6 @@ The following topics are available in this guide:
|
||||
<tr><td>[Platforms](windows-autopilot-platforms.md)<td>A summary of platforms available for registering Windows Autopilot devices.
|
||||
<tr><td>[Scenarios and Capabilities](windows-autopilot-scenarios.md)<td>A summary of Windows Autopilot deployment scenarios and capabilities.
|
||||
<tr><td>[Get started](demonstrate-deployment-on-vm.md)<td>Interested in trying out Autopilot? See this step-by-step walkthrough to test Windows Autopilot on a virtual machine or physical device with a free 30-day trial premium Intune account.
|
||||
<tr><td>[What's new](windows-autopilot-whats-new.md)<td>Windows Autopilot is always being updated with new features! Read about the latest new capabilities here.
|
||||
</table>
|
||||
|
||||
### Deployment scenarios
|
||||
|
@ -54,7 +54,7 @@ For all supported Windows 10 releases, Windows Autopilot also uses Windows Activ
|
||||
<tr><td>**Intune**<td>Once authenticated, Azure Active Directory will trigger enrollment of the device into the Intune MDM service. See the following link for details about network communication requirements: [Intune network configuration requirements and bandwidth](https://docs.microsoft.com/intune/network-bandwidth-use#network-communication-requirements).
|
||||
<tr><td>**Windows Update**<td>During the OOBE process, as well as after the Windows 10 OS is fully configured, the Windows Update service is leveraged to retrieve needed updates. If there are problems connecting to Windows Update, see [How to solve connection problems concerning Windows Update or Microsoft Update](https://support.microsoft.com/help/818018/how-to-solve-connection-problems-concerning-windows-update-or-microsof).
|
||||
|
||||
If Windows Update is inaccessible, the AutoPilot process will still continue.
|
||||
If Windows Update is inaccessible, the AutoPilot process will still continue but critical updates will not be available.
|
||||
|
||||
<tr><td>**Delivery Optimization**<td>When downloading Windows Updates, Microsoft Store apps and app updates, Office Updates and Intune Win32 Apps, the [Delivery Optimization](https://docs.microsoft.com/windows/deployment/update/waas-delivery-optimization) service is contacted to enable peer-to-peer sharing of content so that only a few devices need to download it from the internet.
|
||||
|
||||
@ -64,16 +64,17 @@ If the Delivery Optimization Service is inaccessible, the AutoPilot process will
|
||||
<tr><td>**Domain Name Services (DNS)**<td>To resolve DNS names for all services, the device communicates with a DNS server, typically provided via DHCP. This DNS server must be able to resolve internet names.
|
||||
<tr><td>**Diagnostics data**<td>To enable Windows Analytics and related diagnostics capabilities, see [Configure Windows diagnostic data in your organization](https://docs.microsoft.com/windows/configuration/configure-windows-diagnostic-data-in-your-organization).
|
||||
|
||||
If diagnostic data cannot be sent, the Autopilot process will still continue.
|
||||
If diagnostic data cannot be sent, the Autopilot process will still continue, but services that depend on diagnostic data, such as Windows Analytics, will not work.
|
||||
<tr><td>**Network Connection Status Indicator (NCSI)**<td>Windows must be able to tell that the device is able to access the internet. For more information, see [Network Connection Status Indicator (NCSI)](https://docs.microsoft.com/en-us/windows/privacy/manage-windows-1709-endpoints#network-connection-status-indicator-ncsi).
|
||||
|
||||
[www.msftconnecttest.com](http://www.msftconnecttest.com) must be resolvable via DNS and accessible via HTTP.
|
||||
<tr><td>**Windows Notification Services (WNS)**<td>This service is used to enable Windows to receive notifications from apps and services. See [Microsoft Store](https://docs.microsoft.com/en-us/windows/privacy/manage-windows-1809-endpoints#microsoft-store) for more information.
|
||||
|
||||
If the WNS services are not available, the Autopilot process will still continue.
|
||||
If the WNS services are not available, the Autopilot process will still continue without notifications.
|
||||
<tr><td>**Microsoft Store, Microsoft Store for Business**<td>Apps in the Microsoft Store can be pushed to the device, triggered via Intune (MDM). App updates and additional apps may also be needed when the user first logs in. For more information, see [Prerequisites for Microsoft Store for Business and Education](https://docs.microsoft.com/microsoft-store/prerequisites-microsoft-store-for-business)(also includes Azure AD and Windows Notification Services).
|
||||
|
||||
If the Microsoft Store is not accessible, the AutoPilot process will still continue.
|
||||
If the Microsoft Store is not accessible, the AutoPilot process will still continue without Microsoft Store apps.
|
||||
|
||||
<tr><td>**Office 365**<td>As part of the Intune device configuration, installation of Office 365 ProPlus may be required. For more information, see [Office 365 URLs and IP address ranges](https://support.office.com/en-us/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2)(includes all Office services, DNS names, IP addresses; includes Azure AD and other services that may overlap with those listed above).
|
||||
<tr><td>**Certificate revocation lists (CRLs)**<td>Some of these services will also need to check certificate revocation lists (CRLs) for certificates used in the services. A full list of these is documented at [Office 365 URLs and IP address ranges](https://support.office.com/en-us/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2#bkmk_crl) and [Office 365 Certificate Chains](https://aka.ms/o365chains).
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user