trevormodule.psm1

function Do-SomethingCool {
  [CmdletBinding()]
  param ()
  (New-Guid).Guid
}