You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,6 +43,9 @@ This article provides step-by-step guidance for manual registration. For more in
48
43
49
44
Device enrollment requires *Intune Administrator* or *Policy and Profile Manager* permissions. You can also create a custom Autopilot device manager role by using [role-based access control](../intune/fundamentals/role-based-access-control.md). Autopilot device management requires only that you enable all permissions under **Enrollment programs**, except for the four token management options.
50
45
46
+
> [!NOTE]
47
+
> In both Intune Administrator and role-based access control methods, the administrative user also requires consent to use the Microsoft Intune PowerShell enterprise application.
48
+
51
49
## Collect the hardware hash
52
50
53
51
The following methods are available to harvest a hardware hash from existing devices:
@@ -78,7 +76,7 @@ Microsoft Endpoint Configuration Manager automatically collects the hardware has
78
76
79
77
### PowerShell
80
78
81
-
The hardware hash for an existing device is available through Windows Management Instrumentation (WMI), as long as that device is running a supported version of Windows. You can use a PowerShell script ([Get-WindowsAutoPilotInfo.ps1](https://www.powershellgallery.com/packages/Get-WindowsAutoPilotInfo)) to get a device's hardware hash and serial number. The serial number is useful for quickly seeing which device the hardware hash belongs to.
79
+
The hardware hash for an existing device is available through Windows Management Instrumentation (WMI), as long as that device is running a supported version of Windows. You can use a PowerShell script ([Get-WindowsAutopilotInfo.ps1](https://www.powershellgallery.com/packages/Get-WindowsAutopilotInfo)) to get a device's hardware hash and serial number. The serial number is useful for quickly seeing which device the hardware hash belongs to.
82
80
83
81
To use this script, you can use either of the following methods:
84
82
@@ -94,8 +92,8 @@ To install the script directly and capture the hardware hash from the local comp
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
112
-
Get-WindowsAutoPilotInfo -Online
110
+
Get-WindowsAutopilotInfo -Online
113
111
```
114
112
115
113
3. You're prompted to sign in. An account with the Intune Administrator role is sufficient, and the device hash will then be uploaded automatically.
@@ -123,7 +121,7 @@ To install the script directly and capture the hardware hash from the local comp
123
121
> [!NOTE]
124
122
> Because Intune offers free (or inexpensive) accounts that lack robust vetting, and because 4K hardware hashes contain sensitive information that only device owners should maintain, we recommend registering devices through Microsoft Endpoint Manager via a 4K hardware hash only for testing or other limited scenarios. In most cases, you should instead use the Microsoft Partner Center for Autopilot device registration.
125
123
126
-
For more information about running the *Get-WindowsAutoPilotInfo.ps1* script, see the script's help by using `Get-Help Get-WindowsAutoPilotInfo`.
124
+
For more information about running the *Get-WindowsAutopilotInfo.ps1* script, see the script's help by using `Get-Help Get-WindowsAutopilotInfo`.
127
125
128
126
### Diagnostics page hash export
129
127
@@ -166,7 +164,8 @@ Keep these other requirements for the CSV file in mind:
166
164
- You can use only ANSI-format text files (not Unicode).
167
165
- Headers are case-sensitive.
168
166
169
-
Because of these requirements, editing an Excel file and saving it as .csv will not generate a usable file for importing into the Intune portal.
167
+
> [!IMPORTANT]
168
+
> Use a plain-text editor with this CSV file, like Notepad. Don't use Microsoft Excel. Because of the requirements, editing an Excel file and saving it as `.csv` won't generate a usable file for importing to Intune.
170
169
171
170
When you upload a CSV file to assign a user, make sure that you assign valid User Principal Names (UPNs). If you assign an invalid UPN (that is, an incorrect username), your device might be inaccessible until you remove the invalid assignment.
0 commit comments