Skip to content

Commit 47d0fb4

Browse files
authored
update
1 parent 87525e6 commit 47d0fb4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

support/windows-server/active-directory/error-0x5-access-denied-rename-computer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ This resolves the problem for all DCs, and ensures they all use the same setting
6161
## Method 2: Delete the registry value RestrictRemoteSam
6262

6363
> [!NOTE]
64-
> Only consider this approach if for some reason you can't follow method 1. With this method, you might encounter the problem again if a DC happens to have `RestrictRemoteSam` set to a restrictive Access Control List.
64+
>
65+
> - Only consider this approach if for some reason you can't follow method 1. With this method, you might encounter the problem again if a DC happens to have `RestrictRemoteSam` set to a restrictive Access Control List.
66+
> - The default Security Descriptor Definition Language (SDDL) could be overwritten by the setting defined in other level Group Policy Objects (GPOs).
6567
66-
Delete the registry value to apply the default Security Descriptor Definition Language (SDDL). The default value for DCs means that everyone has read permissions to preserve compatibility. To delete the registry value, run the following command:
68+
Delete the registry value to apply the default SDDL. The default value for DCs means that everyone has read permissions to preserve compatibility. To delete the registry value, run the following command:
6769

6870
```console
6971
reg delete "HKLM\system\currentControlSet\control\lsa" /v restrictRemoteSam /f

0 commit comments

Comments
 (0)