< Back

Get-CFDnsRecord

Mon Jan 13, 2020 3:33 am

NAME Get-CFDnsRecord



SYNOPSIS

List, search, sort, and filter a zones' DNS records.





SYNTAX

Get-CFDnsRecord [<CommonParameters>]





DESCRIPTION

Gets all DNS records.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









Example 1



PS C:\\> Get-CFDnsRecord



Lists all DNS records

Example 2



PS C:\\> Get-CFDnsRecord | Where-Object {$_.name -like 'www.*'}



Gets the DNS record with the name that starts with `www.`



RELATED LINKS