> 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/share.md).

# share

`net::share` displays the available shares

```
mimikatz # net::share

Netname : ADMIN$
Type    : 80000000 - disktree ; special ;
Uses    : 0/4294967295
Path    : C:\WINDOWS

Netname : C$
Type    : 80000000 - disktree ; special ;
Uses    : 0/4294967295
Path    : C:\

Netname : IPC$
Type    : 80000003 - ipc ; special ;
Uses    : 0/4294967295
Path    :
```
