PowerShell for Admins

Media Sync: Organize Your Photos and Videos with PowerShell

PowerShell for Admins, Tips and Tricks, Tools, Tutorials

Do you have photos and videos that you have taken over the years that are scattered all over the place? Do you want to have all your photos and videos …...

Read More

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

ICYMI: PowerShell Week of 09-October-2020

PowerShell for Admins

Topics include GitHub actions, Azure Functions, WVD, Pentesting and more! Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux. Using GitHub actions to run automatic Pester …...

Read More

NetNeighbor Watch: The PowerShell Alternative To Arpwatch

PowerShell for Admins, Tips and Tricks, Tools, Tutorials

In this post, we are going to setup NetNeighbor Watch on a Raspberry Pi. NetNeighbor Watch can keep an eye on your network and send you an email when a …...

Read More

Creating a PowerShell Module to Improve Your Code

PowerShell for Admins, Tips and Tricks, Tutorials

Do you have PowerShell code that you reuse in your scripts over and over? Do you have server names hard coded in variables? Are you using a text file or …...

Read More

Manage Citrix Tags with PowerShell

PowerShell for Admins, Tips and Tricks

Managing Citrix tags can be a long painful process if done the traditional way through Citrix Studio, that is what drove me to PowerShell for this task.  Citrix Studio is …...

Read More

Simple PowerShell GUI

PowerShell for Admins, Tips and Tricks, Tools, Tutorials

Over the years, I have supported and created multiple types of GUIs.  I finally decided a few years ago to create a very simple menu driven PowerShell GUI.  I wanted …...

Read More

A New Home for Plaster

Announcements, PowerShell for Admins, PowerShell for Developers, Tools

Some of you may be familiar with the Plaster PowerShell module. This slick tool lets you build out a new module in seconds. Actually, Plaster can be used to scaffold …...

Read More