From 6c4e80016f24c289dbab862712a6741bb683f161 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 18 Oct 2024 23:21:20 +0300 Subject: [PATCH] Update Sophia.psm1 --- src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 index 89c95beeb..972d67b15 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 @@ -636,7 +636,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd); Verbose = $true UseBasicParsing = $true } - $LatestSupportedBuild = (Invoke-RestMethod @Parameters).Windows_11_LTSC_2024 + $LatestSupportedBuild = (Invoke-RestMethod @Parameters).Sophia_Script_Windows_11_LTSC2024 } catch [System.Net.WebException] {