GetProcessesByName on Server2003 terminal server session

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Process.GetProcessesByName("SomeName") in my app and it workes on
most windows platforms. On most - it does not work in a terminal server
session on a Windows 2003 server. Although the app is strong named and the
server has a code group with full access, Process.GetProcessesByName() throws
a security exception.

Can anybody tell me how to get this working on a terminal server???

Thanx, Hans
 
Hans,

The current solution from Microsoft (I just did a tech support incident on
it) is to add your user to the Performance Monitoring group (only Microsoft
can explain why <g>.

Russ Stevens
 
Back
Top