A series of tutorials, or How To Get Started With PowerShell: “It’s Awesome” edition.
When I thought about what I considered the most important, fundamental thing to learn about PowerShell I went through a couple of options; Piping? The help system and Get-Command? -WhatIf?
All useful things to learn, but for me it has to be how everything in PowerShell is an object. It’s how you can build Really Cool Stuff from lots of simpler parts.
Continue reading “PowerShell: Tutorial 1, Everything is an Object”