Hey Go Community,
I am learning how to manage Windows services through my application, and I have learned how to connect to a local service manager (mgr.Connect
) and a remote service manager using (mgr.RemoteConnect
).
Sometimes, I want to remotely connect and manage services but with an authentication layer, like using a username and password (or NTLM hash) of the admin on the remote machine.
Is there a way or a package that assists me with this?