As I get more and more proficient with Windows PowerShell, I find that my profile is getting more and more useful. I thought I’d post my current profile’s content here, in case anyone finds any of these functions useful. set-alias gh get-help set-alias gcmd get-command set-alias wo where-object set-alias ss select-string function sync {tfpt online /adds /deletes /diff "$args" /recursive /noprompt} function kil {kill -name $args[0]} function e {explorer $args[0]} function sn { & 'C:\Program Files ......