# Usage Examples

LLMS index: [llms.txt](/llms.txt)

---

<div class="pageinfo pageinfo-warning td-max-width-on-larger-screens mx-0">


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.


</div>


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](../commands/).

---

Section pages:

- [Practical usage in a Domain Environment (GPO-driven collection and conversion)](/docs/examples/gpo-driven-collection/): This example demonstrates how to implement a GPO-driven workflow for collecting and converting DNS debug logs on domain controllers.
- [Scheduled Task Example](/docs/examples/scheduletask/): 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](/docs/examples/security-analysis-sql/): 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.
