en-US/about_EntraMfaRegistrationReport.help.txt
|
TOPIC about_EntraMfaRegistrationReport SHORT DESCRIPTION Read-only Microsoft Entra ID multifactor authentication registration reporting via Microsoft Graph. Generates CSV evidence identifying users without MFA registered, for MFA-coverage assessment findings; performs no writes to any tenant. LONG DESCRIPTION The EntraMfaRegistrationReport module provides PowerShell automation capabilities following production-grade standards including: - Advanced function patterns with CmdletBinding - SupportsShouldProcess on state-changing operations only - Comprehensive input validation - Logging via native PowerShell streams (Write-Verbose, Write-Warning, etc.) - Full Pester v5+ test coverage COMMANDS # Add your module's exported functions here. EXAMPLES # Add usage examples for your module's functions here. NOTES This module requires PowerShell 7.0 or later. SEE ALSO Write-ToLog |