PowerView is a module within PowerSploit written in PowerShell to gain network situational awareness on Windows domains. The below command will query the Domain Controller for a list of available shares that the current user has access to.
Command Reference:
Target IP: 10.10.10.1
Domain: test.local
Find-DomainShare -CheckShareAccess -Domain test.local -DomainController 10.10.10.1