Functions/Get-HelloWorld.ps1
Function Get-HelloWorld { [CmdletBinding()] [Alias('GHW')] param() return 'Hello world!' } |
Function Get-HelloWorld { [CmdletBinding()] [Alias('GHW')] param() return 'Hello world!' } |