Skip to content

Commit c7e002c

Browse files
committed
Fixing Merge Conflict for What's New
2 parents fed5a92 + 52a9eca commit c7e002c

122 files changed

Lines changed: 3916 additions & 1042 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ _themes/
1616
.openpublishing.build.mdproj
1717
.openpublishing.buildcore.ps1
1818
packages.config
19+
.DS_Store

memdocs/autopilot/add-devices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Microsoft Endpoint Configuration Manager automatically collects the hardware has
7878

7979
### PowerShell
8080

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.
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.
8282

8383
To use this script, you can use either of the following methods:
8484

@@ -94,8 +94,8 @@ To install the script directly and capture the hardware hash from the local comp
9494
Set-Location -Path "C:\HWID"
9595
$env:Path += ";C:\Program Files\WindowsPowerShell\Scripts"
9696
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
97-
Install-Script -Name Get-WindowsAutoPilotInfo
98-
Get-WindowsAutoPilotInfo -OutputFile AutoPilotHWID.csv
97+
Install-Script -Name Get-WindowsAutopilotInfo
98+
Get-WindowsAutopilotInfo -OutputFile AutopilotHWID.csv
9999
```
100100

101101
You can run the commands remotely if both of the following are true:
@@ -109,7 +109,7 @@ To install the script directly and capture the hardware hash from the local comp
109109
PowerShell.exe -ExecutionPolicy Bypass
110110
Install-Script -name Get-WindowsAutopilotInfo -Force
111111
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
112-
Get-WindowsAutoPilotInfo -Online
112+
Get-WindowsAutopilotInfo -Online
113113
```
114114

115115
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 +123,7 @@ To install the script directly and capture the hardware hash from the local comp
123123
> [!NOTE]
124124
> 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.
125125
126-
For more information about running the *Get-WindowsAutoPilotInfo.ps1* script, see the script's help by using `Get-Help Get-WindowsAutoPilotInfo`.
126+
For more information about running the *Get-WindowsAutopilotInfo.ps1* script, see the script's help by using `Get-Help Get-WindowsAutopilotInfo`.
127127

128128
### Diagnostics page hash export
129129

memdocs/autopilot/autopilot-faq.yml

Lines changed: 397 additions & 102 deletions
Large diffs are not rendered by default.

memdocs/autopilot/autopilot-mbr.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ Repair technicians must sign in to the repaired device to capture the new device
138138

139139
Those repair facilities with access to the OA3 Tool (which is part of the ADK) can use the tool to capture the 4K Hardware Hash (4K HH).
140140

141-
Instead, the [WindowsAutoPilotInfo PowerShell script](https://www.powershellgallery.com/packages/Get-WindowsAutoPilotInfo) can be used to capture the 4K HH.
141+
Instead, the [WindowsAutopilotInfo PowerShell script](https://www.powershellgallery.com/packages/Get-WindowsAutopilotInfo) can be used to capture the 4K HH.
142142

143143
> [!NOTE]
144144
> Other methods in addition to Windows PowerShell are also available to capture the hardware hash. For more information, see [Collect the hardware hash](add-devices.md#collect-the-hardware-hash).
145145
146-
To use the **WindowsAutoPilotInfo** PowerShell script, follow these steps:
146+
To use the **WindowsAutopilotInfo** PowerShell script, follow these steps:
147147

148-
1. Install the script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Get-WindowsAutoPilotInfo) or from the command line (command-line installation is shown below).
148+
1. Install the script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Get-WindowsAutopilotInfo) or from the command line (command-line installation is shown below).
149149
2. Navigate to the script directory and run it on the device when the device is either in Full OS or Audit Mode. See the following example.
150150

151151
```powershell
@@ -410,7 +410,6 @@ Assuming the used HDD was previously deregistered (before being used in this rep
410410
We don't recommend any of these scenarios.
411411

412412

413-
<tr><td>A device repaired more than three times<td>No<td>Autopilot isn't supported when a device is repeatedly repaired. Parts NOT replaced become associated with too many parts that have been replaced. This makes it difficult to uniquely identify that device in the future.
414413
<tr><td>Memory replacement<td>Yes<td>Replacing the memory on a damaged device doesn't negatively affect the Autopilot experience on that device. No de/reregistration is needed. The repair technician simply needs to replace the memory.
415414
<tr><td>GPU replacement<td>Yes<td>Replacing the GPU(s) on a damaged device doesn't negatively affect the Autopilot experience on that device. No de/reregistration is needed. The repair technician simply needs to replace the GPU.
416415
</table>

0 commit comments

Comments
 (0)