< # .SYNOPSIS This script creates a function to set aliases for all Cmdlets which omit the '-' .DESCRIPTION This script defines a function which uses Get-Command to find all cmdlets. F or each of them, it then creates an alias which omits the "-" . This function was oritinally written by Jeffrey Snover for Monad back in the day, but I updated it slightly for PowerShell V2… Read the full text.