# alias

`net::alias` displays more information about the local group memberships including Remote Desktop Users, Distributed COM Users, etc.

```
mimikatz # net::alias

Domain name : Builtin
Domain SID  : S-1-5-32
 579   Access Control Assistance Operators
 544   Administrators
 | S-1-5-21-1604892360-3618202543-1602915806-500
 | S-1-5-21-1604892360-3618202543-1602915806-1003
 | S-1-5-21-2725560159-1428537199-2260736313-512
 | S-1-5-21-2725560159-1428537199-2260736313-1730
 551   Backup Operators
 569   Cryptographic Operators
 583   Device Owners
 562   Distributed COM Users
 573   Event Log Readers
 546   Guests
 | S-1-5-21-1604892360-3618202543-1602915806-501
 578   Hyper-V Administrators
 568   IIS_IUSRS
 | S-1-5-17
 556   Network Configuration Operators
 559   Performance Log Users
 | S-1-5-21-1604892360-3618202543-1602915806-1003
 | S-1-5-4
 558   Performance Monitor Users
 547   Power Users
 555   Remote Desktop Users
 580   Remote Management Users
 552   Replicator
 581   System Managed Accounts Group
 | S-1-5-21-1604892360-3618202543-1602915806-503
 545   Users
 | S-1-5-4
 | S-1-5-11
 | S-1-5-21-2725560159-1428537199-2260736313-513

Domain name : WIN10
Domain SID  : S-1-5-21-1604892360-3618202543-1602915806
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tools.thehacker.recipes/mimikatz/modules/net/alias.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
