> For the complete documentation index, see [llms.txt](https://tools.thehacker.recipes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.thehacker.recipes/mimikatz/modules/net/wsession.md).

# 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:
```
