Re: HOW TO Assign wmi rights to non-administrators!
- From: "Scott McNairy \(MVP\)" <v-scomcn@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 17 May 2005 12:29:51 -0700
The action should work locally as a regular user account.
If you are doing this on a remote computer, you need to:
1. Right click "My Computer"
2. Click "Manage"
3. expand "Services and Applications"
4. Right click "WMI Control"
5. Select "Properties" and assign user right "Enable Account" and "Remote
Enable" to the user account you wish.
--
Scott McNairy
Microsoft MVP - Windows Server Management Infrastructure
"Mantzas" <mantzas@xxxxxxxxxxxxxxxx> wrote in message
news:E56DF236-9160-46AF-BF6C-CB2C7FB9BB92@xxxxxxxxxxxxxxxx
> Hi there,
>
> i am using
> ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT *
> FROM Win32_DiskDrive");
>
> to retrieve information from my disk drive.
> Unfortunatelly, my application runs only for accounts in the
> administrators
> group.
> Any idea of how to perform this as a simple user????
>
> Thanks
.
- Follow-Ups:
- Re: HOW TO Assign wmi rights to non-administrators!
- From: Mantzas
- Re: HOW TO Assign wmi rights to non-administrators!
- References:
- HOW TO Assign wmi rights to non-administrators!
- From: Mantzas
- HOW TO Assign wmi rights to non-administrators!
- Prev by Date: Re: WMI Logoff won't
- Next by Date: Re: HTML?!?!?!
- Previous by thread: HOW TO Assign wmi rights to non-administrators!
- Next by thread: Re: HOW TO Assign wmi rights to non-administrators!
- Index(es):
Relevant Pages
|