I discovered that within a ps1 script I can display the command line that launched the script with :
Write-Information $MyInvocation.Line -InformationAction Con