Skip to content

Commit 4b0a771

Browse files
Update manage-stale-devices.md
1 parent a63c811 commit 4b0a771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Get-AzureADDevice -All:$true | Where {$_.ApproximateLastLogonTimeStamp -le $dt}
158158

159159
### Delete devices
160160

161-
> [CAUTION]
161+
> [!CAUTION]
162162
> The `Remove-AzureADDevice` cmdlet does not provide a warning. Running this command will delete devices without prompting. **There is no way to recover deleted devices**.
163163
164164
Using the same 90 day example we can pipe the output to delete the devices that have a logon time stamp over 90 days old.

0 commit comments

Comments
 (0)