Skip to main content
Version: 2.0.1 (preview)

Clear-MtDnsCache

SYNOPSISโ€‹

Resets the local cache of DNS lookups. Use this if you need to force a refresh of the cache in the current session.

SYNTAXโ€‹

Clear-MtDnsCache [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTIONโ€‹

By default all DNS responses are cached and re-used for the duration of the session.

Use this function to clear the cache and force a refresh of the data.

EXAMPLESโ€‹

EXAMPLE 1โ€‹

Clear-MtDnsCache

This example clears the cache of all DNS lookups.

PARAMETERSโ€‹

-ProgressActionโ€‹

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParametersโ€‹

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTSโ€‹

OUTPUTSโ€‹

NOTESโ€‹

https://maester.dev/docs/commands/Clear-MtDnsCache