1

There are two questions here, both pertaining to .NET Core and Local AD Accounts;

I am looking to access Local AD user account's, and their information.

I am looking to get Exchange calendar events for each of these users upon request.

Any direction would be greatly appreciated. The requirement of using .NET Core has me looking to stray from any old antiquated approaches to this solution, and I am simply looking for any new techniques / Microsoft NuGet Packages to assist in this endeavor. Thank you in advance.

Ryan
  • 295
  • 2
  • 8
  • There's an [open issue](https://github.com/dotnet/corefx/issues/2089) to add System.DirectoryServices support to the .NET Core libraries. Until that point, if your .NET Core application will be running on Windows, you can target the full .NET framework to use System.DirectoryServices. – davidmdem Jan 30 '17 at 21:40
  • Awesome, Thank you @davidmdem – Ryan Jan 30 '17 at 22:40

0 Answers0