I am trying to call IisCtl.IisServiceControl from another machine. All
I want to do is reset IIS. I have no problems calling it locally, but I
get "Permission Denied", error code 800A0046 when calling it remotely.
The script (JSCRIPT) is simple:

var iisctl = new ActiveXObject("IisCtl.IisServiceControl",
"servername"); //fails on this.

IISCTL can be found under DCOM Config. Is it possible to call IISCTL
remotely? If so, what settings would I need to change?

Regards,

Duwayne Sy