No announcements
Found 2213040 threads
-
5 Votes
C++ Active Directory Lookup
It was great for showing how to create a new active directory user.Answered | 10 Replies | 33429 Views | Created by Christopher S - Tuesday, May 10, 2011 2:33 PM | Last reply by Mayur Shingote - Monday, September 3, 2018 9:26 AM -
2 Votes
When invoking the "SetPassword" to the AD User
We are forced to use SetPassword, but the password policy should still apply (including history and age).Answered | 9 Replies | 5054 Views | Created by Raul To Make It Happen - Thursday, January 24, 2013 10:54 AM | Last reply by TJ LEGACY scs - Wednesday, December 10, 2014 6:59 PM -
0 Votes
How to change a user's password in active directory
In any event, the code works but the password you are using is the problem.Answered | 26 Replies | 12436 Views | Created by vkid12 - Tuesday, November 4, 2014 7:37 PM | Last reply by ThygeLarsen - Tuesday, August 16, 2016 10:41 AM -
2 Votes
Best way to add objects to Active Directory with C#
I found this: To create a roaming user profile Open Active Directory ...Answered | 6 Replies | 1817 Views | Created by The original Stinger - Monday, May 20, 2013 6:07 PM | Last reply by The original Stinger - Tuesday, May 21, 2013 9:25 AM -
2 Votes
Active Directory C#
I am unsure if you mean local or remote, but check out this article to see if it helps Howto: (Almost) Everything In Active Directory via C#William Wegerson ...Answered | 4 Replies | 3366 Views | Created by jp.roelofse - Thursday, April 23, 2009 1:43 PM | Last reply by jp.roelofse - Friday, April 24, 2009 12:01 PM -
1 Votes
how to import Active directory module in c#
http://social.msdn.microsoft.com/Forums/eu/csharpgeneral/thread/ecb16a63-6619-4c68-a77c-8bb2682fc1be http://www.c-sharpcorner.com/1/1/active-directo ...Answered | 2 Replies | 9675 Views | Created by Technicalsupp - Saturday, January 5, 2013 4:40 AM | Last reply by sureshcse29 - Monday, January 7, 2013 9:35 AM -
1 Votes
Active Directory problem: Check if a user exists in C#?
private bool exists() { try { return DirectoryEntry.Exists("WinNT://casa.local/10.1.1.37/" + user); } ...Answered | 4 Replies | 28748 Views | Created by Juliano Bressan - Tuesday, February 17, 2009 5:23 PM | Last reply by John J Thomas - Wednesday, May 26, 2010 4:29 PM -
0 Votes
Sharepoint Active Directory Problem
I've set up a User Profile Connection with Active Directory Import.Answered | 12 Replies | 1324 Views | Created by Yorick007 - Friday, October 16, 2015 6:40 PM | Last reply by dalespies - Sunday, October 25, 2015 5:16 PM -
0 Votes
How to find Branch number in Active Directory by C#
Cause the problem will imho be crafting the correct query (filter) using the System.DirectoryServices.Answered | 2 Replies | 1054 Views | Created by FugersonHall - Thursday, March 28, 2013 5:11 PM | Last reply by Bob Shen - Friday, March 29, 2013 7:15 AM -
0 Votes
Changing the Active Directory account password for every 30 days
Run the stsadm.exe and specify the setpassword operation on all WFEAnswered | 2 Replies | 7538 Views | Created by Sudheer Madduru - Wednesday, February 16, 2011 6:15 AM | Last reply by Naveed Mohammad - Wednesday, February 16, 2011 11:32 AM -
0 Votes
Active Directory and SetPassword
Before I call the SetPassword function I've created the user so this can't be the cause of my problem.Unanswered | 10 Replies | 169 Views | Created by Anonymous - Wednesday, August 24, 2005 10:44 AM | Last reply by Anonymous - Wednesday, August 24, 2005 3:37 PM -
0 Votes
C# and Active Directory : problem with setPassword
Try object[] password = new object[] {password}; object pwdReturn = ...Unanswered | 2 Replies | 37 Views | Created by Anonymous - Wednesday, July 29, 2009 5:16 AM | Last reply by Anonymous - Wednesday, July 29, 2009 2:52 PM -
4 Votes
Active Directory
Hi, You need to add the public domain to a forest, and change for all users the upn in active directory .Answered | 4 Replies | 8418 Views | Created by Drew Sellner - Thursday, January 19, 2012 9:40 PM | Last reply by Jörg-Devoteam - Wednesday, August 19, 2015 2:08 PM -
0 Votes
how to Enable a user account in Active Directory
. /// </summary> /// <param name="de"></param> private static void EnableAccount(DirectoryEntry de) { //UF_DONT_EXPIRE_PASSWD 0x10000 int exp = ...Answered | 3 Replies | 9403 Views | Created by imughal - Thursday, October 13, 2016 1:40 PM | Last reply by Dennis Guo - Friday, October 14, 2016 3:10 AM -
0 Votes
C# and Active directory
All date values in Active Directory are in UTC format.Answered | 6 Replies | 4690 Views | Created by Amrullo - Tuesday, September 7, 2010 12:06 PM | Last reply by Amrullo - Friday, October 1, 2010 8:11 AM -
0 Votes
C# code to query Active Directory user info
Hi Jackie, Have you got any helpful suggestions to this problem?Answered | 3 Replies | 47766 Views | Created by Jackie_1986 - Monday, February 21, 2011 11:37 AM | Last reply by Mio_Miao - Tuesday, March 1, 2011 3:20 AM -
0 Votes
Active Directory
Windows Server has Domain services and this will allow you to create an Active Directory instance.Answered | 2 Replies | 533 Views | Created by JosephPearce1 - Monday, August 10, 2015 7:24 PM | Last reply by canadianCode - Monday, August 10, 2015 10:33 PM -
1 Votes
Active Directory on Server 2003 problems
Hi Allen, Post your questions related to Directory Services ...Answered | 1 Replies | 9418 Views | Created by Allen W - Wednesday, August 5, 2009 6:54 PM | Last reply by Vishal Mohan - Thursday, August 6, 2009 5:37 AM -
0 Votes
Get a list of active directory users in C#
Hi, I need to get a list of Windows server 2008 active directory users in C#.Answered | 1 Replies | 2092 Views | Created by RahulKrishnan - Thursday, July 5, 2012 12:41 PM | Last reply by Stefan Hoffmann - Thursday, July 5, 2012 12:47 PM -
1 Votes
creating user in active directory??
http://msdn.microsoft.com/en-us/library/system.directoryservices.directoryentries.add.aspx http://www.dotnetspider.com/resources/1242-Creating-New-User-Account-Active-D ...Answered | 1 Replies | 1519 Views | Created by starnitin - Monday, August 20, 2012 11:23 AM | Last reply by Joon84 - Monday, August 20, 2012 11:32 AM - Items 1 to 20 of 2213040 Next ›
No announcements