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).
8 lines
169 B
JSON
Executable File
8 lines
169 B
JSON
Executable File
{
|
|
"ServerAddress": "10.233.113.139",
|
|
"ServerPort": 5100,
|
|
"Enabled": true,
|
|
"ReconnectDelaySeconds": 10,
|
|
"ConnectTimeoutSeconds": 10,
|
|
"MaxQueue": 1000
|
|
} |