TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Riddhi Valecha
444
3.3k
412.6k
Active Directory Users Data
Jun 6 2016 3:13 PM
Hi all..<br />I got windows users name by following code -<br /><br />public void DNames()<br />{<br />List<String> cnames = new List<String>();<br />System.DirectoryServices.DirectoryEntry ent = new System.DirectoryServices.DirectoryEntry("WinNT://in.abc.com")<br />foreach (System.DirectoryServices.DirectoryEntry nn in ent.Children)<br /> cnames.Add(nn.Name);<br />}<br />------<br />How to get all emp detail with this domain - in.abc.com - without using LDAP...<br /><br />Emp details - First Name, Last Name, Code, Leaving Date, Office Location, Email etc.<br /><br />Please help !!
Reply
Answers (
14
)
C# ASP.NET Calculate Age based on date of birth
problem Kendo UI grid getting data from Dynamics CRM