Skip to content

Commit

Permalink
Update Resolve-DnsName.md to include CheckCache option
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreyb authored Nov 6, 2024
1 parent cadca1a commit 0636484
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docset/winserver2022-ps/dnsclient/Resolve-DnsName.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Performs a DNS name query resolution for the specified name.
## SYNTAX

```
Resolve-DnsName [-Name] <String> [[-Type] <RecordType>] [-Server <String[]>] [-DnsOnly] [-CacheOnly]
Resolve-DnsName [-Name] <String> [[-Type] <RecordType>] [-Server <String[]>] [-DnsOnly] [-CacheOnly] [-CheckCache]
[-DnssecOk] [-DnssecCd] [-NoHostsFile] [-LlmnrNetbiosOnly] [-LlmnrFallback] [-LlmnrOnly] [-NetbiosFallback]
[-NoIdn] [-NoRecursion] [-QuickTimeout] [-TcpOnly] [<CommonParameters>]
```
Expand Down Expand Up @@ -72,6 +72,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -CheckCache
Resolves this query using the local cache first.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -DnsOnly
Resolves this query using only the DNS protocol.
Expand Down

0 comments on commit 0636484

Please sign in to comment.