en-US/DNSDebugLogHandler.dll-Help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Import-DNSDebugLog</command:name> <command:verb>Import</command:verb> <command:noun>DNSDebugLog</command:noun> <maml:description> <maml:para>Imports DNS Debug log files.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Imports and parses DNS Debug log files.</maml:para> <maml:para>Since the timestamp within the log files is culture specific this command will try to parse the timestamp with the current culture. Should this not work specify the culture with -Culture</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Import-DNSDebugLog</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="0" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Path to the log file</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="none" aliases="none"> <maml:name>Culture</maml:name> <maml:Description> <maml:para>Culture to use when parsing the timestamps in the log file</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">System.Globalization.CultureInfo</command:parameterValue> <dev:type> <maml:name>System.Globalization.CultureInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>System.Globalization.CultureInfo.CurrentCulture</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="0" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Path to the log file</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="none" aliases="none"> <maml:name>Culture</maml:name> <maml:Description> <maml:para>Culture to use when parsing the timestamps in the log file</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">System.Globalization.CultureInfo</command:parameterValue> <dev:type> <maml:name>System.Globalization.CultureInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>System.Globalization.CultureInfo.CurrentCulture</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>DNSDebugLogHandler.DNSLogEntry</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> Import-DNSDebugLog logfile.txt</dev:code> <dev:remarks> <maml:para>Imports a DNS Debug logfile</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS C:\> Import-DSNDebugLog logfile.txt -Culture [cultureinfo]::new("de-de")</dev:code> <dev:remarks> <maml:para>Imports a DNS Debug log file with a defined culture. This is needed in Case the time format of the DNS Debug log file is different than the current culture.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks /> </command:command> </helpItems> |