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

Checkmk

Because You want to know whats going on.. I am currently looking into an infrastructure monitoring tool called Checkmk that runs

Read More »