Liongard
Create
Log in
Sign up
Roadmap
Feedback
Metrics Library
1000
Boards
Feature Requests
Metrics Library
Powered by Canny
Metrics Library
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.
Details
Category
Showing
Trending
Sort
Trending
Top
New
Filter
Under Review
Planned
In Progress
Blocked
Submitted
Reviewed
Complete
posts in
All Categories
All Categories
Veeam Service Provider Console (3)
Windows Server (82)
Microsoft 365 (132)
Cisco Meraki (18)
Amazon Web Services (7)
SonicWall (34)
Internet Domain/DNS (26)
Dark Web Monitoring (1)
Google Workspace (8)
N-able RMM (5)
Hyper-V (8)
Sophos XG (4)
VMware ESXi (3)
Azure Active Directory (29)
SentinelOne (10)
Huntress (12)
Fortinet FortiGate (21)
Azure (12)
Duo Security (23)
Roar (185)
Windows Workstation (54)
Active Directory (106)
N-able Backup (9)
Auvik (10)
Datto RMM (11)
WatchGuard (3)
Ubiquiti UniFi (10)
macOS (2)
ConnectWise Manage (3)
Continuum RMM (10)
TLS/SSL Certificates (8)
ESET Licensing (3)
JumpCloud (2)
Sophos Central (9)
GoDaddy (3)
IT Glue (10)
KnowBe4 (6)
ConnectWise Automate (5)
Cisco Small Business Solution (SBS) (4)
Network Discovery (9)
OneLogin (3)
SQL Server (4)
Kaseya BMS (1)
NinjaRMM (1)
Cisco Umbrella (8)
Acronis Cyber Cloud (2)
Cisco ASA (8)
Palo Alto (1)
N-able N-central (7)
Autotask (2)
Bitdefender (1)
Managed Printer (6)
Microsoft OneDrive (2)
Microsoft Teams (3)
VMware vCenter (2)
Linux (2)
Webroot Secure Anywhere GSM (11)
Syncro (1)
3CX (1)
StorageCraft SPX (1)
Cisco IOS (7)
BCDR data (15)
Cloudflare (1)
Veeam Availability Console (2)
Kaseya VSA (3)
Domotz (1)
Adigy (1)
Datto Networking (2)
Active Directory: Count of Windows Server 2025
This is helpful to someone who's trying to complete an audit of 2025 Windows Servers in an organization. This is a good Metric for a cross customer audit, and could be included in QBRs, recurring site reviews, or an onboarding report. Computers[?OperatingSystem != null && contains(OperatingSystem, 'Windows Server 2025')] | length(@)
0
1
Active Directory: Count of Windows Server 2022
This is helpful to someone who's trying to complete an audit of 2022 Windows Servers in an organization. This is a good Metric for a cross customer audit, and could be included in QBRs, recurring site reviews, or an onboarding report. Computers[?OperatingSystem != null && contains(OperatingSystem, 'Windows Server 2022')] | length(@)
0
1
Active Directory: Last Login with Timestamp
This will return us the last logon for the AD user. Users[].join( , [join( , [ AD LOGIN: , to_string(UserName)]), join( , [ . Name of User: , to_string(Name)]),join( , [ : , to_string(LastLogonDate)])])
1
·
submitted
11
Active Directory: Enabled Workstation Count
This is helpful to someone who's trying to obtain/maintain visibility into the count of enabled workstations at an organization. This is a good Metric for QBRs or recurring site reviews. Computers[?Type== Workstation && Enabled == true ] | length(@)
0
·
submitted
1
Active Directory: Enabled Server Count
This is helpful to someone who's trying to obtain/maintain visibility into the count of enabled servers at an organization. This is a good Metric for QBRs or recurring site reviews. Computers[?Type== Server && Enabled == true ] | length(@)
0
·
submitted
1
Active Directory: Count of Windows 7 OS Computers
This is helpful to someone who's trying to complete an audit of Windows 7 computers in an organization, as they are out of support. This is a good Metric for a cross customer audit, and could be included in QBRs, recurring site reviews, or an onboarding report. This Metric also could be used to create an Actionable Alert for computers that are out of support. Computers[? contains(to_string(OperatingSystem), Windows 7 )]. Name | length(@)
0
·
submitted
1
Active Directory: Count of OUs
This is helpful to someone who's trying to obtain/maintain visibility into the count of OUs at an organization. This is a good Metric for QBRs or recurring site reviews. OrganizationalUnits | length(@)
0
·
submitted
1
Active Directory: Count of Users Whose Last Login is within 30 Days Ago
This is helpful to someone who's trying to obtain/maintain visibility into a count of stale/inactive users at an organization. This is a good Metric for QBRs or recurring site reviews. Also, this Metric could be used to build a user audit with the intention of an end customer confirming that all looks as expected. Users[? DaysSinceLastLogin < 31 && UserStatus == Active && DaysSinceLastLogin != null && Email != null ] | length(@)
0
·
submitted
1
Active Directory: Count of Groups
This is helpful to someone who's trying to obtain/maintain visibility into the count of groups at an organization. This is a good Metric for QBRs or recurring site reviews. Groups[] | length(@)
0
·
submitted
1
Active Directory: List of Computers Whose Last Login is Within 30 Days
This is helpful to someone who's trying to obtain/maintain visibility into a list of active computers at an organization. This is a good Metric for QBRs or recurring site reviews. Computers[? DaysSinceLastLogin < 31 ].Name
0
·
submitted
1
Load More
→
Powered by Canny