Lists all users and their MFA status including: NameAccount Enabled or DisabledAccount Locked (only shows if locked)MFA Configured or OffMFA Excluded (only shows if excluded) Users[].join('', [displayName_r, ' [Account:(', (activated && 'enabled' || 'disabled'), (account_locked && '|locked' || ''), ') || MFA:(', (mfa.configured && 'configured' || 'off'), (mfa.exclusion && '|excluded' || ''), ')]']) | sort(@)