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
Copy file name to clipboardExpand all lines: src/data/standards.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -674,6 +674,30 @@
674
674
"powershellEquivalent": "",
675
675
"recommendedBy": []
676
676
},
677
+
{
678
+
"name": "standards.StaleEntraDevices",
679
+
"cat": "Entra (AAD) Standards",
680
+
"tag": ["highimpact", "CIS"],
681
+
"helpText": "Cleans up Entra devices that have not connected/signed in for the specified number of days.",
682
+
"docsDescription": "Cleans up Entra devices that have not connected/signed in for the specified number of days. First disables and later deletes the devices. More info can be found in the [Microsoft documentation](https://learn.microsoft.com/en-us/entra/identity/devices/manage-stale-devices)",
0 commit comments