Skip to Main Content
Liongard Library

Welcome to Liongard Library, where Lions share! This is a community-led space where Liongard users can come to teach and learn from one another.
Share custom Metrics, get inspired and see what’s trending in the Pride.

Pride Etiquette:
➕ Have great custom Metrics? Add them as entries!
🌟 Want to use a Metric? Copy the query and
follow this doc.
👍 Tried a Metric from the Library? Like it!
📣 Have a question or feedback on a Metric? Add a comment!
🔎 Not sure where to start? Learn about Metrics and how to write them.
💬 Need help writing a metric or want to help support others? Join the conversation in our Liongard Lounge #metrics slack channel.


🥴 See something off? Open a support chat to let us know.

Categories Microsoft 365
Created by Sam Walker
Created on Mar 7, 2022

Microsoft 365: Return Additional Data via M365 Inspector (Checks the 365 concealed user, group, and site names in all reports Setting)

In order to return more data via the Microsoft 365 inspector, you need to disable the setting "Display concealed user, group, and site names in all reports" in the 365 tenancy (refer to Liongard documentation for more information).

This metric will return true or false, showing whether this Microsoft 365 setting is disabled or not.

This is achieved by checking whether the data value "Report_Refresh_Date" exists in the data print. As this is one of the values that only appears when the 365 setting is DISABLED, this is one way to check whether the 365 setting has been disabled.

We named the metric "Microsoft 365: Concealed user, group, and site names in all reports". If the metric returns "True" you know that the data is concealed and need to be disabled.



Query

Users[?Report_Refresh_Date != null] | [0].Report_Refresh_Date == null


  • Attach files
  • Robert Slater
    Reply
    |
    Mar 28, 2023

    This is really handy to make sure you're increasing visibility on all tenant organizations. Are there any license requirements?

    1 reply