AcceptLicenseTest2.psm1
######################################################################################### # # Copyright (c) Microsoft Corporation. All rights reserved. # # PowerShellGet Module # ######################################################################################### function Say-Hi { Process { Write-Host "hello } } |