icinga-powershell-framework/lib/core
Lord Hepipud bf8d6479a9
Merge pull request #419 from Icinga:fix/managed_user_lookup_time
Fix: Icinga Managed User lookup time

Fixes the lookup time if a user is managed by Icinga for Windows or not in large Active Directory environments, by using \`Get\-LocalUser\` instead.

This Cmdlet is available starting with PowerShell 5.0 and later and only required in general for running Icinga for Windows in JEA context. As JEA is only supported starting with PowerShell 5.0 or later, this will not cause any problems.

In case the command is executed on an older system without the \`Get\-LocalUser\` Cmdlet available, Icinga for Windows will handle all users tested with the new implementation as \`not\` managed by Icinga for Windows.
2022-01-14 20:00:57 +01:00
..
cache Fixes config and file writer corruption 2021-08-21 13:29:13 +02:00
dev Fixes object output of string builder 2021-11-10 10:29:22 +01:00
docs Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
framework Fixes Icinga for Windows memory leak 2021-12-09 17:22:48 +01:00
icingaagent Fixes repo sync by properly checking result 2022-01-04 20:55:34 +01:00
installer Adds support for cert force creation over IMC 2022-01-04 21:53:28 +01:00
jea Fixes maximum user length for JEA profiles 2022-01-04 20:14:59 +01:00
logging Adds exeception detail reporting 2022-01-13 00:03:10 +01:00
perfcounter Improve test if perf counter category exist 2021-05-19 15:24:48 +02:00
repository Fixes repo sync by properly checking result 2022-01-04 20:55:34 +01:00
thread Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
tools Fixes Icinga for Windows memory leak 2021-12-09 17:22:48 +01:00
windows Merge pull request #419 from Icinga:fix/managed_user_lookup_time 2022-01-14 20:00:57 +01:00