Fix 'icinga' alias for Windows 2012 R2 and older

Implements #87
This commit is contained in:
Lord Hepipud 2020-08-03 17:06:06 +02:00
parent 40ab5191de
commit 6963a7820b

View file

@ -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"; 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 *;