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

Docker networking :)

Docker networking is just awesome. -if you enjoy networking. Especially check out the IPVLAN L3 functionality, it is really nice. Learn

Read More »