One of the essential tools in my day-to-day toolbox is a simple local log viewing tool, when I was trying various tools out, I had three core requirements: It must be fast to load and be able to parse large log files.It must support live tailing of the log file, as the file is being… Continue reading Tools – glogg
Tag: Development
Testing with Pester – Getting Started
I've been using Pester now for around 4 months now and I can't imagine developing any significant PowerShell code without it. It's firmly in my tool belt for developing robust modules and has forced me to consider the way my modules are structured. At this point though I wouldn't say I follow a strict TDD… Continue reading Testing with Pester – Getting Started

