-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
The Test-DDEmailDmarcRecord
cmdlet currently returns the Percent
field with explanatory text rather than a raw percentage. This makes it harder to consume programmatically.
Evidence
Command
Test-DDEmailDmarcRecord example.com
Output
Percent : 100% of messages are subjected to filtering.
Problem
- The
Percent
field includes extra explanatory text. - Programmatic consumers cannot easily parse the numeric value.
Recommendation
- Update the
Percent
property to include only the numeric percentage (e.g.,100
). - Explanatory text (e.g., "of messages are subjected to filtering") should be moved to report-style outputs instead of object properties.
- Assumption: users of
Test-DDEmailDmarcRecord
have sufficient understanding of DMARC to interpret the value.
Expected Benefits
- Cleaner, programmatically useful output.
- Maintains clarity for reports while keeping object properties minimal and consistent.
Metadata
Metadata
Assignees
Labels
No labels