From 6344830e245f37e9fa32620d93f6f33ccdf2cb42 Mon Sep 17 00:00:00 2001 From: michael-hollingsworth Date: Sun, 12 Apr 2026 04:35:55 -0400 Subject: [PATCH 1/3] Update requirements to reflect the currently supported OS versions --- docs/getting-started/requirements.mdx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/getting-started/requirements.mdx b/docs/getting-started/requirements.mdx index 0b48083..fc1bac0 100644 --- a/docs/getting-started/requirements.mdx +++ b/docs/getting-started/requirements.mdx @@ -27,16 +27,10 @@ PSAppDeployToolkit v4 is primarily developed on the latest Windows Client operat ##### Windows 11 +- Windows 11 26H1 +- Windows 11 25H2 - Windows 11 24H2 - Windows 11 23H2 -- Windows 11 22H2 -- Windows 11 21H2 - -##### Windows 10 - -- Windows 10 22H2 -- Windows 10 21H2 -- Windows 10 1809 ### Windows Server From 265d8339adf66b09037f5dd537128b909fffbb29 Mon Sep 17 00:00:00 2001 From: michael-hollingsworth Date: Wed, 22 Apr 2026 21:18:58 -0400 Subject: [PATCH 2/3] Simplify supported OS versions --- docs/getting-started/requirements.mdx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/getting-started/requirements.mdx b/docs/getting-started/requirements.mdx index fc1bac0..a94e164 100644 --- a/docs/getting-started/requirements.mdx +++ b/docs/getting-started/requirements.mdx @@ -23,14 +23,7 @@ PSAppDeployToolkit v4 requires .NET Framework 4.7.2 or higher. #### Currently Supported Windows Client Versions -PSAppDeployToolkit v4 is primarily developed on the latest Windows Client operating system (currently Windows 11). We aim to test and validate it against any versions listed under [Microsoft's currently supported Windows Client versions](https://learn.microsoft.com/en-us/windows/release-health/supported-versions-windows-client). - -##### Windows 11 - -- Windows 11 26H1 -- Windows 11 25H2 -- Windows 11 24H2 -- Windows 11 23H2 +PSAppDeployToolkit v4 is primarily developed on the latest Windows Client operating system (currently Windows 11). We aim to test and validate it against Windows 10 1607 and later. ### Windows Server From 4583d13f6ee73e8845da1709ec7d07c9fa0fb526 Mon Sep 17 00:00:00 2001 From: michael-hollingsworth Date: Wed, 22 Apr 2026 21:26:29 -0400 Subject: [PATCH 3/3] Simplify supported Windows Server OS versions --- docs/getting-started/requirements.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/getting-started/requirements.mdx b/docs/getting-started/requirements.mdx index a94e164..d9aebea 100644 --- a/docs/getting-started/requirements.mdx +++ b/docs/getting-started/requirements.mdx @@ -29,9 +29,4 @@ PSAppDeployToolkit v4 is primarily developed on the latest Windows Client operat #### Currently Supported Windows Server Versions -We also test and validate against the Long-Term Servicing Channel (LTSC) versions listed on [Microsoft's currently supported Windows Server list](https://learn.microsoft.com/en-us/windows/release-health/windows-server-release-info). - -- Windows Server 2025 -- Windows Server 2022 -- Windows Server 2019 (version 1809) -- Windows Server 2016 (version 1607) +We also test and validate against the Long-Term Servicing Channel (LTSC) and Long-Term Servicing Branch (LTSB) versions listed on [Microsoft's currently supported Windows Server list](https://learn.microsoft.com/en-us/windows/release-health/windows-server-release-info). Currently, this applies to Windows Server 2016 and later.