python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can not create object of DirectorySearcher class with Visual C++ with project reference of System.DirectoryServices.dll
System.DirectoryServices.dll file has been added successfully to Visual C++ project through References in Solution Explorer.
Microsoft Development Environment 2003 Version 7.1.3088.
Microsoft .Net Fra...
Alex B
Votes: 0
Answers: 1
DirectorySearcher object data retrieving not working on Azure hosted application
This code used to work for me in order to retrieve the AD information of a user when passing ID by parameter.
public UsersDTO GetUserFromActiveDirectoryByID(string userID)
{
DirectoryS...
Laureano Bonilla
Votes: 0
Answers: 1
Can I get updates (DirSync Cookie) in Active Directory with paging?
I am using DirSync Control (Cookie) to get the latest changes using the below technique. Is it possible to get that result with pagination ?
https://learn.microsoft.com/en-us/windows/win32/ad/polling-...
Kushal Arora
Votes: 0
Answers: 1