> For the complete documentation index, see [llms.txt](https://omar-4.gitbook.io/omar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omar-4.gitbook.io/omar-docs/crtp-notes/ad-enumration/powerview-shares.md).

# PowerView Shares

**Find shared on hosts in the current domain**

```
Invoke-ShareFinder -Verbose
Invoke-ShareFinder -ExcludeStandard -ExcludePrint -ExcludeIPC
```

**Find sensitive files on computers in the domain**

```
Invoke-FileFinder -Verbose
```

**Get all fileservers of the domain**

```
Get-NetFileServer
```
