Граф коммитов

72 Коммитов

Автор SHA1 Сообщение Дата
Jaromir Kaspar 59f6be3f6e win2025 2024-06-20 08:18:56 +02:00
Karl Wester-Ebbinghaus ac84c9e7d9
Update DownloadLatestCUs.ps1
1. added support for Windows Server 11 23H2
2. added support for Azure Stack HCI 23H2
3. removed "," in Searchstring for consistency, -like is used later on
4. changed SSUSearchString to $null where appropriate (no SSU exist for these releases. left it for older ones, even though latest CUs would have them included.
5. added if else to support $null SSUSearchString

notes: for some reason 23H2 releases do not download files even they are correctly found and listed. Problem with the used module Get-MSCatalogUpdate?
2024-02-22 17:16:34 +01:00
Karl Wester-Ebbinghaus 30380fb342
Update DownloadLatestCUs.ps1
added Azure Stack HCI 23H2 CU and Servicing Stack 
in a new PR we should remove SSU as they are now part of the CU for all supported releases of Windows Server and Client AFTER 1607

ref: https://www.catalog.update.microsoft.com/Search.aspx?q=servicing%20stack
2024-02-22 15:26:45 +01:00
Jaromir Kaspar b6c6ff73e8
Merge pull request #562 from microsoft/dev
Dev
2023-07-29 23:50:37 +02:00
Jaromirm c1c011a663 Updated disk size (127GB) and added 23H2 2023-07-29 23:44:24 +02:00
Vladimír 18286d66d8
Updated build script and pipeline. (#557) 2023-06-16 20:46:42 +02:00
Vladimír 74bf8c5333
Codesigning support for scripts in Tools (#556)
* Codesigning tools scripts during release.
2023-06-16 15:13:32 +02:00
Jaromir Kaspar 7658eab558 minor update 2022-10-24 10:51:33 +02:00
Jaromir Kaspar 6e1af80959 typo 2022-10-03 10:04:43 +02:00
Jaromir Kaspar b29cc31a4b typo 2022-10-03 10:01:47 +02:00
Jaromir Kaspar 7788c8922f typo fix 2022-10-03 09:51:18 +02:00
Jaromir Kaspar a4b7f94d43 fixed Win10 download + added Win11 2022-10-03 09:45:56 +02:00
jaromirk a8fa66a540 small fixes 2022-05-18 22:26:15 +02:00
jaromirk 48e5e41eac fix to patch code 2022-05-18 14:48:31 +02:00
Vladimír 5507cd505e
Merge branch 'master' into dev 2022-03-10 16:32:56 +01:00
Vladimír 28b9905ed5
Add CreateLinuxParentDisk.ps1 2022-02-18 22:35:45 +01:00
Vladimír c87224164a
Add support to build Linux parent disks (#502) 2022-02-18 22:31:04 +01:00
jaromirk bc0bbdce7d fix for multiple VHD patch (was patching only one before) 2022-01-13 15:18:01 +01:00
Jaromir Kaspar 449b290adb Added 22H2 support 2021-10-11 17:49:42 +02:00
JaromirK bf9311794f minor fixes 2021-09-27 17:43:28 +02:00
JaromirK 318687e15c CreateVMFleetImage -> CreateVMFleetDisk 2021-09-27 15:30:16 +02:00
JaromirK 4247de18b9 Replaced old VMFleet Scenario 2021-09-27 15:20:00 +02:00
JaromirK 945a636a51 Added support for AzStackHCI 21H2 and WS2022 2021-09-10 11:32:07 +02:00
JaromirK d4cbada116 Slightly modified logic 2021-08-13 10:55:23 +02:00
Jaromir Kaspar 914f20f6fa added win11 and AzSHCI 21H2 2021-07-11 12:53:06 +02:00
Jaromir Kaspar 8668b7cb80 minor fixes 2021-06-23 13:16:15 +02:00
Jaromir Kaspar cd33b09629 Windows Server 2022 2021-05-27 20:45:26 +02:00
Jaromir Kaspar 254df0a179 SSU download fix 2021-04-05 16:15:56 +02:00
Jaromir Kaspar 5342b767cb Fixed logic a bit 2021-04-05 16:11:29 +02:00
Jaromir Kaspar dac76443d2 simplified a bit 2021-04-03 23:28:54 +02:00
Jaromir Kaspar 345e690d67 Removed BITS because of inconsistent behavior 2021-04-03 03:22:19 +02:00
Jaromir Kaspar 1209b3f699 searchstring fix 2021-04-03 03:06:32 +02:00
Jaromir Kaspar f16208664f typos fix 2021-04-03 03:02:24 +02:00
Jaromir Kaspar d77444b03c complete redesign 2021-04-03 02:49:18 +02:00
Jaromir Kaspar 8921c5d5a0 url fix 2021-04-02 01:27:11 +02:00
Jaromir Kaspar d4c5ebf8ae typo fixes 2021-03-31 22:13:57 +02:00
Jaromir Kaspar cee31a19bf New logic in script 2021-03-31 16:38:32 +02:00
Jaromir Kaspar 3302ef4f61 AzSHCI edition name update 2021-03-11 21:22:18 +01:00
Jaromir Kaspar 1af8968c96 added sort of packages 2021-02-24 18:44:54 +01:00
Jaromir Kaspar a8e4666410 WSLab -> MSLab rebrand 2021-02-24 18:16:37 +01:00
Jaromir Kaspar 0604f027d1 added PatchParentDisks script 2021-02-24 17:28:28 +01:00
Jaromir Kaspar db66a50fd0 added tls1.2 for compatibility 2020-12-11 16:48:13 +01:00
Jaromir Kaspar b716f14722 erroractin fix 2020-11-11 23:47:21 +01:00
Jaromir Kaspar d374573f4b azshci stretch cluster scenario + azshci support
Former-commit-id: a1d831a7af
2020-07-21 22:52:17 +02:00
Jaromir Kaspar 841566785d Added 20H1 support
Former-commit-id: f8c466ef99
2020-07-16 14:48:25 +02:00
Jaromir Kaspar 44991e45e0 Explicit warn and error colours.
Former-commit-id: 61b2d24b5b
2020-05-29 12:58:41 +02:00
Jaromir Kaspar edafecd44c fix to download x64 only
Former-commit-id: 4ae256b477
2020-04-15 23:30:31 +02:00
Jaromir Kaspar f0ac93a264 xml download fix
Former-commit-id: 43aaabf23c
2020-03-17 14:11:01 +01:00
Vladimír ca4e4508ba download Convert-WindowsImage on-demand (#315)
Revert Convert-WindowsImage behavior

Former-commit-id: f4dbb0aac1
2020-02-05 16:57:11 -08:00
Vladimír be27a1f135 Compatibility with PowerShell 7 (#310)
* add PowerShell Core compatibility
* update README with pwsh integration

Former-commit-id: 72352098d9
2020-02-05 08:46:21 -08:00