mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 15:19:58 -05:00
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. |
||
|---|---|---|
| .. | ||
| Clear-IcingaWindowsUserPassword.psm1 | ||
| Get-IcingaRandomChars.psm1 | ||
| Get-IcingaWindowsUserConfig.psm1 | ||
| Get-IcingaWindowsUserMetadata.psm1 | ||
| Install-IcingaSecurity.psm1 | ||
| Install-IcingaServiceUser.psm1 | ||
| New-IcingaWindowsUser.psm1 | ||
| New-IcingaWindowsUserPassword.psm1 | ||
| Remove-IcingaWindowsUser.psm1 | ||
| Restart-IcingaWindowsService.psm1 | ||
| Stop-IcingaWindowsService.psm1 | ||
| Test-IcingaManagedUser.psm1 | ||
| Uninstall-IcingaSecurity.psm1 | ||
| Uninstall-IcingaServiceUser.psm1 | ||
| Update-IcingaServiceUser.psm1 | ||
| Update-IcingaWindowsUserPermission.psm1 | ||