No announcements
Found 3923827 threads
-
0 Votes
How to list all forest using ADSI in C#?
User-1718295297 posted Hi, I'm doing some feature to allow user authenticate using windows identity.Unanswered | 1 Replies | 45 Views | Created by Anonymous - Tuesday, February 23, 2010 8:49 PM | Last reply by Anonymous - Tuesday, February 23, 2010 10:37 PM -
0 Votes
How to list all forest using ADSI or LDAP in C#
Hi, I'm doing some feature to allow user authenticate using windows identity.Unanswered | 2 Replies | 8032 Views | Created by Finfou - Saturday, February 20, 2010 11:01 AM | Last reply by Finfou - Wednesday, February 24, 2010 1:50 AM -
2 Votes
ADSI LDAP Query for getting a list of all child users in a corporate AD even if there is recursive relationships thru subgroups
This was based on this ...Answered | 4 Replies | 6894 Views | Created by Cornelia Gibbs - Saturday, September 2, 2017 9:45 PM | Last reply by Richard Mueller - Tuesday, September 12, 2017 8:03 PM -
0 Votes
ADSI LDAP OpenQuery and TSD03006
Ken, your suggestion makes the Error go away in the error list but the warning levels insode the scropts using OPENQERY(ADSI ... remain with SQL70558 ...Answered | 5 Replies | 8602 Views | Created by kstuber - Tuesday, October 18, 2011 7:18 PM | Last reply by Markus Pöhler - Friday, August 24, 2012 11:30 AM -
0 Votes
Looking for C# help with an ADSI query via 1 of several NICs
.NET Development Forums > .NET Framework Networking and Communication located ...Answered | 1 Replies | 7949 Views | Created by James ATI - Tuesday, September 14, 2010 9:10 PM | Last reply by Dinesh Kattameda - Tuesday, September 14, 2010 9:43 PM -
1 Votes
how to marshal a list in c# to c++
Thanks to all of you.Answered | 6 Replies | 6743 Views | Created by beginnertocplusplus - Friday, April 20, 2012 11:53 AM | Last reply by beginnertocplusplus - Tuesday, April 24, 2012 3:56 AM -
3 Votes
How to create distribution list in AD using C#
Hi All, I managed to create group in Active directory using c#.Answered | 4 Replies | 14908 Views | Created by Varun_Sharma - Tuesday, January 19, 2010 5:14 PM | Last reply by Varun_Sharma - Friday, January 22, 2010 6:26 PM -
1 Votes
The list of name of all middleware for C#?
Actually,there are many applications using C# as UI and Java as server.Answered | 9 Replies | 5181 Views | Created by 沈世鈞 - Tuesday, September 20, 2011 1:13 AM | Last reply by Lie You - Friday, September 23, 2011 2:39 AM -
1 Votes
How to iterate list of list in C#?
Retrieve List elements You can retrieve items from list collection by using for loops.Answered | 4 Replies | 878 Views | Created by sgrm123 - Wednesday, May 15, 2019 11:51 AM | Last reply by Deepedro - Wednesday, May 15, 2019 1:53 PM -
0 Votes
ADSI Differences between 2005 / 2008
One method is to loop through the alphabet returning all accounts whose CN start with the specified letter.Answered | 7 Replies | 14382 Views | Created by lccompton - Friday, April 9, 2010 4:27 PM | Last reply by Mpage - Monday, May 2, 2011 5:53 PM -
2 Votes
how to use findIndex for lists in C#
Very useful.Answered | 3 Replies | 5655 Views | Created by SumaThomas - Wednesday, April 6, 2011 1:00 AM | Last reply by SumaThomas - Wednesday, April 6, 2011 2:07 PM -
2 Votes
How to Bind a List View with dataset using C#?
It is a control to present items in different ways using the view settings.Answered | 4 Replies | 74937 Views | Created by chandran.nr - Thursday, December 20, 2012 11:00 AM | Last reply by AlphaGeek1 - Thursday, April 14, 2016 3:48 PM -
0 Votes
Crossing forests using Kerberos?
Hello Trevor I see, but how do I know whether Kerberos being sent is constrained or not and how do I know if the ...Answered | 3 Replies | 844 Views | Created by Shabeaut - Tuesday, March 24, 2015 12:30 AM | Last reply by Trevor Seward - Tuesday, March 24, 2015 3:34 PM -
0 Votes
Forest structure to retrieve the information from AD using c#
Use DirectorySearcher, Directory Entry classes in FCL to get user information.Answered | 2 Replies | 2998 Views | Created by coolguy20 - Thursday, May 6, 2010 5:57 AM | Last reply by Helen Zhou - Wednesday, May 12, 2010 3:26 AM -
0 Votes
Problem retrieving Active Directory information via ADSI
No idea what the issue is, or how to correct it.Answered | 18 Replies | 15912 Views | Created by Michael P. Deignan - Tuesday, December 22, 2009 5:45 PM | Last reply by Erik McCarty - Wednesday, May 19, 2010 9:29 PM -
1 Votes
How to close all browser using c#?
Process[] localByName = Process.GetProcessesByName("iexplore"); foreach (Process item in localByName) { item.Kill(); ...Answered | 1 Replies | 8629 Views | Created by ADITYA KUMAR SINGH - Tuesday, May 4, 2010 5:07 AM | Last reply by MDM13 - Tuesday, May 4, 2010 5:23 AM -
2 Votes
How to get all the fonts used in a document using interop c#?
The following macro will list all installed fonts used anywhere in the document.Answered | 5 Replies | 2580 Views | Created by Madan Mishra - Thursday, October 20, 2016 12:59 PM | Last reply by macropod - Monday, May 1, 2017 12:02 AM -
3 Votes
c# update all values in a integer list using linq
There are so many reasons NOT to do this using LINQ.Answered | 7 Replies | 92133 Views | Created by Yasar M - Monday, December 1, 2014 2:30 PM | Last reply by Wyck - Monday, December 1, 2014 4:40 PM -
4 Votes
Using "->Find" on a "List" in Visual C++
After seeing this, you will not want to spend almost any time using the .NET Predicate<T>in C++/CLI.Answered | 6 Replies | 15975 Views | Created by shiftingspanner - Sunday, November 14, 2010 10:23 AM | Last reply by DEV_Dan - Tuesday, September 8, 2015 12:28 PM -
0 Votes
how to migrate list attachement to sql data table using c#
check the following links: Programming SharePoint Lists and Libraries Inserting values into a SQL Server database using ado.net via ...Answered | 1 Replies | 2008 Views | Created by PS_L - Friday, January 10, 2014 12:59 PM | Last reply by sadomovalex - Friday, January 10, 2014 1:54 PM - Items 1 to 20 of 3923827 Next ›
No announcements