Powershell get openfiles

get-smbopenfile | sort path | export-csv c:\temp\openfiles.csv
or append to readable outfile
get-smbopenfile | sort path | out-file -append c:\temp\openfiles.txt

More articles

Dynamic botnet filter

We can utilize dynamic botnet filters on firewalls and specific services can be called upon dynamically. On Github there are several

Read More »