new-robpsmodule.psm1
1 2 3 4 |
function new-robpsmodule{ param($name) write-host "New module:$name" } |
1 2 3 4 |
function new-robpsmodule{ param($name) write-host "New module:$name" } |