Fix wrong RID of WinRMRemoteWMIUsers__

The RID of WinRMRemoteWMIUsers__ is not always 1000. I seen many domains where it is not.
This commit is contained in:
Jonas Bülow Knudsen 2021-05-25 10:33:09 -07:00 committed by GitHub
parent 3374ad6e5a
commit b8dbc9f77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3716,7 +3716,7 @@ This security group was introduced in Windows Server 2012, and it has not chang
<tbody> <tbody>
<tr class="odd"> <tr class="odd">
<td><p>Well-Known SID/RID</p></td> <td><p>Well-Known SID/RID</p></td>
<td><p>S-1-5-21-&lt;domain&gt;-1000</p></td> <td><p>S-1-5-21-&lt;domain&gt;-&lt;variable RID&gt;</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
<td><p>Type</p></td> <td><p>Type</p></td>
@ -3760,4 +3760,4 @@ This security group was introduced in Windows Server 2012, and it has not chang
- [Special Identities](special-identities.md) - [Special Identities](special-identities.md)
- [Access Control Overview](access-control.md) - [Access Control Overview](access-control.md)