Formatting

This commit is contained in:
ManikaDhiman
2020-03-24 15:00:42 -07:00
parent 9f0d66c64b
commit b1148fab9b

View File

@ -81,9 +81,9 @@ For example, you can create a Restricted Groups policy to allow only specified u
> [!CAUTION] > [!CAUTION]
> Attempting to remove the built-in administrator from the Administrators group will result in failure with the following error: > Attempting to remove the built-in administrator from the Administrators group will result in failure with the following error:
> | Error Code in Hex | Error Code in Dec| Symbolic Name | Error Description | Header | > | Error Code | Symbolic Name | Error Description | Header |
> |----------|----------|----------|----------|----------| > |----------|----------|----------|----------|----------|
> |0x55b|1371|ERROR_SPECIAL_ACCOUNT|Cannot perform this operation on built-in accounts.|winerror.h| > |0x55b (Hex)<br>1371 (Dec)|ERROR_SPECIAL_ACCOUNT|Cannot perform this operation on built-in accounts.|winerror.h|
Starting in Windows 10, version 1809, you can use this schema for retrieval and application of the RestrictedGroups/ConfigureGroupMembership policy. A minimum occurrence of 0 members when applying the policy implies clearing the access group and should be used with caution. Starting in Windows 10, version 1809, you can use this schema for retrieval and application of the RestrictedGroups/ConfigureGroupMembership policy. A minimum occurrence of 0 members when applying the policy implies clearing the access group and should be used with caution.