00-PreInstall: pre-stage udc_webserver_settings.json + firewall/NetFx3 hardening

Add staging block that copies udc_webserver_settings.json from the enrollment
share to C:\ProgramData\UDC during preinstall, mirroring the existing
udc_settings.json pattern. New PCs were imaging without UDC web server
config because the file was never wired into the imaging flow (only the
remote-maintenance task in powershell/remote-execution touched it).

Also folds in two prior uncommitted hardening blocks in the same script:
firewall NotifyOnListen=False (suppress Oracle OUI's listen-port prompt)
and NetFx3 pre-enable (Oracle 11.2's welcome path needs .NET 3.5).
This commit is contained in:
cproudlock
2026-04-30 12:16:41 -04:00
parent 4f4f1f43e8
commit 6e9053b83c
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"ServerAddress": "10.233.113.139",
"ServerPort": 5100,
"Enabled": true,
"ReconnectDelaySeconds": 10,
"ConnectTimeoutSeconds": 10,
"MaxQueue": 1000
}