Skip to content

Commit 4823061

Browse files
authored
update
1 parent 04ed1cb commit 4823061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/windows-server/active-directory/cannot-edit-delete-ad-object-error-sam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ repadmin -showobjmeta DC01 "CN=oldcomputer,OU=Disabled,OU=Workstations,DC=contos
7676
Here's the interpretation of the metadata:
7777

7878
- The `sAMAccountType` and `objectCategory` attributes
79-
- They're set once.
79+
- They're usually set once.
8080
- The version is `2`, and they aren't set at this time. So they were removed during the object deletion, and weren't repopulated during the undeletion.
8181
- The `isDeleted` attribute
8282
- The version also shows `2`. This means the object was deleted and was undeleted by clearing the attribute.
@@ -128,7 +128,7 @@ For example:
128128
129129
- Use the GUID-based syntax:
130130
131-
If the object name contains special characters, use Unicode for the LDIF file, or use the GUID-based syntax.
131+
If the object name contains special characters, use Unicode for the LDIFDE import file, or use the GUID-based syntax.
132132
133133
An object name can be expressed as`<guid=cf2b4aca-0e67-47d9-98aa-30a5fe30dc36>` in the GUID-based syntax.
134134

0 commit comments

Comments
 (0)