- Download repo ZIP and extract to C:\Source
- Download Windows 2022 Evaluation : https://www.microsoft.com/en-us/cloud-platform/windows-server-trial
- Mount ISO and set correct drive letter in .\Install.ps1
- Run C:\Source\Install.ps1
- Set the local password to the same on all VMs (this applies only to Cloud) : net user administrator YOURLOCALPASSWORD
- Set Domain Name and Reverse Lookup IP Address in .\Applications\Scripts\Settings.xml
- Set DHCP Scope in .\Applications\Scripts\DHCP-vendor.ps1
- Set the local password to the same on all VMs (this applies only to Cloud) : net user administrator YOURLOCALPASSWORD
- Set Computername and Join Domain
- Add the local password to CustomSettings.ini => AdminPassword=YOURLOCALPASSWORD
- Set Run As Domain & Password in the Automation Framework Task Sequence (The Tasks with White Icon)
- Cut / Paste the Windows 2019 ISO into .\Applications\Misc\Automation Framework
- Add the licensed Install.ps1 (AF) into the same folder.
- Run cscript \HYDRATIONSERVERIP\Hydration$\scripts\litetouch.wsf (Cloud Only - Disable Firewall on Hydration Server)
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
wget -uri https://github.com/haavarstein/Automation-Framework-Community-Edition/archive/master.zip -OutFile C:\Windows\Temp\Master.zip
Expand-Archive -Path C:\Windows\Temp\Master.zip -DestinationPath C:\
ren "C:\Automation-Framework-Community-Edition-master" "C:\Source"
CD "C:\Source"