2020/07/21 #DNSに関するコマンド(数えてみるだけ)

皆様おはようございます、
#猫でもできるPowerShell(備忘録)
#DNSに関するコマンド(数えてみるだけ)

# パソコン上で確認
PS C:\> Get-Command *dns* |group source |ft -AutoSize
Count Name                                Group                                                                                 
----- ----                                -----                                                                                 
    1                                     {dnsn}                                                                               
   17 DnsClient                           {Add-DnsClientNrptRule, Clear-DnsClientCache, Get-DnsClient, Get-DnsClientCache...}   
    3 VpnClient                           {Add-VpnConnectionTriggerDnsConfiguration, Remove-VpnConnectionTriggerDnsConfigurat...
    6 NetworkTransition                   {Disable-NetDnsTransitionConfiguration, Enable-NetDnsTransitionConfiguration, Get-N...
    1 C:\Windows\system32\dnscacheugc.exe {dnscacheugc.exe}                                                                     


# Active Directory上で確認
PS C:\> Get-Command *dns* |group source |ft -AutoSize
Count Name                                Group                                                           
----- ----                                -----                                                           
    1                                     {dnsn}                                                         
  134 DnsServer                           {Export-DnsServerTrustAnchor, Get-DnsServerRRL, Set-DnsServer...
   17 DnsClient                           {Add-DnsClientNrptRule, Clear-DnsClientCache, Get-DnsClient, ...
    3 VpnClient                           {Add-VpnConnectionTriggerDnsConfiguration, Remove-VpnConnecti...
    6 NetworkTransition                   {Disable-NetDnsTransitionConfiguration, Enable-NetDnsTransiti...
    1 UserAccessLogging                   {Get-UalDns}                                                   
    1 C:\Windows\system32\dns.exe         {dns.exe}                                                       
    1 C:\Windows\system32\dnscacheugc.exe {dnscacheugc.exe}                                               
    1 C:\Windows\system32\dnscmd.exe      {dnscmd.exe}                                                   
    1 C:\Windows\system32\dnsmgmt.msc     {dnsmgmt.msc}                                                   


Active Directory上で確認した時の多さは納得ですが
単なるパソコン上で確認してもそこそこ数があったのは驚きです
ではまた;
"