We are having a situation where we need to connect to Active Directory that is setup in a Virtual Machine (in Azure Environment) from a Desktop Application / Windows Service (C#). As I am new to AD, need to know the setp-by-step procedure which I need to follow for:
- Connecting to Active Directory (hosted in Virtual Machine) from my desktop app/ Windows service (locally).
- Get almost all the information from Active Directory (Users, Groups etc...)
- Able to create / update / delete information (Users / Groups) from my app to Active Directory (hosted in VM).
Any help would be appreciated.