Hello,
I have a questions regarding Get-Help output for my script. When I run Get-Help against my script I notice that the output for "Name" and "Synatx" shows the full path to where the script is located as part of the output. If I do the same for a native CMDLET it only shows the name of the CMDLET and under SYNTAX it shows the name of the CMDLET and the Parameter Sets.
Is there a way produce this output in my Get-Help output or is this something in the coding of the CMDLET.
Thank you