Windows Autopilot is a Microsoft solution that simplifies the deployment and management of Windows devices, particularly in enterprise and domain environments. Autopilot does not "image" systems in the traditional sense; instead, it provisions devices by applying configurations, policies, and apps over the cloud. Here's a detailed step-by-step guide for using Windows Autopilot for imaging and deployment:
1. Prerequisites
Before starting, ensure the following requirements are met:
Licensing:
- Microsoft 365 Business Premium, Microsoft 365 E3/E5, or equivalent license that includes Intune and Autopilot.
- Windows 10/11 Pro or Enterprise edition installed on the devices.
Infrastructure Setup:
- Azure Active Directory (Azure AD) configured.
- Microsoft Intune or Endpoint Manager for device management.
- Access to the Microsoft Endpoint Manager admin center.
Devices:
- Devices must support Windows Autopilot and have internet access.
- Obtain device hardware IDs (e.g., hardware hash).
2. Obtain the Device Hardware Hash
The hardware hash uniquely identifies each device and is required to register it with Autopilot.
Method A: From the Manufacturer
- If purchasing devices in bulk, request the hardware hash file from the manufacturer (OEM).
- Supported manufacturers include Dell, HP, Lenovo, and more.
Method B: Manually Collect the Hardware Hash
- Boot the device into Windows OOBE (Out of Box Experience).
- Press Shift + F10 to open the command prompt.
- Run the following PowerShell commands:
- Save the resulting
.csv
file.
3. Register Devices in Windows Autopilot
- Sign in to Endpoint Manager:
- Upload the Hardware Hash:
- Navigate to Devices > Windows > Windows Enrollment > Devices.
- Click Import and upload the
.csv
file containing the hardware hash.
- Assign Profiles (optional):
- After uploading, assign a deployment profile to the devices.
4. Create an Autopilot Deployment Profile
Deployment profiles determine how devices are configured during setup.
- Navigate to Profiles:
- In the Endpoint Manager admin center, go to Devices > Windows > Windows Enrollment > Deployment Profiles.
- Create a New Profile:
- Click + Create Profile and select Windows PC.
- Configure Settings:
- Name: Assign a profile name.
- Convert all targeted devices to Autopilot: (optional).
- Out-of-Box Experience (OOBE):
- Deployment mode: Choose between User-driven, Self-deploying, or Pre-provisioning.
- Join to Azure AD: Select Azure AD Join or Hybrid Azure AD Join.
- Skip Cortana, OneDrive, and OEM setup screens.
- Assign Profile to Devices:
- Select the devices from the device list and assign the profile.
5. Assign Apps and Policies in Intune
Configure Applications:
- In Endpoint Manager, go to Apps > Windows Apps.
- Add required applications (e.g., Office 365, company software).
- Assign the apps to device groups or user groups.
Set Up Policies:
- Configuration Profiles:
- Navigate to Devices > Configuration Profiles.
- Create policies for settings like Wi-Fi, VPN, and BitLocker.
- Compliance Policies:
- Define compliance requirements (e.g., minimum OS version).
- Security Baselines:
- Use predefined baselines for secure configurations.
- Configuration Profiles:
6. Deploy the Device
- Boot the Device:
- Connect the device to the internet and start it in OOBE mode.
- The device will check in with Azure AD and retrieve its assigned Autopilot profile.
- Autopilot Provisioning:
- The device automatically applies the profile, joins Azure AD, and downloads assigned policies and apps.
- User Sign-In:
- For user-driven deployment, the user signs in with their Azure AD credentials, and the system finishes provisioning.
7. Monitor Deployment
- Check Device Status:
- In Endpoint Manager, navigate to Devices > Windows to view device statuses.
- Troubleshoot Issues:
- Use the Autopilot deployment logs (
%programdata%\Microsoft\IntuneManagementExtension\Logs
) for detailed error information.
- Use the Autopilot deployment logs (
8. Post-Deployment Management
- Manage Devices in Endpoint Manager:
- Apply updates, enforce policies, and troubleshoot issues remotely.
- Reprovisioning (Reset Autopilot):
- Use the Fresh Start or Reset feature in Endpoint Manager to redeploy Autopilot.
Advantages of Windows Autopilot
- No need for traditional imaging or on-premises infrastructure.
- Streamlined device setup and provisioning.
- Consistent configurations across all devices.
- Easy integration with cloud-based management tools.
Comments
Post a Comment