I've been messing around with PowerShell quite a bit lately. Here's a little one-liner I cooked up that's helping me as I continue to familiarize myself with PowerShell's built-in cmdlets:
gcm | get-help | ft name, synopsis -auto
And here's what the results look like:


0 comments:
Post a Comment