> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rasmusj.dk/llms.txt
> Use this file to discover all available pages before exploring further.

# Windows Administration Overview

> Windows PowerShell and WSL management guide

<Card title="Windows Infrastructure" icon="windows">
  PowerShell automation and Windows Subsystem for Linux management.
</Card>

## Quick Navigation

<CardGroup cols={2}>
  <Card title="PowerShell" href="/infrastructure/windows/powershell" icon="terminal">
    PowerShell scripts, modules, and automation
  </Card>

  <Card title="WSL" href="/infrastructure/windows/wsl" icon="ubuntu">
    Windows Subsystem for Linux setup and configuration
  </Card>

  <Card title="Troubleshooting" href="/infrastructure/windows/troubleshooting" icon="tool">
    Common Windows issues and how to resolve them
  </Card>
</CardGroup>

## Windows Administration Tools

<Tabs>
  <Tab title="PowerShell">
    Advanced PowerShell scripting, module management, and automation workflows for Windows environments.
  </Tab>

  <Tab title="WSL Integration">
    Seamless Linux development on Windows using WSL2, including Docker and development environment setup.
  </Tab>
</Tabs>

<Tip>
  These guides focus on enterprise-grade Windows administration suitable for DevOps workflows.
</Tip>
