shoneslab / nodejs-winrm

Make WinRM service calls from NodeJS
MIT License
11 stars 11 forks source link

error Failed to process the request, status Code: 500 with an non admin WinRM Account #30

Open jchomaz opened 6 months ago

jchomaz commented 6 months ago

Hi there,

I'm encountering an issue where I'm unable to execute certain queries using a non-administrator remote account with these modules. While it works flawlessly with an account that has administrator privileges on the remote server, it doesn't work with a standard account. Interestingly, the non-administrator account functions properly; I can do WinRM from my Windows laptop using the non administrator account without any problems. Someone know something about this problem ?

Thank !

Sincerely, Jérémy