# wsession

`net::wsession` displays the active sessions through [NetWkstaUserEnum()](https://web.archive.org/web/20190909155552/https://docs.microsoft.com/en-us/windows/win32/api/lmwksta/nf-lmwksta-netwkstauserenum) Win32 API function.

```
mimikatz # net::wsession

Username   : m3g9tr0n
Domain     : hacklab
LogonServer: DC

Username   : m3g9tr0n
Domain     : hacklab
LogonServer: DC

Username   : WIN10$
Domain     : hacklab
LogonServer:

Username   : WIN10$
Domain     : hacklab
LogonServer:
```


---

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