I have a vbscript file that will stop or start certain Windows services. I have a AD group that has Admin rights to the folder in which this file is located, so they can map to the folder or logon through RDC to get to the folder. This group does not have privileges to stop or stop services on the server. I am trying to write the script to impersonate a particular account that has rights start/stop services but the script will limit the services that are affected. I have tried to use the ConnectServer option to supply a user name and password but have found that this cannot be used while on the local computer and cannot run the script remotely. The reason for the script is so that the group can only stop or start selected services and don't have full rights to all the services. How can I impersonate a different user when the script is run from the server??