This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Function-Name { | |
| <# | |
| .Synopsis | |
| The short function description. | |
| .Description | |
| The long function description | |
| .Example | |
| C:\PS>Function-Name -param "Param Value" | |
| This example does something |
NewerOlder