Skip to content

Inconsistent Cmdlet Naming (Missing DD Prefix) #860

@thetechgy

Description

@thetechgy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions