VBscript + WMI + HTA + Server Authentication ?
Hi Guys, [:)]
I was wondering if it is at all possible to auto-authenticate "on open" or authenticate "onclick" to a server in which a bit of code is run within a HTA without having to input a username and password, sort of like using the current logged on user credentials to authenticate Does anyone have examples perhaps?
Thanks,
I was wondering if it is at all possible to auto-authenticate "on open" or authenticate "onclick" to a server in which a bit of code is run within a HTA without having to input a username and password, sort of like using the current logged on user credentials to authenticate Does anyone have examples perhaps?
Thanks,
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
AngelD
13 years ago
Calling WMI code as the user whom is running the code you need to set impersonationLevel as "impersonate", this can also be combined with the authenticationLevel configuration.
For more information see WMI Security Settings
For more information see WMI Security Settings
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.