# group

`net::group` displays the local groups

```
mimikatz # net::group

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

Domain name : WIN10
Domain SID  : S-1-5-21-1604892360-3618202543-1602915806
 513   None
 | 500   Administrator  (User)
 | 501   Guest  (User)
 | 503   DefaultAccount (User)
 | 504   WDAGUtilityAccount     (User)
 | 1003  vs2022 (User)
```


---

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