Michael Grafnetter
Michael Grafnetter
To maintain Windows Server 2012 R2 RTM support in the PowerShell module, the target .NET Framework needs to be kept at version 4.5.1, which corresponds to .NET Standard 1.2 AFAIK....
Gotchas: - .NET Core 2 is out of question, as it does not support C++/CLI AFAIK. So .NET Core 3+ - .NET Framework's internal classes are used in 2 instances....
I already started work on rewriting code that is bound to .NET Framework and build scripts.
Adding group membership is tricky. Since Windows Server 2003, it is implemented as linked values. Only retrieval of linked values is currently implemented in DSInternals.DataStore. Getting DNTs of member and...
THX. If I were you, I would start by retrieving the current group membership. When that's done, I will give you some more detailed hints on the modification part.
Hi @Kurainu , thanks. I did not think about the structure yet. I suppose that a property called MemberOf, containing a list of CNs or DNs of the groups would...
Hi @aseigler , thanks for your reply. No part numbers are listed, only these [specs on manufacturer's website](https://www.ftsafe.com/Products/Card_Reader/Contactless/Specification).
USB power did not help. 😒
I just performed more NFC tests on Windows 10: - Solo Key works well with ACS ACR1252 reader. - Solo Key does not work with the Feitian reader (loop of...
Sure, for .NET Core / .NET 5, strong names generally do not make that much sense. My main motivation for this feature request was GAC (Active Directory Federation Services Extensions...