winrm icon indicating copy to clipboard operation
winrm copied to clipboard

Could add an interface for modifing the struct client's password

Open mingxuechao opened this issue 5 years ago • 0 comments

When I use winrm modify password for a windows user himself. The shell created by CreateShell of the client and the cmd of created by Execute of the shell could not be closed for password has changed. Arise resource leak. For shell Id is not exported, i have no idea to close the shell otherthan change the client password before do shell.Close.

mingxuechao avatar Dec 17 '20 03:12 mingxuechao