diff --git a/lib/apis/Get-IcingaDirectorSelfServiceConfig.psm1 b/lib/apis/Get-IcingaDirectorSelfServiceConfig.psm1 index 59d57bc..f934f26 100644 --- a/lib/apis/Get-IcingaDirectorSelfServiceConfig.psm1 +++ b/lib/apis/Get-IcingaDirectorSelfServiceConfig.psm1 @@ -10,7 +10,7 @@ function Get-IcingaDirectorSelfServiceConfig() } if ([string]::IsNullOrEmpty($ApiKey)) { - throw 'Please enter either a template or your host key'; + throw 'Please enter either a template or your host key. If this message persists, ensure your host is not having a template key assigned already. If so, you can try dropping it within the Icinga Director.'; } $ProgressPreference = "SilentlyContinue";