plugins/Hubspot/Public/Get-HelloWorld.ps1
function Get-HelloWorld { [CmdletBinding()] param ( ) begin { } process { "Hello World from CleverReach!" } end { } } |
function Get-HelloWorld { [CmdletBinding()] param ( ) begin { } process { "Hello World from CleverReach!" } end { } } |