You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't know if you find this relevant,
but i tried to code something on linux to connect and pull user account attributes from Microsoft AD with this .NET lib in Powershell Core.
This works with plain connection as with SSL like a charm.
Currently, Microsoft has no official module for powershell core to manage Active Directory.
So i use this lib to reach my goal.
The same code tested with Powershell 5.1 and Powershell Core 6.1.1 on a Windows box fails.
After $ldapconn.Connect($ldapserver, $ldapport) the shell even crashes.
The whole powershell.exe (full) or pwsh.exe (core version) processes got even killed when calling the Method.
Didn't look into it any further in Windows, because i needed the code working on the linux box.
But i can provide the basic code or run soms more tests if you want.
Grts,
Pieter
The text was updated successfully, but these errors were encountered:
Don't know if you find this relevant,
but i tried to code something on linux to connect and pull user account attributes from Microsoft AD with this .NET lib in Powershell Core.
This works with plain connection as with SSL like a charm.
Currently, Microsoft has no official module for powershell core to manage Active Directory.
So i use this lib to reach my goal.
The same code tested with Powershell 5.1 and Powershell Core 6.1.1 on a Windows box fails.
After $ldapconn.Connect($ldapserver, $ldapport) the shell even crashes.
The whole powershell.exe (full) or pwsh.exe (core version) processes got even killed when calling the Method.
Didn't look into it any further in Windows, because i needed the code working on the linux box.
But i can provide the basic code or run soms more tests if you want.
Grts,
Pieter
The text was updated successfully, but these errors were encountered: