Updated 2 weeks ago

Export Office 365 External User Reports for Secure External Collaboration

by Sudha

9 min read

No Comments

Microsoft has provided an expansive platform that facilitates both internal and external collaboration in Office 365. While allowing collaboration with external users can enhance productivity, it also introduces security risks. External users may have malicious intentions, such as stealing sensitive information or compromising accounts. Failing to monitor external users can lead to various problems. To eliminate these attacks, conducting audits on Office 365 external users and their actions is crucial. To streamline your auditing process, you can make use of the O365 external user reports.

Need for Monitoring External Users in Microsoft 365

External users are users outside your organization having access to your tenant’s resources such as SharePoint, Teams, Planner, OneDrive, etc. which prompts for a secure guest sharing in Microsoft 365.

There are also essential settings that you can block for external users to keep your M365 environment safe.

Now, diving in to the reasons to monitor Office 365 external users,

  1. Identify suspicious activities: Monitoring external users is crucial, as they may perform suspicious activities, leading to the leakage of sensitive information.
  2. Instant response: If you keep an eye on them, you can take timely decisions on malicious actions of external users, thereby safeguarding your Office 365 environment from potential security threats.
  3. Permission review: Auditing external users and their activities ensures that users are granted the appropriate level of permission to access Office 365 resources.

Let’s dive into the blog to gain various reports for tracking external users effectively.

Table of Contents:

Identify All Office 365 External Users

It is common for organizations to onboard external users to meet specific project needs or enable collaboration. However, there is often a lack of prompt removal of these external users from the organization’s systems once their purpose has been fulfilled. To get a comprehensive record of external users in your organization, you can use PowerShell.

You can use the below PowerShell cmdlet to retrieve all external users in Office 365.

With this cmdlet, you can review all the external users and make necessary changes to them if needed. But this is not enough, right? We need to monitor their memberships to identify potential security risks or unauthorized access to Office 365. In case you come across any suspicious external users, you can track which admin created these external accounts in Azure AD to identify the source.

To get external users’ membership, you need to use ‘Get-AzureADUserMembership’ cmdlet. But keep in mind, Azure AD and MSOL PowerShell modules are under deprecation. So, try to use MS graph cmdlets.

To get the membership details of the Office 365 external users, you can use the MS Graph cmdlet.

The above cmdlet does not support retrieving the membership details of all external users in a single call. Instead, you would need to retrieve the membership details for each external user individually using a loop or by specifying the user ID.

However, you can export O365 external user reports with their membership using PowerShell script mentioned in the blog below.

https://o365reports.com/2020/11/12/export-office-365-guest-user-report-with-their-membership/

Sample Output:

By using the PowerShell script, you can get a report similar to the screenshot below.

Office 365 external user reports

This script will give you external users’ insights like external user creation time, membership details, account age, invitation acceptance status, and so on in a single PowerShell script.

Track Office 365 External User Activities

Monitoring external user activities helps you identify suspicious or unauthorized access attempts by external users. To audit external user activities, you can use an audit log search. However, it will not give any filtering option to retrieve only the external user activities. They will show you the activities of all the users and you need to search among them to get the activity of external users.

It’s tedious, right? This is why everyone moves to PowerShell. PowerShell makes you a way to audit Office 365 external users’ activities with PowerShell cmdlets and scripts.

You can use the below PowerShell cmdlet to retrieve external user activities for a given period by specifying the Id of the external user.

However, this is not suitable for retrieving activities of all external users in Office 365.

But you can track all the external users’ activities like confidential document access, Illegal document/file modifications, Illicit resource sharing and more by downloading a PowerShell script given in the blog below.

https://o365reports.com/2022/02/10/audit-office-365-external-user-activities-using-powershell/

Sample Output:

The given script will generate external user activity report similar to the screenshot below.

External user activity report

This script will give you a report on external user activity having details such as activity time, external username, operation, accessed resource, resource type, workload, and detailed audit data.

Find Inbox Rules with External User Forwarding

Users can create inbox rules to perform automatic actions on incoming and outgoing emails such as forward, move, copy, etc.

However, there may be a chance of creating risky inbox rules that forward confidential emails to external users. This may lead to potential security threats in your Office 365 environment. So, it is crucial to be aware of inbox rules configured for forwarding emails to external users.

You can use “Auto forwarded message report” in the EAC to get emails that were forwarded to the external domain. But it lacks insights into inbox rules. Also, you can use the PowerShell cmdlet “Get-InboxRule” to retrieve the inbox rules that forward email externally. But you should optimize various parameters to extract the desired reports.

However, the PowerShell script makes the process simple. You can download the PowerShell script mentioned in the blog to export mailbox forwarding rules that forward emails to external domains or personal email addresses.

https://o365reports.com/2022/06/09/find-office365-inbox-rules-with-external-forwarding-powershell/

Sample Output:

The downloaded script will give you a report like the below added screenshot.

Inbox rules that forwards emails to external users

This script will retrieve inbox rules set to forward to, forward as attachment, and redirect toexternal recipients in Office 365.

Monitor Office 365 SharePoint Online External users

External users have the ability to view and access various site content, including the Document Library, Calendar, Task List, and more. Conducting regular reviews ensures that your SharePoint environment remains trouble-free and secure. By reviewing external user access, you can identify and address any potential issues or concerns.

But to review external users, we need to scour through each of the SharePoint sites, showing internal and external guest members together. It took time for you to pick the external one from the list of members.

When coming to PowerShell, we can get the external users in a SharePoint site using the below cmdlet.

