Version 1.2.0.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot.

Usage Examples

For AI agents: a documentation index is available at /llms.txt; a markdown version of this page is available at /v1.2.0.0/docs/examples/index.md.

Here you can find practical examples of how to use the module in real-world scenarios. These examples are designed to help you understand how to apply the module’s functionality.

These are examples with a little more depth and context. If you want to just the usage of the commands from the module, check out the command reference.


Practical usage in a Domain Environment (GPO-driven collection and conversion)

This example demonstrates how to implement a GPO-driven workflow for collecting and converting DNS debug logs on domain controllers.

Scheduled Task Example

This example demonstrates how to create a Windows Scheduled Task that runs a PowerShell script to process DNS debug logs daily.

Security Analysis Workflow with SQL Server

Convert DNS debug logs to CSV with DNSServer.DebugLogParser, import the result into SQL Server, and run a simple detection query for suspicious TXT record activity.