GetModule.psm1
< #PSScriptInfo .VERSION 1.0 .AUTHOR POOJA .COMPANYNAME KOENIG .COPYRIGHT .TAG testdemo .LICENSEURI .PROJECTURI .RELEASENOTES .DESCRIPTION checking of module > function test-demomodule { Write-Output "hello! This is my first test script" } |