Get-NetFileServer

#Find shares on hosts in current domain.
Invoke-ShareFinder –Verbose

Invoke-ShareFinder
Invoke-ShareFinder -Domain newyork.local
Invoke-ShareFinder -Domain maryland.local
Invoke-ShareFinder –Verbose -ExcludeStandard -ExcludeIPC -ExcludePrint


#Find sensitive files on computers in the domain
Invoke-FileFinder –Verbose


#Get all fileservers of the domain
Get-NetFileServer #Search file servers. Lot of users use to be logged in this kind of servers
Find-DomainShare -CheckShareAccess #Search readable shares
Find-InterestingDomainShareFile #Find interesting files, can use filters

Last updated