Re: Monitor system

From: Eric Lawrence [MSFT] (e_lawrence_at_hotmail.com)
Date: 03/01/04


Date: Mon, 1 Mar 2004 12:45:15 -0800

The System.Diagnostics.Process class is your friend, but you'll need to make
sure your ASP.NET worker thread has permissions to enumerate the processes
on the system.

-- 
Thanks,
Eric Lawrence
Program Manager
Assistance and Worldwide Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark" <anonymous@discussions.microsoft.com> wrote in message
news:DDAE4E9E-5FD5-44FE-85BE-1A30314CB5A0@microsoft.com...
> I am working on a monitor system - web page that will show  what processes
are running on different computers. How would I get such information? All I
need is a name of a process (title on a taskbar is fine) and whether it's
running or not.
> Am I way of a target? Will appreciate ay idea.
>
> Thanks
>


Relevant Pages

  • Re: Auditing a Domain from a Guest Account
    ... In NT4 Guests can enumerate users & groups and shares, ... NTFS permissions usually not; you can only enumerate what you can ... Am I nuts for even entertaining the notion that a guest account ...
    (comp.os.ms-windows.nt.admin.security)
  • Re: Security User access question
    ... >> I am not even sure if Active Directory can provide this ... >it could be done with vbscript. ... >permissions, what permissions they have and, in the case ... >enumerate the group membership to find out the users. ...
    (microsoft.public.security)
  • Re: Security User access question
    ... > I am not even sure if Active Directory can provide this ... permissions, what permissions they have and, in the case of a group, ... enumerate the group membership to find out the users. ... The other option would be to combine vbscript with perms.exe (from the ...
    (microsoft.public.security)
  • Re: How To Display File Permssions Recursively on File Server
    ... server with approximately 300 user home directories which would show ... the 'Everyone' group had permissions and what those permissions are? ... Use Xcacls To Enumerate Ntfs PermissionsEXE to enumerate NTFS folder ...
    (microsoft.public.windows.server.general)
  • Re: Shared memory across threads
    ... Its the only safe way to alter or read a collection from more than 1 ... Why does your worker thread have to enumerate the whole list? ...
    (microsoft.public.dotnet.general)