< Back

Get-InternalDnsCacheRecord

Wed Jan 15, 2020 2:13 am

NAME Get-InternalDnsCacheRecord



SYNOPSIS

Get the content of the internal DNS cache used by Get-Dns.





SYNTAX

Get-InternalDnsCacheRecord [[-Name] <String>] [[-RecordType] <String>] [-ResourceType <String>]

[<CommonParameters>]





DESCRIPTION

Get-InternalDnsCacheRecord displays records held in the cache.





PARAMETERS

-Name <String>

The name of the record to retrieve.



Required? false

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-RecordType <String>

The record type to retrieve.



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ResourceType <String>

The resource type to retrieve.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<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

Indented.Net.Dns.CacheRecord





OUTPUTS

DnsCacheRecord





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-InternalDnsCacheRecord













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-InternalDnsCacheRecord a.root-servers.net A















RELATED LINKS