Invoke-ExampleCommand.ps1
1 2 3 |
function Invoke-ExampleCommand { 'This is an example function from "Module.Template", for more information see https://github.com/ili101/Module.Template/blob/master/README.md' } |