Forum Discussion
mmikac
Jun 07, 2023Copper Contributor
Logs in Sentinel show all Operation logs for external users only
 Greetings all  Sentinel in Azure shows all Operation logs only for External users but not for Internal ones.  Is it because of policies or what could be the reason?     For example, it shows when a m...
Clive_Watson
Jun 07, 2023Bronze Contributor
Is this the OfficeActivity table?
If I run this example (add you email to line 3), I see both users from other companies
OfficeActivity
| where RecordType =~'MicrosoftTeams'
| where UserId !endswith "yourDomain.com"
What have you tried so far?
If I run this example (add you email to line 3), I see both users from other companies
OfficeActivity
| where RecordType =~'MicrosoftTeams'
| where UserId !endswith "yourDomain.com"
What have you tried so far?
- mmikacJun 07, 2023Copper ContributorWhen I run your query it still shows only external users for Message Sent. This is OfficeActivity table. When I try to get all office activity that's on our tenant, Messagesent it's not visible, but when I do the same for external it is visible. - rcoodeyNov 29, 2023Copper Contributormmikacand Clive_Watson , we are trying to query the same OfficeActivity where Operation == 'MessageSent' and not seeing records. Seems like the same issue where only external are showing. Did you ever find a solution? Was there a setting to enable or another log they might be going to? Thanks!