But we need to repeat the cmdlet each time to get external users from all SharePoint sites. To aid in this endeavor, you can download a script to get SharePoint O365 external user reports given in the below blog.

https://o365reports.com/2021/08/03/get-all-external-users-in-sharepoint-online-powershell/

Sample Output:

Using the provided PowerShell script, you will be able to generate a O365 external user reports similar to the one shown in the example.

External users in SharePoint Online

This report gives you all the external users along with their creation time, which is very useful to track the newly created external users.

Audit Office 365 External User File Access in SharePoint Online

In SharePoint Online, the ability to share files with external users is common. But admins need to monitor external user file access for maintaining data security within your organization.

Note: It is better to assign guest user expiration policy to keep your externally shared content safe.

You can use an audit log search to track external user file access activities. But you need to use multiple filtering options to get the desired result, which is a tedious task. Also, when coming to the PowerShell cmdlet “Search-UnifiedAuditLog”, you can get 5000 records for each call. To ensure you capture all records, it is necessary to repeatedly call Search-UnifiedAuditLog using the SessionId parameter, which too has some limitations.

However, to ease your work, download the user-friendly PowerShell script to track all external user file accesses.

https://o365reports.com/2021/03/23/audit-external-user-file-access-in-sharepoint-online-using-powershell/

Sample Output:

By utilizing the PowerShell script mentioned earlier, you will be able to generate a report that resembles the screenshot below.

External user report having their file accessing data

This script will give you a report on external user activity having details such as file accessed time, external username, accessed file, site URL, file extension, workload and detailed audit data. If you wish to export SharePoint Online file access information for all users, you can use this PowerShell script to audit file access.

Monitor External Sharing in OneDrive and SharePoint Online

SharePoint Online is like a storage space and a collaborative platform for sharing files/documents/lists, etc.

While sharing with external users, we should give them only limited rights. More importantly, we should periodically keep an eye on SharePoint external sharing to avoid data breaches.

To get reports on files/folders/lists shared with external users, you can follow the steps below.

  1. First, open the respective SharePoint Online site.
  2. Navigate to Settings (Gear icon)> Site Usage.
  3. Scroll down to the Shared with external users section and click Run report.
  4. Then, choose the location to save the report on your SharePoint site.
  5. Finally, click Save.

SharePoint External sharing in Office 365

Once the report is generated, you will receive an email notification. Then you can go to the specified location and view the generated report.

Get OneDrive External Sharing Report in Office 365

One Drive allows users to save files as well as share files by determining the extent of their editing privileges.

Same as the SharePoint external sharing report, it will give you the overall sharing report, not specifically about files/folders shared with external users.

To generate this report, follow the steps below.

  1. First, open a OneDrive tile from Microsoft 365.
  2. Then, navigate to the Settings> OneDrive settings >More settings.
  3. Under the Manage access section, click Run sharing report.
  4. Then, choose the location to save the report on your SharePoint site.
  5. Finally, click Save.

Beyond the above built-in reports, you can download a PowerShell script given in the below blog to audit SPO and OneDrive files shared with external users.

https://o365reports.com/2021/05/20/audit-sharepoint-online-external-sharing-using-powershell/

Sample Output:

With the help of the PowerShell script shared in the blog, you can generate a report that resembles the screenshot provided below.

Audit Microsoft 365 external sharing report

The exported report contains necessary information such as shared time, shared by, shared resource type, shared resource, site URL, sharing type, workload, and audit info.

Get In-depth Reports on Office 365 External Users with AdminDroid

AdminDroid enables you to get a drilled down report on Office 365 guest users and external users’ activities. AdminDroid Microsoft 365 reporter came up with an exclusive external user report board!

External user report board in AdminDroid

External user sign in activity in Admindroid

With AdminDroid’s M365 external user management report collection, you can catch up on the suspicious behavior of the external users and can take necessary actions on them. Also, these reports will help you to identify the inactive external users, thereby removing them from your organization for a secure Office 365 environment.

Some of the external users’ reports available from AdminDroid’s report boards are,

External Users Reports –An overview reports on Office 365 external/guest users.
  • Recently created external users
  • Recently deleted external users
  • External user group membership
  • SPO External users
External Users Audit – Reports to keep track of External users in Office 365.
  • Teams external users login activities
  • External members removed/added from groups
  • External users sign ins
  • Login activities of external users in Teams
External Users Sharing and Access– Reports on file/folder/page activities of external users.
  • File shared to external users
  • Page activities by external users
  • Files shared by external users
  • Files shared via 1:1 chat to external users
External User Membership– Reports having information of external users group memberships.
  • Teams channels with external users
  • External users in Private channels
  • Teams with external users
  • Site invitations shared to external users
Mailbox Permissions Report – Detailed reports on mailbox access and permissions of guest users.
  • Mailbox accesses by guest users
  • External users accessing other mailboxes

Why AdminDroid is the Best Choice for External Users’ Management?

  1. You can set up automated scheduling of reports for daily monitoring of external user activities, mailbox accessing, instead of taking efforts manually.
  2. AdminDroid enables you to customize external user reports, thereby you can apply additional filters, columns, charts to obtain the exact report you need.
  3. Also, Admindroid offers complete Office 365 alerting solution. So, you can gain real time notifications on suspicious activities such as sensitive file sharing, mailbox access by guest users and so on.

Don’t wait any longer! Start to use AdminDroid and gain seamless control over Office 365 external users.

We hope this blog brings you the importance of O365 external user reports. Furthermore, you can reach us for doubts and clarifications through the comments section.

Share article