DEV Community

Discussion on: Alternative ‘Doors’ to your Windows

Collapse
 
vinayhegde1990 profile image
Vinay Hegde • Edited

Wow! I admire that kind of commitment towards solving any problems via Powershell, Caigan but as I mentioned previously, sometimes you wish for a GUI to click & sort your troubles away.

Out of curiosity, what are some of your other favorite hacks in Powershell for use on a daily basis?

Just FYI: You could enclose the comments within `` for code, e.g:

get-childItem *.* | get-filehash | group hash | where { $_.count -gt 1 } | foreach { $_.group | select-object -skip 1 } | del

And * or 1. to start bulleted and numbered lists respectively, cheers :)