Hi,
We have an application that does ldap query to AD (windows 2008 and 2012 servers) to fetch User and group information of all users from the domain and it also does WMI query to windows security logs to fetch the logon events.
My question is, For our application to support Azure Active Directory, would the same ldap queries work ? And would the same WMI queries to fetch the logon events work? Are there any change in Event Ids for the logon events from 2008 / 2012 to Azure ? Are
there any other changes like additional authentication or anything introduced in Azure to make ldap or wmi queries ? We use admin user for authentication usually and for non-admin users, we add the user to Event log readers group, Dcom users group and add
wmi access.
-Senthil