-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Some cmdlets in the module do not include the DD prefix in their names. Based on the overall naming design, the expectation is that cmdlets include the DD prefix, while aliases omit it. This inconsistency can create confusion and makes it harder to quickly distinguish official cmdlets from aliases.
Steps to Reproduce
Get-Command -Module DomainDetective
Affected Cmdlets
Get-CertificateInfo
Import-TlsRpt
Invoke-DomainWizard
New-DmarcRecord
Start-DnsPropagationMonitor
Stop-DnsPropagationMonitor
Test-Delegation
Test-DmarcAggregate
Test-ImapTls
Test-Pop3Tls
Test-ReverseDns
Test-SmtpBanner
Test-ZoneTransfer
Recommendation
- Standardize naming so that all cmdlets consistently use the DD prefix.
- Reserve unprefixed versions for aliases only, ensuring predictable and uniform naming across the module.
Metadata
Metadata
Assignees
Labels
No labels