Reply To: How to best migrate Terminals with separate mac.ini filer to WMS

#106963
fahlis
Participant
  • Total Post: 4
  • Newbie

Hi Jim!
I have pasted in the general wnos.ini and one of the separate mac.ini files content for you’re convenience. Stripped out private data of corse.
wnos.ini

;*************************************************************
;* *
;* This wnos.ini file was generated with the *
;* Configuration File Generator 6.3.06 *
;* Copyright by Thomas Moellerbernd *
;* *
;* http://www.technicalhelp.de *
;* *
;*************************************************************

; Cache the wnos.ini file locally so that if the FTP server
; is down local stored ini will be used
MirrorFileServer=yes

; To have the client reboot at a random time between 20:30 and 4:30, set: Reboot=yes time=20:30-4:30
Reboot=yes time=01:00-04:30

; certificate warning bypass, added
SecurityPolicy=low

; run special terminals and not whtas below….
include=new/$mac.ini

;*************************************************************
;* General 1 *
;*************************************************************
Language=Se

;update 20160323
; Dsiable checking for firmware update
; 0 = Disable checking for firmware update
; 1 = Enable firmware upgrade or downgrade
; 2 = Enable firmware upgrade only
autoload=2
;autoload=1

EnableLocal=no HideDefault=yes
AdminMode=yes Username=admin Password=password
Privilege=None

;*************************************************************
;* General 3 *
;*************************************************************

AutoSignoff=yes
SysMode=VDI ToolbarEnableOneSession=yes ToolbarStay=1

;*************************************************************
;* Display *
;*************************************************************

; If you are using a version of WTOS code < 7.0.1_13 please use:
; Resolution=DDC Refresh=
Screen=1 Resolution=DDC
;Screen=1 Resolution=1280×1024
Desktop=logo.jpg
Screensaver=”10″ LockTerminal=no Type=2 Image=logo.jpg

;*************************************************************
;* Time *
;*************************************************************

Timeserver=ntp.company.com Timeformat=”24-hour format” Dateformat=dd/mm/yyyy
TimeZone=’GMT + 01:00′ ManualOverride=yes Daylight=yes Start=030507 End=100507 TimeZoneName=”W. Europe Standard Time”

;*************************************************************
;* Network *
;*************************************************************

SignOn=No
DomainList=”mydomain”

; update date
MaxVNCD=1 VNCD_8bits=yes VNCD_Zlib=yes
;MaxVNCD=1
;MaxVNCD=1
;VNCD_8bits=yes
;VNCD_Zlib=yes
VncPassword=”password”
VncPrompt=No

;*************************************************************
;* General Session *
;*************************************************************

SessionConfig=ALL Fullscreen=yes

;*************************************************************
;* RDP *
;*************************************************************

SessionConfig=RDP USBRedirection=RDP

include=$mac.ini

;————————————————————-
;- RDP Session 1 –
;- Each line but the last must end with a ‘\’ –
;————————————————————-

CONNECT=RDP \
Host=cots.company.com \
Description=”COTS” \
AutoConnect=yes \
Colors=true \
Fullscreen=yes \
Domainname=clasohlson \
Logon_Mode=Prompt \
LowBand=yes \
LocalCopy=no

mac.ini

;*************************************************************
;* *
;* This wnos.ini file was generated with the *
;* Configuration File Generator 7.0.011 *
;* Copyright by Thomas Moellerbernd *
;* *
;* http://www.technicalhelp.de *
;* *
;*************************************************************

;*************************************************************
;* General 1 *
;*************************************************************

AdminMode=yes Username=admin Password=password
Privilege=None SuppressTaskbar=yes
Autoload=2
;Autoload=1
;FactoryDefault=yes

;After an AutoPower statement is processed, it alters the behavior of the zero client until a
;countermanding statement is processed. The effect of an AutoPower=yes statement continues
;even if the statement is removed from the INI file in which it was found.
AutoPower=yes

CustomInfo=yes Location=MyLocation
Screensaver=”0″ LockTerminal=no Type=0

;*************************************************************
;* General 3 *
;*************************************************************

AutoSignoff=yes
AddCertificate=root01.cer
AddCertificate=sub01.cer
DefaultUser=

;*************************************************************
;* General 4 *
;*************************************************************

WMSEnable=yes \ Server=https://wmsserver.company.com:443 GroupPrefix=defa GroupKey=Password AdvancedConfig=yes CAValidation=No Override=yes

;*************************************************************
;* Peripherals *
;*************************************************************

Language=Se

;*************************************************************
;* Display *
;*************************************************************

; If you are using a version of WTOS code < 7.0.1_13 please use:
; Resolution=DDC Refresh=
Screen=1 Resolution=DDC
Desktop=logo.jpg

;*************************************************************
;* Time *
;*************************************************************

Timeserver=ntp.company.com Timeformat=”24-hour format” Dateformat=yyyy/mm/dd
TimeZone=’GMT + 01:00′ ManualOverride=yes Daylight=yes Start=030507 End=100507 TimeZoneName=”W. Europe Standard Time” DayLightName=”W. Europe Daylight Time”

;*************************************************************
;* Network *
;*************************************************************

MaxVNCD=1 VNCD_8bits=yes VNCD_Zlib=yes
VncPassword=”password”
VncPrompt=No

;*************************************************************
;* General Session *
;*************************************************************

SessionConfig=ALL FontSmoothing=no
SessionConfig=RDP EnableNLA=yes

;*************************************************************
;* MS Connection Broker *
;***********************************************************

Below autologon specified aduser
DefaultUser=aduser1
Password=MDKDKDKDKDKDKDKKDKDKDDKDKD encrypt=yes

VDIBroker=https://rdwa.company.com AutoConnectList=”App1″
ConnectionBroker=Microsoft
SignOn=Yes
DomainList=”mydomain”

exit=all

All advise you can give me is much appreciated.