Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 511 Bytes

File metadata and controls

13 lines (10 loc) · 511 Bytes

AGENTS.md

Project description

This windows-scripts repository contains various scripts for configuring and maintaining Windows workstations and servers.

Environment

  • Target environment: Windows 11 and Windows Server 2025, unless specified otherwise.

Coding practices

  • New code should be compatible with both PowerShell 7 and PowerShell 5.1.
  • Scripts and functions should provide comment-based help, at least .SYNOPSIS.
  • Define types for function parameters and return values where possible.