tobor Author

Writing Your Own PowerShell Functions / Cmdlets

PowerShell for Admins

This article is an attempt at describing some of my thought process when building functions. By functions I mean a command that you can execute after importing a module. I …...

Read More

Not So Intutive PowerShell Behavior

Tips and Tricks

The below link leads to the module I am writing about in this blog post. LINK TO POWERSHELL MODULE At my place of work a task needed to be completed …...

Read More

A Better Way To Search Events

PowerShell for Admins

I have put together a security script to use as an alerting system. Using a CSV file containing information on which users are assigned which computer, the event logs are …...

Read More