What API is available for remote access to Windows account passwords? Assuming I have the proper credentials to change my Windows accounts, I need to write software that can do this remotely.
The software will run on Linux, and it still seems that SMB may have some features in this area, but I need either an API, a library, code or even the right keywords to help me figure out how to look for solutions or a solution approach this problem.
I found the Wmi client on Linux, but as far as I understand, there seems to be a problem with it.
kriss source
share