No announcements
Found 2076441 threads
-
1 Votes
read/write to active directory in biztalk
Hi, ADWS is a Windows service that provides a Web service interface to Active Directory domains.Answered | 5 Replies | 3329 Views | Created by elomarkhaled - Thursday, July 18, 2013 10:03 AM | Last reply by elomarkhaled - Monday, July 22, 2013 9:00 AM -
5 Votes
C++ Active Directory Lookup
I am a newbie and need inputs to retrieve an attribute of an user for AD via C++ (not using Visual C++).Answered | 10 Replies | 32921 Views | Created by Christopher S - Tuesday, May 10, 2011 2:33 PM | Last reply by Mayur Shingote - Monday, September 3, 2018 9:26 AM -
0 Votes
adding unmanaged DLL to C# project
You might set up a pre-Build event to copy the file to your output directory, or perhaps even better your project directory.Answered | 2 Replies | 5775 Views | Created by Wozza99 - Thursday, March 19, 2009 5:33 PM | Last reply by Wozza99 - Thursday, March 19, 2009 6:04 PM -
1 Votes
Reading Active Directory in SQL 2005
EXEC master.dbo.sp_addlinkedserver @server = N'ADSI', @srvproduct=N'Active Directory Services 2.5', @provider=N'ADsDSOObject', ...Answered | 4 Replies | 5199 Views | Created by Sali SQL - Sunday, April 10, 2011 6:32 AM | Last reply by Balmukund - Monday, April 11, 2011 5:27 AM -
0 Votes
Read the information in the dll
I can say that the DLL itself would need to be marked as content (Build Action of the file's properties) before it would even be copied to the output directory of ...Answered | 4 Replies | 428 Views | Created by Kenan YILMAZ - Saturday, September 12, 2015 6:38 PM | Last reply by CoolDadTx - Monday, September 14, 2015 2:28 PM -
5 Votes
Active directory
This was the informaation i get by googling regarding AD.Answered | 5 Replies | 8053 Views | Created by Karthi Kuppuraj - Wednesday, June 2, 2010 3:44 PM | Last reply by ajaybak - Wednesday, December 10, 2014 7:08 AM -
1 Votes
C++ DLL
Well Adam apparently reading should be added to the growing list of your inabilitites.Answered | 30 Replies | 4355 Views | Created by Renee Culver - Saturday, June 5, 2010 5:14 AM | Last reply by Renee Culver - Monday, June 28, 2010 2:15 PM -
0 Votes
How to find Branch number in Active Directory by C#
Hi FugersonHall, If you want to read user environment variable you can use Environment.Answered | 2 Replies | 978 Views | Created by FugersonHall - Thursday, March 28, 2013 5:11 PM | Last reply by Bob Shen - Friday, March 29, 2013 7:15 AM -
2 Votes
Active Directory C#
Inserting the server's ip that contains the AD itself works, like say: LDAP://IP works brilliantlyAnswered | 4 Replies | 3308 Views | Created by jp.roelofse - Thursday, April 23, 2009 1:43 PM | Last reply by jp.roelofse - Friday, April 24, 2009 12:01 PM -
2 Votes
Reading input file in a dll
I am reading an input file from the working directory in my code.Answered | 2 Replies | 4501 Views | Created by hardik_2012 - Monday, April 23, 2012 9:45 PM | Last reply by davewilk - Tuesday, April 24, 2012 12:03 PM -
2 Votes
Reading Active Directory password requirements
hi, Does any one know how to read password requirement for Active Directory?Answered | 3 Replies | 8794 Views | Created by Tomek Wisniewski - Friday, February 5, 2010 7:21 AM | Last reply by Ed Price - MSFT - Friday, March 8, 2013 7:38 AM -
0 Votes
dlls in different directories
Assembly.LoadFile and Assembly.LoadFrom are reasonable APIs to load assemblies from different directories.Answered | 2 Replies | 3232 Views | Created by roxaz - Saturday, October 24, 2009 9:09 PM | Last reply by roxaz - Monday, October 26, 2009 4:17 PM -
0 Votes
Active Directory
Windows Server has Domain services and this will allow you to create an Active Directory instance.Answered | 2 Replies | 426 Views | Created by JosephPearce1 - Monday, August 10, 2015 7:24 PM | Last reply by canadianCode - Monday, August 10, 2015 10:33 PM -
1 Votes
Using a C .DLL in C# Help
C# can only use the compiled dll form.Answered | 4 Replies | 3245 Views | Created by DVAz - Monday, June 29, 2009 9:24 PM | Last reply by Jonathan.Peppers - Tuesday, June 30, 2009 10:14 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 | 8166 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
C# and Active directory
Do you mean creating OU's (Organisational Units) within AD?Answered | 6 Replies | 4625 Views | Created by Amrullo - Tuesday, September 7, 2010 12:06 PM | Last reply by Amrullo - Friday, October 1, 2010 8:11 AM -
0 Votes
Need detailed explanation and c# code on adding sharepoint user to Active Directory
Hi, According to your description, my understanding is that you want to add SharePoint user to Active Directory programmatically.Answered | 2 Replies | 1230 Views | Created by ARCHANA GOVINDASWAMY - Thursday, February 19, 2015 11:56 AM | Last reply by Patrick_Liang - Friday, February 20, 2015 3:15 PM -
0 Votes
Is Azure Active Directory a substitue of in-house Active Directory?
Azure Active Directory is not designed to be the cloud version of Active Directory.Answered | 2 Replies | 1013 Views | Created by Takami Chiro - Wednesday, November 1, 2017 6:36 PM | Last reply by Emerin - Tuesday, December 18, 2018 3:45 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 | 9302 Views | Created by Technicalsupp - Saturday, January 5, 2013 4:40 AM | Last reply by sureshcse29 - Monday, January 7, 2013 9:35 AM -
7 Votes
Adding User In Active Directory gives Error Directory Object not found powershell
Is there a way i can specify user logon information by adding it in my script, in gui it usually appear under full name and its in the form of test@mydomain.localAnswered | 20 Replies | 30025 Views | Created by k786 - Thursday, August 7, 2014 3:14 PM | Last reply by jrv - Thursday, August 7, 2014 4:22 PM - Items 1 to 20 of 2076441 Next ›
No announcements