You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I m using admin credentials only to create a session but upon running the command it is not running with admin privileges and the command is running like a normal user.
I m using admin credentials only to create a session but upon running the command it is not running with admin privileges and the command is running like a normal user.
WinRmTool tool = WinRmTool.Builder.builder("my.windows.server.com", "Administrator", "pa55w0rd!")
.authenticationScheme(AuthSchemes.NTLM).port(5985).useHttps(false) .context(context) .build();
Is there any way to elevate the permission when running the above command?
The text was updated successfully, but these errors were encountered: