Hello!
I have windows 2000 server with some COM objects. Some of them sometimes
stop working (hang) after object Shutdown and started again it works fine. So
I would like to give rights () to shudown object (it maybe even right to
manage all of Component Services) to my HelpDesk people without giving them
Admin rights on server.

Re: COM Object Shutdown Rights by Torgeir

Torgeir
Thu Feb 03 11:29:10 CST 2005

XRay wrote:
> Hello!
> I have windows 2000 server with some COM objects. Some of them
> sometimes stop working (hang) after object Shutdown and started
> again it works fine. So I would like to give rights () to shudown
> object (it maybe even right to manage all of Component Services)
> to my HelpDesk people without giving them Admin rights on server.
Hi

See if this helps:

On the server, log in with an user with local admin rights.

Start/Run --> gpedit.msc

Go to
Computer Configuration\Windows Settings\Security Settings
\Local Policies\User Rights Assignment\

Double click on "Force shutdown from a remote system"

Add the appropriate group or users.

Do the same for the "Shut down the system" right as well maybe.


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx

Re: COM Object Shutdown Rights by XRay

XRay
Mon Feb 07 09:35:07 CST 2005

No, I get error message:
"You do not have permission to perform requested action. If security is
enabled on the System Application of the target computer make sure you are
included in the appropriate roles".

"Torgeir Bakken (MVP)" wrote:

> XRay wrote:
> > Hello!
> > I have windows 2000 server with some COM objects. Some of them
> > sometimes stop working (hang) after object Shutdown and started
> > again it works fine. So I would like to give rights () to shudown
> > object (it maybe even right to manage all of Component Services)
> > to my HelpDesk people without giving them Admin rights on server.
> Hi
>
> See if this helps:
>
> On the server, log in with an user with local admin rights.
>
> Start/Run --> gpedit.msc
>
> Go to
> Computer Configuration\Windows Settings\Security Settings
> \Local Policies\User Rights Assignment\
>
> Double click on "Force shutdown from a remote system"
>
> Add the appropriate group or users.
>
> Do the same for the "Shut down the system" right as well maybe.
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scriptcenter/default.mspx
>

Re: COM Object Shutdown Rights by Roger

Roger
Sat Feb 12 11:14:30 CST 2005

And you have used Component Services mgmt interface
on the machine where the components get instanced to
examine the security grants on the component?

--
Roger Abell
Microsoft MVP (Windows Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"XRay" <XRay@discussions.microsoft.com> wrote in message
news:35335B3C-F1A3-4917-B3C5-6D3374548A89@microsoft.com...
> No, I get error message:
> "You do not have permission to perform requested action. If security is
> enabled on the System Application of the target computer make sure you are
> included in the appropriate roles".
>
> "Torgeir Bakken (MVP)" wrote:
>
> > XRay wrote:
> > > Hello!
> > > I have windows 2000 server with some COM objects. Some of them
> > > sometimes stop working (hang) after object Shutdown and started
> > > again it works fine. So I would like to give rights () to shudown
> > > object (it maybe even right to manage all of Component Services)
> > > to my HelpDesk people without giving them Admin rights on server.
> > Hi
> >
> > See if this helps:
> >
> > On the server, log in with an user with local admin rights.
> >
> > Start/Run --> gpedit.msc
> >
> > Go to
> > Computer Configuration\Windows Settings\Security Settings
> > \Local Policies\User Rights Assignment\
> >
> > Double click on "Force shutdown from a remote system"
> >
> > Add the appropriate group or users.
> >
> > Do the same for the "Shut down the system" right as well maybe.
> >
> >
> > --
> > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> > Administration scripting examples and an ONLINE version of
> > the 1328 page Scripting Guide:
> > http://www.microsoft.com/technet/scriptcenter/default.mspx
> >