Option B is correct. The DNS query for the given name is carried out by the Resolve-Dns Name cmdlet.
In terms of functionality, this cmdlet is comparable to the nslookup utility, which enables users to search for names. Similar to the information that can be acquired using packet capture tools like network monitor, the DNS debug log offers incredibly precise information on all DNS information that is sent and received by the DNS server. We all use two tools to troubleshoot any DNS problems. The first two are whois, a practical tool for retrieving domain-related information from the registry, and dig, an acronym for domain information groper. Let's examine these two instruments more closely.
[-Name] <String>
[[-Type] <RecordType>]
[-Server <String[]>]
[-DnsOnly]
[-CacheOnly]
[-DnssecOk]
[-DnssecCd]
[-NoHostsFile]
[-LlmnrNetbiosOnly]
[-LlmnrFallback]
[-LlmnrOnly]
[-NetbiosFallback]
[-NoIdn]
[-NoRecursion]
[-QuickTimeout]
[-TcpOnly]
[<CommonParameters>]
Learn more about network here-
https://brainly.com/question/29993625
#SPJ4