We have configured access to a web site on a remote machine using the guide here. This lets us access the remote web site using WMSVC. The end goal though is we want to be able to connect to the site remotely and stop and start it using powershell. Note that although this seems to grant access to the specific website, the user DOES NOT have any permissions on the web server itself so doing things like PSExec or Invoke-Command seemingly do not work.
Is this possible? I've seen appcmd but it doesn't seem like that gives permissions unless I use PSExec. Is there a way to send the command through WMSVC if there is no PS way to do it? Anything would help, thanks!