Mozhar Alhosni

Results 6 issues of Mozhar Alhosni

Fixes the issue of windows whereby previously they could have negative coordinates: ![fixWindows](https://github.com/lkarlslund/Adalanche/assets/100922318/5a888742-2866-4e7f-838c-f624678e2253)

There is a problem in the dialog boxes (modals) that display information; suppose you expand its height over the appbar of the browser: ![image](https://github.com/lkarlslund/Adalanche/assets/100922318/6104984a-8bcf-4255-aca2-0a9093c31ba3) Afterwards its becomes impossible to control...

Hello, thank you for the awesome awesome tool. While using it I noticed that for a specific user I have, it says `passwordCantChange: false`: ![image](https://github.com/lkarlslund/Adalanche/assets/100922318/4a25fad4-e9b5-45cd-bcef-ba5bdb506d29) However, in reality, that user...

When running the tool on a domain without Mapped Drives nor GPO Logon Scripts, PowerShell hangs and then throws the exception `ParameterArgumentValidationErrorNullNotAllowed`. I wrapped the function calls that use `$GPOLogonScripts`...

bug

ScriptPath ([scriptPath](https://learn.microsoft.com/en-us/windows/win32/adschema/a-scriptpath)/[msTSInitialProgram](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-ada2/7f65d267-8a3f-4070-b94a-111e793d4821)) does NOT support `PowerShell` files, see the below links for more on what extensions can it run: - https://redmondmag.com/articles/2016/02/09/logon-scripts-for-active-directory.aspx - https://www.rlmueller.net/LogonScriptFAQ.htm#What%20languages%20can%20I%20use%20for%20logon%20scripts And by the way, the image you...