Reply To: Push new Server name to clients?

#15237
ConfGen
Keymaster
  • Total Post: 10696
  • Jedi Master
  • ★★★★★★★

Honestly, kick your collegues. Using the DHCP option tag is strongly recommended by Wyse themself.
But, if it is like this, try this:

– Use WDM to pull a CE config
– Looks through the settings.reg file you got for the WDM server entry
– based on this create your own registry file, eg.

[HKEY_LOCAL_MACHINESOFTWAREWYSE]
“Rapportserver”=”yourserver”
check the correct registry value. The above is not proved.
– now create a WDM script like this

[Version]
Number=SetWDM
Description=Set the WDM server name
OS=CEN
Category=CE Addons

[Script]
;**
; * Written by ConfGen

CO “CEN”
LU “The administrator is updating the configuration for this device”
MR “settings.reg”

– save this script in eg: c:tempsetwdm.rsp
– save the reg file under c:tempsetwdmsettings.reg
– register the package in WDM and test.

CG