Forum Discussion
Monitoring partner relationship activity
- May 04, 2020
They are still performing those admin actions in the context of a user, so just search from events corresponding to said user.
In regards to the audit log, do you know how to specifically see logged activity by the partner?
They are still performing those admin actions in the context of a user, so just search from events corresponding to said user.
- ashmelburnianMay 05, 2020Brass ContributorIs there any way to connect a partner connection directly to a specific global admin user account?
Note that if they access the tenant admin console they would be doing so via the MS Partner portal / not entering login details.- VasilMichevMay 05, 2020MVP
Well they do provide credentials where accessing the partner portal, don't they?
- ashmelburnianMay 06, 2020Brass Contributor
VasilMichev That's true. Unfortunately we don't know the username the partner will use, only their domain.
The https://docs.microsoft.com/en-us/powershell/module/exchange/policy-and-compliance/new-protectionalert?view=exchange-ps cmdlet may work for what I require, however I'm not sure if it can match any.user@partnerdomain.com. The cmdlet might be something like the following which I'll try to test tomorrow.
New-ProtectionAlert -Name "Partner Tenant Activity" -NotifyUser user@tenantdomain.com -ThreatType Activity - Filter "Activity.TargetUserOrGroupType -like 'partnerdomain.com'"