From 6963a7820b2c95579a1ab2096050609ccd6398a7 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Mon, 3 Aug 2020 17:06:06 +0200 Subject: [PATCH] Fix 'icinga' alias for Windows 2012 R2 and older Implements #87 --- icinga-powershell-framework.psm1 | 1 + 1 file changed, 1 insertion(+) 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 *;