I have an Active Directory.I need to store information like:
- Online Computers
- Online Computers Hostname
- Ip Address
- Mac Address
to a list. Is there any Class for doing this in C#. And also is this possible doing this from ASP.NET?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should have a look at System.DirectoryServices and possibly check out the following websites:
http://www.willasrari.com/blog/query-active-directory-users-using-c/000133.aspx
http://www.codeproject.com/KB/system/everythingInAD.aspx