Welcome!
This is a little trick some might find useful. I was working on decommissioning some servers and I needed a way to find out what was connecting to these machines. I decided to create a script to log connections. I have done this in the past in various ways which usually involved logging a bunch [...]
tags: Uncategorized author: dmuegge comments: 3 Comments
Welcome!
One day I was pondering how I might use log parser to map visitors to a website by state. I am aware this is easily done with tools like Google Analytics, but I was interested in using existing logs for the info.
Using the PowerShell and Log Parser functions from the library listed in a previouse [...]
tags: Log Parser, PowerShell author: dmuegge comments: 1 Comment