Most of those though are just default powershell cmdlets. And you can format and sort however you want by piping the output to some kind of formatting object. I like seeing the scripts that do much more than this though. (Having a hard time putting this in a considerate way)
Scripts that would've taken a bit more time to write out.
I seen the same thing with Batch. Everybody gets excited at first when they finally start scripting in a new language, but doing all the same stuff over and over (like batch and echo, deleting files, making cool batch menus, etc...) gets boring. Don't take that wrongly... I'd be glad to show you a few scripts that i've created to show you what I mean :)
Being a powershell enthusiast, I think it's much better than batch. It can also utilize .NET methods, which is a bonus. Try fooling around with that stuff :)