Skip to content

Commit a72116d

Browse files
Merge pull request #43509 from cekunze/patch-1
Update manage-stale-devices.md
2 parents 448490f + 6d153f6 commit a72116d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/devices/manage-stale-devices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If your device is under control of Intune or any other MDM solution, retire the
8888

8989
### System-managed devices
9090

91-
Don't delete system-managed devices. These are generally devices such as auto-pilot. Once deleted, these devices can't be reprovisioned. The new `get-msoldevice` cmdlet excludes system-managed devices by default.
91+
Don't delete system-managed devices. These are generally devices such as Autopilot. Once deleted, these devices can't be reprovisioned. The new `get-msoldevice` cmdlet excludes system-managed devices by default.
9292

9393
### Hybrid Azure AD joined devices
9494

@@ -124,7 +124,7 @@ Disable or delete Azure AD registered devices in the Azure AD.
124124
125125
## Clean up stale devices in the Azure portal
126126

127-
While you can cleanup stale devices in the Azure portal, it is more efficient, to handle this process using a PowerShell script. Use the latest PowerShell V1 module to use the timestamp filter and to filter out system-managed devices such as auto-pilot. At this point, using PowerShell V2 is not recommended.
127+
While you can cleanup stale devices in the Azure portal, it is more efficient, to handle this process using a PowerShell script. Use the latest PowerShell V1 module to use the timestamp filter and to filter out system-managed devices such as Autopilot. At this point, using PowerShell V2 is not recommended.
128128

129129
A typical routine consists of the following steps:
130130

0 commit comments

Comments
 (0)