Category: EventLog

Powershell tips n’ tricks Pt1

For some time I’ve been coding in Powershell. This post is intendent as my little cheat sheet. Multiline Code When writing Powershell code this string ` could be your friend when nicely formatting the code Get-EventLog – Parsing messages We have some event logging on servers Event Log. Sometimes I have to go through them …