Skip to content

Commit

Permalink
Added Windows Server 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromirk committed Sep 10, 2021
1 parent c8272ee commit bfb5f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/mslab-hydration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Process of hydration will prepare all necessary Virtual Hard Disks and will crea
## Required Files

* [MSLab Scripts](https://aka.ms/mslabzip)
* [Windows Server 2019](https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019)
* [Windows Server 2022](https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2022)
* Latest Cumulative Update + Servicing Stack Update

Tip: You can download CU and UR using DownloadLatestCU script that will be created after running 1_Prereqs.ps1
Expand Down
2 changes: 1 addition & 1 deletion Scripts/LabConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $LabConfig=@{ DomainAdminName='LabAdmin'; AdminPassword='LS1setup!'; Prefix = 'M
$LABConfig.VMs += @{
VMName = "$VMNames$_" ;
Configuration = 'S2D' ; # Simple/S2D/Shared/Replica
ParentVHD = 'Win2016Core_G2.vhdx'; # VHD Name from .\ParentDisks folder
ParentVHD = 'Win2022Core_G2.vhdx'; # VHD Name from .\ParentDisks folder
SSDNumber = 0; # Number of "SSDs" (its just simulation of SSD-like sized HDD, just bunch of smaller disks)
SSDSize=800GB ; # Size of "SSDs"
HDDNumber = 12; # Number of "HDDs"
Expand Down

0 comments on commit bfb5f7b

Please sign in to comment.