diff --git a/icinga-powershell-framework.psm1 b/icinga-powershell-framework.psm1 index f4b22c2..d9dc53e 100644 --- a/icinga-powershell-framework.psm1 +++ b/icinga-powershell-framework.psm1 @@ -310,3 +310,4 @@ function Invoke-IcingaCommand() } Set-Alias icinga Invoke-IcingaCommand -Description "Execute Icinga Framework commands in a new PowerShell instance for testing or quick access to data"; +Export-ModuleMember -Alias * -Function *;