Got an server that has some vendor specific services that I need to provide
ordinary users the ability to restart the services. I have gone ahead and
created a group and provided the stop_start ACL permissions (VIA
setACL.exe), but I need to be able to have the users restart these from a
remote machine.

Could anyone guide me as to which services/permissions need to be modified
to provide this user group permission to remotely attach and restart this
box. It currently is dying when it attempts to call the WMI serach (See the
code below).

Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer &
"\root\cimv2")

setACL url http://setacl.sourceforge.net/html/examples.html
See example 23


--

Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
http://www.pbbergs.com

This posting is provided "AS IS" with no warranties, and confers no rights.

Re: Remote Service Restart by Paul

Paul
Wed Apr 12 11:19:24 CDT 2006

I should have also stated I followed the definitions for dcom at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/securing_a_remote_wmi_connection.asp

--

Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
http://www.pbbergs.com

This posting is provided "AS IS" with no warranties, and confers no rights.

"Paul Bergson" <pbergson@allete_nospam.com> wrote in message
news:%23$nILnkXGHA.4388@TK2MSFTNGP03.phx.gbl...
> Got an server that has some vendor specific services that I need to
> provide ordinary users the ability to restart the services. I have gone
> ahead and created a group and provided the stop_start ACL permissions (VIA
> setACL.exe), but I need to be able to have the users restart these from a
> remote machine.
>
> Could anyone guide me as to which services/permissions need to be modified
> to provide this user group permission to remotely attach and restart this
> box. It currently is dying when it attempts to call the WMI serach (See
> the code below).
>
> Set objWMIService = GetObject("winmgmts:" _
> & "{impersonationLevel=impersonate}!\\" & strComputer &
> "\root\cimv2")
>
> setACL url http://setacl.sourceforge.net/html/examples.html
> See example 23
>
>
> --
>
> Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
> http://www.pbbergs.com
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>