Auditing - Ensure Guest Users Are Reviewed At Least Biweekly

 









Summary

Guest users is generally set up for those users who are not among the tenants, in order to grant access to the resources. However, it is very important to maintain visibility for what guest users are established in the tenant.

Reason

Regular review of guest users ensures proper access and safety of the resources in the tenant.

How to?

To verify guest users, use the Microsoft 365 Admin center:
  1. Log in as an administrator.
  2. Now, navigate to the Users and Guest Users
  3. Review the list of users

To verify Microsoft 365 audit log search is enabled, use the Microsoft Online PowerShell Module:
  1. Run Microsoft Online PowerShell Module
  2. Connect using Connect-MsolService
  3. Now, run the following PowerShell command: 

  4. Get-MsolUser -all | Where-Object {$_.UserType -ne "Member"} |Select-Object
    UserPrincipalName, UserType, CreatedDate

      3. Review the list of users

Monitor:

To verify the report is being reviewed at least biweekly, confirm that the necessary procedures are in place and being followed.
































Comments

Popular posts from this blog

Query, Visualize, & Monitor Data in Azure Sentinel

Planning for Implementing SAP Solutions on Azure (Part 2 of 5)

Work with String Data Using KQL Statements