PowerShell Export-ModuleMember vs Export keys in manifest
In PowerShell there are two ways to export functions, cmdlets, variables and aliases from a script module file for use by the calling context: 1. By using Export-ModuleMember and specify what resources need to be exported like: Export-ModuleMember -Function or … Read More »