I have a script written in Visual Basic that starts a process (given a script as an argument) on a remote system (again, given as an argument) using WMI. This script works fine when using an administrator account on a remote system, but when using a non-administrator account, the following error appears:
ConnectServer Failed w/ (-2147024891) Access is denied.
I would like to be able to start processes on remote systems as a non-administrator user with this script, and I am sure that the problem is related to the security settings on the remote system, but I could not reset correctly.
source
share