What features can I use during log in/out
Posted
by thecoshman
on Stack Overflow
See other posts from Stack Overflow
or by thecoshman
Published on 2010-04-14T12:26:35Z
Indexed on
2010/04/14
12:43 UTC
Read the original article
Hit count: 168
c#
|windows-xp
I know that this question is going to be painfully vague, but here it is any way.
I have made an small console application designed to be run on Windows XP Pro computers. It will be run at log in and log out. The command to run this program will be set via GPO and will include command line operators to control what data the program sends.
I have used a few built in C# classes to find out information about the computer, which is then sent of to a server as a web request.
I need to know which of the following will have issues on a restricted user account on a domain.
Enviroment
ManagementObjectSearcher
ManagmentObjectCollection
System.Diagnostics.PerformanceCounter
<-- side note, this class dosent seem to accept be saying using System.Diagnostics
ComputerInfo
WebRequest
© Stack Overflow or respective owner