@Log Analytics (Azure Monitoring)
@Azure/M365 Legends - How to query ACTIVE Azure AD Guest Users that has EMPLOYEE TYPE as "Something" using KQL in Azure Log Analytics? Thanks all.
I tried using the below but it doesn't bring up the accurate result.
SigninLogs
| search "Something"
| where UserType == "Guest"
| project UserDisplayName