# user

`net::user` displays the local users

```
mimikatz # net::user

Domain name : Builtin
Domain SID  : S-1-5-32

Domain name : WIN10
Domain SID  : S-1-5-21-1604892360-3618202543-1602915806
 500   Administrator
 | 513   None   (Group)
 |´544   Administrators (Alias)
 503   DefaultAccount
 | 513   None   (Group)
 |´581   System Managed Accounts Group  (Alias)
 501   Guest
 | 513   None   (Group)
 |´546   Guests (Alias)
 1003  vs2022
 | 513   None   (Group)
 |´544   Administrators (Alias)
 |´559   Performance Log Users  (Alias)
 504   WDAGUtilityAccount
 | 513   None   (Group)
```


---

# 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/user.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.
