Skip to content

Instantly share code, notes, and snippets.

@i128
i128 / TraceDetailedDNSLogs.ps1
Created July 3, 2019 16:50
Simple Script for Parsing Detailed DNS Debug Logs
function Get-DNSDebugLog
{
<#
.SYNOPSIS
This cmdlet parses a Windows DNS Debug log with details.
Author: @jarsnah12
License: BSD 3-Clause
Required Dependencies: None
Optional Dependencies: None