Files
management-scripts/test.psm1
T
2020-09-07 12:47:36 -04:00

6 lines
81 B
PowerShell

Function hw
{
Write-Output "Hello world!"
}
Export-ModuleMember -Function hw