lvnhjj wrote:
HI,Guyswhy do I need to change there anything? I think, Export-ModuleMember commands are executed correctly.
you can modify the psm1file in the line 202 and 203 like below,
take attention for the "#"export module members
Export-ModuleMember 朏unction @(Get-Command 朚odule $ExecutionContext.SessionState.Module | Where-Object {$RestrictedFunctions -notcontains $_.Name})
Export-ModuleMember -Alias @(Get-Command 朚odule $ExecutionContext.SessionState.Module)