“100 Yeni Laptop Geldi, Hepsini Kurmak Kaç Saat?”
Önceki süreç:
- BT kişisi laptop açar, domain join, GPO apply, app install, user profile
- 50 dakika / laptop
- 100 laptop × 50 dk = 83 saat (2 tam hafta)
Autopilot ile:
- Laptop direkt kullanıcıya kargo
- Kullanıcı kutudan çıkarır, wifi’a bağlar, email girer
- 15 dakika sonra her şey hazır
- IT 0 saat saha işi
Hızlı Çözüm (TL;DR)
- Hardware hash toplama (laptop satıcısından veya Windows PowerShell)
- Intune’a hash upload
- Deployment profile oluştur (user-driven, self-deploying vs. white-glove)
- Device’a profile ata (group-based)
- Yeni laptop OOBE (Out of Box Experience) — Autopilot tetiklenir
Hardware Hash Nedir?
Her cihazın unique ID’si. Laptop satıcısı (Dell, HP, Lenovo) genelde:
- Kurumsal order’da hash’leri CSV olarak verir
- Satıcı direkt Microsoft’un Partner Center’ına upload eder
Eğer satıcı vermiyorsa manuel:
# Laptop'ta OOBE'de Shift+F10 → PowerShell
Install-Script -Name Get-WindowsAutoPilotInfo -Force
Get-WindowsAutoPilotInfo.ps1 -OutputFile hash.csv
Hash.csv:
Device Serial Number,Windows Product ID,Hardware Hash
0123456789,,T0FwAEEAAAA...
10:00 — Intune’a Hash Upload
Microsoft Intune admin center:
📸 Ekran 1 — Autopilot Devices
Devices > Enroll devices > Windows enrollment > Windows Autopilot Devices
”+ Import” button
CSV file select
Import
Hash’ler Intune’a yüklenir. 10-15 dk process.
10:15 — Deployment Profile
Devices > Enroll devices > Deployment profiles > + Create profile > Windows PC:
📸 Ekran 2 — Create Deployment Profile
Name: “Corp Standard - User Driven”
Convert all targeted devices to Autopilot: YesDeployment Mode:
● User-Driven — user logs in with AAD credentials
○ Self-Deploying — kiosk, display (no user) — manyetik cihaz
○ Pre-provisioning — IT pre-provisions, sonra kullanıcıya teslim
Out-of-Box Experience Config
📸 Ekran 3 — OOBE settings
☑ Hide privacy settings
☑ Hide change account options (prevent local admin)
☐ Skip keyboard selection page (default Türkçe)
User account type: Standard User (admin değil)
☑ Allow Windows pre-provisioning
☑ Apply device name template: “CORP-%RAND:5%“
Join Type
📸 Ekran 4 — Join to Azure AD
● Azure AD joined (cloud-only)
○ Hybrid Azure AD joined (on-prem AD + Azure AD)
Hybrid seçerseniz Entra Connect hazır olmalı + on-prem AD yapılandırması.
Save.
10:30 — Device Group + Profile Assignment
Devices > Windows > Autopilot devices’taki cihazlar bir gruba ekle:
# Azure AD Dynamic Group
membershipRule:
(device.devicePhysicalIDs -any _ -startsWith "[ZTDId]")
Autopilot cihazlar otomatik bu gruba düşer.
Deployment profile > Assignments > + Select groups to include:
- “Autopilot Devices - Corp Standard”
Save.
10:45 — App Assignment (Önceden Kurulum)
Intune’da kurumsal app’ler cihaza önceden kuruluyor olacak:
- Microsoft 365 Apps (Office)
- Corporate VPN client
- Antivirus (Defender otomatik gelir)
- Custom LOB app (Line of Business)
Apps > + Add > (Microsoft 365 Apps — Assignment: Corp Standard group)
11:00 — Compliance Policy
Cihaz compliant olmalı:
- BitLocker aktif
- Minimum Windows version
- Firewall ON
- Antivirus real-time protection ON
Devices > Compliance policies > + Create policy > Windows 10+:
- Bitlocker encryption: Require
- Password: Min 8 char
- OS version: 10.0.19045.2846+ (Windows 10 22H2 baseline)
Assignment: Corp Standard group.
11:15 — Test — İlk Laptop
Fresh laptop kutudan çıkar:
- Power on
- WiFi select + connect
- Language: Türkçe
- “Sign in with Microsoft account” →
user@firma.com.tr+ password - Autopilot identification (hash match bulur)
- Deployment profile apply:
- Device name set: CORP-ABCDE
- Azure AD join
- Intune enroll
- Enrollment Status Page (ESP) — app’ler kurulum
- Microsoft 365 Apps: Installing… (8 dk)
- VPN Client: Installing… (2 dk)
- Compliance check: Pass ✓
- Desktop ready. Kullanıcı çalışmaya hazır.
Toplam: 15-20 dakika. BT hiç dokunmadı.
Yaygın Hatalar
OOBE’de Autopilot Profile Apply Olmuyor
- Hash Intune’da registered mi?
- Profile Device Group’una assigned mi?
- Azure AD sync delay — 15-30 dk bekle
ESP Takılıyor
App install fail — specific app hatası. ESP config’te:
Track installation progress for specific apps: (select only critical)
Timeout: 60 min
“Something went wrong” - 0x801c0003
Bu hata için dedicated bulten.
White Glove Mode
IT tarafından pre-provision, sonra kullanıcıya teslim:
- BT laptop’u OOBE’de aç
- Shift+F10 → “Apply custom image”
- Sign-in with IT admin
- Autopilot White Glove mode
- App’ler install, Bitlocker encrypt
- 30-45 dk sonra “Ready to hand off”
- Kullanıcı sadece kendi hesabıyla sign-in → hızlı başlangıç
End-user experience: 3 dakika.
İlgili Rehberler
Modern workplace + Intune deployment için uzman destek? Teknik görüşme.