Thanks for your interest in improving this project.
This repository contains two localized editions of the same PowerShell solution:
en/for English operator-facing usageru/for Russian operator-facing usage
Please keep functional changes aligned across both editions unless the change is intentionally language-specific.
- Keep behavior changes minimal and reviewable.
- Preserve compatibility with Windows Server 2008-2025 where practical.
- Update both language editions when the underlying collection logic changes.
- Update user-facing documentation when parameters, outputs, or report behavior change.
- Do not commit real
servers.txt, exported reports, credentials, or internal infrastructure details.
- WMI/DCOM and remote-registry collection are intentional compatibility choices for mixed Windows Server environments.
- PowerShell
5.1compatibility matters for worker execution and broad operator adoption. - PowerShell
7+should continue to work for orchestration and parallel collection scenarios. - Excluding
WAN MiniportandMicrosoftadapters is part of the intended reporting behavior unless explicitly redesigned.
- Describe the problem and the operational impact.
- Summarize the change at a high level.
- Mention compatibility implications if any.
- Note whether both language editions were reviewed.
- Include manual validation notes when applicable.
Use the issue templates when reporting bugs or requesting features.