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

2245 Коммитов

Автор SHA1 Сообщение Дата
Jaromir Kaspar bfe9289bf4
Merge pull request #613 from microsoft/dev
Dev
2024-11-27 14:52:52 +01:00
Jaromir Kaspar 2a361898c9 Merge branch 'dev' of https://github.com/microsoft/MSLab into dev 2024-11-27 14:49:15 +01:00
Jaromir Kaspar 3c8a06ae50 Win2025 2024-11-27 14:47:49 +01:00
Vladimír b6f58dcdf6
Sync dev and master (#610) 2024-11-19 17:28:05 +01:00
Vladimír 6434960394
Do not sign scripts. (#609)
Co-authored-by: Jaromir Kaspar <kaspik@hotmail.com>
2024-11-19 17:26:22 +01:00
Jaromir Kaspar e170fb2c2b
Merge pull request #596 from michbern-ms/user/michbern/dchydrate
Add a NoDCHydrate feature to defer DC creation to step 3
2024-10-29 08:27:27 -04:00
Jaromir Kaspar c9d76a0910
Merge pull request #599 from kaustubh93-dev/patch-1
Update LabConfig.ps1
2024-10-29 08:26:16 -04:00
Jaromir Kaspar 49bcbbade2
Merge pull request #603 from Karl-WE/patch-3
Update 1_Prereq.ps1 - updated diskspd Link to version 2.2
2024-10-29 08:24:00 -04:00
Jaromir Kaspar f4a1cba0ac
Merge pull request #608 from microsoft/dev
Dev
2024-10-29 08:17:00 -04:00
Jaromir Kaspar 0d3358cc70 vm memory increased 2024-10-07 16:04:31 +02:00
Jaromir Kaspar b9a78cef75 vmversion + cleanup/unmount fix 2024-10-07 13:45:29 +02:00
Jaromir Kaspar d1b38986ed
Merge pull request #605 from michbern-ms/user/michbern/ps7
Install PSDesiredStateConfiguration module if it is not installed
2024-10-05 07:17:12 +02:00
Michael Bernstein (DPLAT) 6f5e4b6c72 Install PSDesiredStateConfiguration module if it is not installed
As of PowerShell 7.2, this module is now shipped separately
and must be installed explicitly.

For more details, see:
https://learn.microsoft.com/en-us/powershell/dsc/overview?view=dsc-2.0
2024-10-04 16:16:36 -07:00
Karl Wester-Ebbinghaus 3ba705ca94
Update 1_Prereq.ps1 - updated diskspd Link
mslab will download an outdated diskspd version, which is crucial being updated for scenarios like VMfleet.
The latest 2.2 offers significant improvements.
2024-09-29 18:04:36 +02:00
Kaustubh Sharma 646fc37d62
Update LabConfig.ps1
removed "$" sign correct format should be  VMName = "S2D$_"
2024-08-09 11:22:29 +05:30
Michael Bernstein (DPLAT) 5ad7331476 Merge branch 'master' into user/michbern/dchydrate 2024-06-21 14:20:20 -07:00
Jaromir Kaspar 9ffe266451
Merge pull request #598 from microsoft/dev
network isolation fix
2024-06-21 15:21:21 +02:00
Jaromir Kaspar dc61e06a17 network isolation fix 2024-06-21 15:20:14 +02:00
Jaromir Kaspar 0e8523582d
Merge pull request #597 from microsoft/dev
win2025
2024-06-20 08:20:35 +02:00
Jaromir Kaspar 59f6be3f6e win2025 2024-06-20 08:18:56 +02:00
Michael Bernstein (DPLAT) f20e9a751e Fix issue with extra objects returning from Hydrate-DC 2024-06-13 16:22:59 -07:00
Michael Bernstein (DPLAT) 6db3293411 Update LabConfig.ps1 with support for WS2025 2024-06-12 16:17:36 -07:00
Michael Bernstein (DPLAT) 32c32d3492 Refactor DC Hydration function out from 2_CreateParentDisks.ps1
- Refactor the DC Hydration code out
- Add a mode to avoid dehydrating the DC and to instead create it during deployment
- Add support for Server 2025 images by name
2024-06-12 16:09:42 -07:00
Jaromir Kaspar d707ddfa76
Merge pull request #595 from microsoft/dev
digging up the history - fix to setup HVR
2024-06-06 03:46:09 +02:00
Jaromir Kaspar fae69c4f83 digging up the history - fix to setup HVR 2024-06-06 03:44:20 +02:00
Vladimír Mach 424331c5e1 fix PSAnalyzer remediations 2024-05-27 15:32:07 +02:00
Jaromir Kaspar 23c228b9fb
Merge pull request #593 from microsoft/dev
Azure Stack HCI 23H2 Update
2024-05-06 15:27:28 +02:00
Jaromir Kaspar 41aa7c706a Azure Stack HCI 23H2 Update 2024-05-06 15:25:36 +02:00
Jaromir Kaspar 0193d43683
Merge pull request #586 from microsoft/dev
Dev
2024-04-03 22:27:28 +02:00
Jaromir Kaspar 682f576c0a typo 2024-04-03 10:00:15 +02:00
Jaromir Kaspar 73c325d516 ManagementSubnetIDs removed 2024-04-03 09:31:30 +02:00
Jaromir Kaspar 3b64396f93
Merge pull request #585 from microsoft/dev
Dev
2024-04-03 09:29:33 +02:00
Jaromir Kaspar cec800bcef
Merge pull request #584 from microsoft/master
master -> dev
2024-04-03 09:28:11 +02:00
Jaromir Kaspar 8d59a54790
Dev (#582)
* 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

* 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?

* cloud deploy update
2024-04-02 23:36:32 +02:00
Vladimír 182faf0f0e
fix typo (#581)
Co-authored-by: Vladimír Mach <machv@microsoft.com>
2024-03-26 16:22:39 +01:00
Jaromir Kaspar b793a16754 Merge branch 'dev' of https://github.com/microsoft/MSLab into dev 2024-03-22 13:02:30 +01:00
Jaromir Kaspar cc75212b50 cloud deploy update 2024-03-22 13:01:55 +01:00
Jaromir Kaspar 4cebf3322b
Merge pull request #578 from Karl-WE/patch-1
Update DownloadLatestCUs.ps1
2024-02-26 10:04:08 +01:00
Karl Wester-Ebbinghaus f9a8022013
Merge pull request #1 from Karl-WE/Karl-WE-patch-2
Update DownloadLatestCUs.ps1 - support 23H2 releases and empty SSUString where no longer needed
2024-02-22 17:20:35 +01: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
Vladimír 07c3e34b78
Fix GitHub Actions (#576) 2024-02-06 17:00:48 +01:00
Vladimír 8daa497439
Update 2_CreateParentDisks.ps1 2024-02-06 16:32:06 +01:00
Vladimír 8b4d7e5c2f
Fix Actions permissions (#575) 2024-02-06 16:19:39 +01:00
Vladimír 3b1457d70d
Use explicit write permission to create a release 2024-02-06 16:15:32 +01:00
Jaromir Kaspar d1ae68fa51
Merge pull request #574 from microsoft/dev
updated DSU/IC links
2024-02-05 12:58:18 +01:00
Jaromir Kaspar d10a2d21d8 updated DSU/IC links 2024-02-05 11:51:41 +01:00
Jaromir Kaspar 19d7b02a08
Merge pull request #572 from microsoft/dev
Dev
2024-01-12 11:54:28 +01:00
JaromirK 98e3e13196 Merge branch 'dev' of https://github.com/microsoft/MSLab into dev 2024-01-12 11:51:05 +01:00
JaromirK ab1c69fc1f removed trailing space chars 2024-01-12 11:38:36 +01:00