Hello,
PowerShell v3 brought us a very nice panel in PowerShell ISE :
This is Show-Command, if you select a cmdlet, you’ll have a great help for using it :
I just learned that it works on script too :
Show-Command .Convert-WindowsImage.ps1
That’s pretty handy !