C# project to view or edit AD user account, setting/unsetting "Do not use Kerberos pre-authentication" UAC value. Leverages the Active Directory Services Interfaces (ADSI) through the System.DirectoryServices
namespace.
The program relies on the following NuGet packages:
System.DirectoryServices
System.DirectoryServices.AccountManagement
PreAuthReqSet.exe /user:USER [/set:True|False]