function Test-MyInvocationCommand { [CmdletBinding()] param () return $MyInvocation.Line }