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: articles/active-directory/fundamentals/recover-from-deletions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,15 +97,15 @@ The most common scenario for deletions is when administrative units (AU) are del
97
97
98
98
## Recover from soft deletion
99
99
100
-
You can restore soft-deleted items in the administrative portal, or by using Microsoft Graph. Not all object classes can manage soft-delete capabilities in the portal, some are only listed, viewed, hard deleted, or restored using the deletedItems Microsoft Graph API
100
+
You can restore soft-deleted items in the administrative portal, or by using Microsoft Graph. Not all object classes can manage soft-delete capabilities in the portal, some are only listed, viewed, hard deleted, or restored using the deletedItems Microsoft Graph API.
101
101
102
102
### Properties maintained with soft delete
103
103
104
104
| Object type | Important properties maintained |
105
105
| - | -|
106
106
|Users (including external users)|All properties are maintained, including ObjectID, group memberships, roles, licenses, and application assignments|
107
107
|Microsoft 365 Groups|All properties are maintained, including ObjectID, group memberships, licenses, and application assignments|
108
-
|Application registration||All properties are maintained. See more information after this table.|
108
+
|Application registration|All properties are maintained. See more information after this table.|
109
109
|Service principal|All properties maintained|
110
110
|Administrative unit (AU)|All properties maintained|
111
111
@@ -143,7 +143,7 @@ Currently, service principals can be listed, viewed, hard deleted, or restored v
143
143
144
144
### Administrative units
145
145
146
-
Administrative units can be listed, viewed, hard deleted, or restored via the deletedItems Microsoft Graph API. To restore administrative units using Microsoft Graph, see [Restore deleted item - Microsoft Graph v1.0.](/graph/api/directory-deleteditems-restore?tabs=http).
146
+
AUs can be listed, viewed, hard deleted, or restored via the deletedItems Microsoft Graph API. To restore AUs using Microsoft Graph, see [Restore deleted item - Microsoft Graph v1.0.](/graph/api/directory-deleteditems-restore?tabs=http).
0 commit comments