Practical guides and reviewed tools

Downloads

Downloads provides printable troubleshooting guides and reviewed Aki Inu Tech tools for practical field use. Use the worksheet during an incident, or review the documentation and integrity details supplied with each PowerShell release.

Printable troubleshooting guide

First 10 Minutes Troubleshooting Worksheet

Use this one-page landscape worksheet to record the symptom, time boundary, scope, known-good comparison, likely layer, evidence, next test, rollback, verification target, and escalation trigger.

PDF · Letter landscape

Printable field worksheet

The first 10 minutes should reduce uncertainty, not create more variables.

Download the worksheet PDF

Canonical guide

Understand the full workflow

The web guide explains how to use each step and when to stop before a shared or high-risk change.

Read the First 10 Minutes guide

Second downloadable PowerShell release

Get-KTNetworkConfig v1.0.0

Get-KTNetworkConfig v1.0.0 is Aki Inu Tech’s second downloadable PowerShell release. It provides read-only local discovery for active Windows network adapters.

PowerShell · v1.0.0

Get-KTNetworkConfig

Returns structured interface, address, gateway, DNS-server, adapter, and network-profile information without changing the computer.

Download Get-KTNetworkConfig v1.0.0 ZIP

Source review

Local and read-only

Requires Windows PowerShell 5.1 or PowerShell 7 on Windows and NetTCPIP. It has no parameters and normally requires no administrator rights.

Review the script
Verify the package. Review the script. Run only what you understand.

Network configuration may contain sensitive internal details. This release is not Authenticode-signed. If RemoteSigned blocks the verified download, use Unblock-File only on Get-KTNetworkConfig.ps1. Do not bypass or globally change execution policy. See the PowerShell Library details .

PowerShell downloads

Each PowerShell release is listed with its purpose, requirements, documentation, source-review guidance, and SHA-256 verification information.

PowerShell · v1.0.0

Test-KTDNS

Read-only DNS troubleshooting for A, AAAA, CNAME, MX, NS, SRV, TXT, and PTR records. Results use a stable PowerShell object format.

Download Test-KTDNS v1.0.0 ZIP

Requirements & limitation

Windows and DnsClient

Requires Windows PowerShell 5.1 or PowerShell 7 on Windows and the DnsClient module. The release is not Authenticode-signed.

Review the script
Verify the package. Review the script. Run only what you understand.

Test-KTDNS is read-only, but DNS queries may be logged by the selected resolver. After checksum verification and source review, use Unblock-File only on the downloaded Test-KTDNS.ps1 if RemoteSigned blocks it. Do not bypass or globally change execution policy. See the PowerShell Library details .