Tag: windows

  • Troubleshooting – Monitor File Access with SysMon

    I want to monitor what files are created, deleted, etc. on a local drive for troubleshooting. Sysmon by SysInternals should be able to do it. So let’s give it a go. Config First we need a config file. This one monitores file delete/create. There are loads more options to choose from. Install Let’s install this…

  • SSH for Windows

    A lot of people might be aware, that windows supports the openssh client natively now. Just had over to powershell and enter ssh server.example.org and you can start a ssh connection. But… How many knew that you can setup openssh server too? Let’s give it a try: