Skip to content

activedirectory: Add-DnsServerResourceRecord should include the -TimeToLive flag #10

@tlimoncelli

Description

@tlimoncelli

Creating DNS records via the ActiveDirectory driver should set the TTL:

Add-DnsServerResourceRecordA -ComputerName "ny-dc01" -ZoneName "internal" -Name "pingdomcheck.stackoverflow.com" -IPv4Address "10.10.10.10" -TimeToLive 123

It should only be included if the TTL value is non-zero and not 300 (or the default TTL for this zone).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions