Frends LDAP task to remove a user from Active Directory groups.
You can install the Task via Frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.
Rebuild the project
dotnet build
Run tests
Create a simple LDAP server to docker:
docker run -d -it --rm -p 10389:10389 dwimberger/ldap-ad-it
dotnet test
Create a NuGet package
dotnet pack --configuration Release