Forum Discussion
Bscull
Mar 29, 2019Copper Contributor
GUID to AD Computer Object name
Hi All I am a complete newbie to Log Analytics so don’t know if this is possible. I have been asked to query Analytics to see who and when Windows LAPS (Local Administrator Password Solution)...
Meir_Mendelovich
Microsoft
Mar 31, 2019Hi,
You can't send LDAP requests from within Log Analytics queries. What you can do is to write a script that would rip the list of relevant objects from AD/AAD and will inject them into Log Analytics and then you can join them into this query. You can ingest the data using this API: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/data-collector-api
Thanks,
Meir :->
You can't send LDAP requests from within Log Analytics queries. What you can do is to write a script that would rip the list of relevant objects from AD/AAD and will inject them into Log Analytics and then you can join them into this query. You can ingest the data using this API: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/data-collector-api
Thanks,
Meir :->
Bscull
Apr 01, 2019Copper Contributor
Thanks Meir!
Brian.