icinga-powershell-framework/lib/core/windows
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
..
Clear-IcingaWindowsUserPassword.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
Get-IcingaRandomChars.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
Get-IcingaWindowsUserConfig.psm1 Fixes lookup time for Icinga managed user 2022-01-04 02:11:39 +01:00
Get-IcingaWindowsUserMetadata.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
Install-IcingaSecurity.psm1 Fixes maximum user length for JEA profiles 2022-01-04 20:14:59 +01:00
Install-IcingaServiceUser.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
New-IcingaWindowsUser.psm1 Merge pull request #419 from Icinga:fix/managed_user_lookup_time 2022-01-14 20:00:57 +01:00
New-IcingaWindowsUserPassword.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
Remove-IcingaWindowsUser.psm1 Fixes lookup time for Icinga managed user 2022-01-04 02:11:39 +01:00
Restart-IcingaWindowsService.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
Stop-IcingaWindowsService.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
Test-IcingaManagedUser.psm1 Fixes lookup time for Icinga managed user 2022-01-04 02:11:39 +01:00
Uninstall-IcingaSecurity.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
Uninstall-IcingaServiceUser.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00
Update-IcingaServiceUser.psm1 Fixes lookup time for Icinga managed user 2022-01-04 02:11:39 +01:00
Update-IcingaWindowsUserPermission.psm1 Adds support for JEA profiles 2021-09-02 09:23:10 +02:00