Files
management-scripts/test.psm1
T

6 lines
81 B
PowerShell
Raw Normal View History

2020-09-07 12:47:36 -04:00
Function hw
{
Write-Output "Hello world!"
}
Export-ModuleMember -Function hw