Use Information Technology. Straighten out my Life Environment. Personal Reference
PS>function prompt { $null } PS>function dummyFunc { $MyInvocation.MyCommand.Name } PS>dummyFunc dummyFunc PS>@(1..5)[2] 3 PS>gci $env:USERPROFILE |%{ $_.LastWriteTime; $_ }| fl -Verbose PS>