how to pass the username,password and domain name using mac.ini, for RDS session based desktops. I tried these settings below and it throws below error. I am using T10D 3020 with version 8.6_013. Any help is appreciated
invalid statement username=testuser1 is not supported.
Invalid statement:domainname
INI statement domainname;test.local is not supported
below is my mac.ini statements -version 1 and 2. Tried both versions
;*************************************************************
;* Network *
;*************************************************************
ConnectionBroker=Microsoft Host=rds01.test.local RDCollections=Resource Room 1
AddCertificate=ssl_root_ca.cer
SignOn=Yes DisableGuest=yes SaveLastDomainUser=No
username=testuser1
password=Somepassword3
DomainList=”test.local”
;*************************************************************
#WakeOnLAN
WakeOnLAN=yes
Exit=all
version 2 mac.ini
;*************************************************************
;* Network *
;*************************************************************
AddCertificate=ssl_root_ca.cer
SignOn=Yes DisableGuest=yes SaveLastDomainUser=No
#test2
CONNECT=RDP \
Host=rds01.test.LOCAL \
Description=”RDP Session” \
Username=testuser1 \
Password=Somepassword3 \
Domainname=test.local \
LocalCopy=no
;*************************************************************
#WakeOnLAN
WakeOnLAN=yes
Exit=all