Open Borgquite opened 7 months ago
As mentioned in #27, currently the script shells out to nltest.exe which is slow and does not provide detailed errors if it fails.
Using the built-in Windows ADSystemInfo COM object returns in an instant, and allows for normal PowerShell error handling.
Fixes #27
As mentioned in #27, currently the script shells out to nltest.exe which is slow and does not provide detailed errors if it fails.
Using the built-in Windows ADSystemInfo COM object returns in an instant, and allows for normal PowerShell error handling.
Fixes #27