01-simple-module/ModuleName.psm1
function MyFirstFunction { throw [NotImplementedException]'Needs to be implemented!' } |
function MyFirstFunction { throw [NotImplementedException]'Needs to be implemented!' } |