Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 748 Bytes

File metadata and controls

22 lines (12 loc) · 748 Bytes

Changelog

All notable changes to EntraAuthenticationMetrics will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2025-02-26

Added

  • Support for all Graph environments (Global, US Gov, US Gov DoD, China, Germany)

Changed

  • Optimized reporting when using -GroupId as the parameter. Previously the tool would query the members endpoint for the group then pipe the results to the Get-EAMUser function. Now it selects the needed properties from the members endpoint. Which substantially improves performance.

[0.0.2] - 2025-02-17

Changed

  • Started using changelog