<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>模块命令参考 on PowerShell 模块 DNSServer.DebugLogParser</title><link>https://DNSServerDebugLogParser.andibellstedt.com/v1.2.0.0/cn/docs/commands/</link><description>Recent content in 模块命令参考 on PowerShell 模块 DNSServer.DebugLogParser</description><generator>Hugo</generator><language>cn</language><lastBuildDate>Mon, 25 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://DNSServerDebugLogParser.andibellstedt.com/v1.2.0.0/cn/docs/commands/index.xml" rel="self" type="application/rss+xml"/><item><title>Convert-DNSDebugLogFile</title><link>https://DNSServerDebugLogParser.andibellstedt.com/v1.2.0.0/cn/docs/commands/convert-dnsdebuglogfile/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://DNSServerDebugLogParser.andibellstedt.com/v1.2.0.0/cn/docs/commands/convert-dnsdebuglogfile/</guid><description>&lt;h2 id="synopsis"&gt;SYNOPSIS&lt;/h2&gt;
&lt;p&gt;将 Windows DNS 服务器调试日志转换为结构化的 CSV 格式，便于分析和报告。&lt;/p&gt;
&lt;h2 id="syntax"&gt;SYNTAX&lt;/h2&gt;
&lt;h3 id="__allparametersets"&gt;__AllParameterSets&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;Convert-DNSDebugLogFile [-InputFile] &amp;lt;string[]&amp;gt; [[-OutputFile] &amp;lt;string&amp;gt;] [[-Delimiter] &amp;lt;string&amp;gt;]
 [[-ComputerName] &amp;lt;string&amp;gt;] [[-OutputType] &amp;lt;string&amp;gt;] [[-ContextFilter] &amp;lt;string[]&amp;gt;]
 [[-InputCulture] &amp;lt;cultureinfo&amp;gt;] [[-OutputCulture] &amp;lt;cultureinfo&amp;gt;] [-SkipHeaderValidation]
 [-RemoveSourceFile] [-CompressOutput] [-NoDetailsParsing] [-WhatIf] [-Confirm] [&amp;lt;CommonParameters&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="aliases"&gt;ALIASES&lt;/h2&gt;
&lt;p&gt;此 cmdlet 有以下别名，&lt;/p&gt;
&lt;h2 id="description"&gt;DESCRIPTION&lt;/h2&gt;
&lt;p&gt;将 Windows DNS 服务器调试日志文件转换为结构化的 CSV 数据，可用于 Excel、Power BI、SQL 数据库或 SIEM 工具中进行分析。&lt;br&gt;
设计用于安全分析、性能监控、故障排除和合规报告。&lt;/p&gt;
&lt;p&gt;该 cmdlet 解析 DNS 调试日志并输出一致的 CSV 格式以供分析。&lt;br&gt;
CSV 输出包含 18 列，包括用于事件/诊断文本的 &lt;code&gt;Information&lt;/code&gt; 列、可选的包含数据包详细信息块的 &lt;code&gt;Details&lt;/code&gt; JSON 列，以及始终存在的 &lt;code&gt;ComputerName&lt;/code&gt; 列（除非指定，否则为空）。&lt;/p&gt;
&lt;p&gt;主要功能：&lt;/p&gt;</description></item></channel></rss>