< # .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...