46 posts in powershell

I cant login"My password isn't working!" ... Can you reset it?" These words are typically heard at least once or twice a day by front line support at most places. No matter how much we try to...

Why use Switch?In PowerShell you can use an if statement to compare things and determine actions based upon the result. You also can use elseif to keep comparing values until you reach a desired...

Menus?! But...why?As I dove deeper into PowerShell years ago I started to think about ways to help those utilizing my scripts. I wrote a script that became a module that the whole team would use.In...