Encrypted Password for RDS

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #105913
    nBanks
    Participant
    • Total Post: 2
    • Newbie

    Hello.

    I am trying to migrate all our thin clients from a 2008 farm to a 2019 rds farm.

    In the old .ini files we have stored a password-enc value like so:

     

    CONNECT=RDP \
    Host=RDPFARM \
    Description=”RDP farm Description” \
    AutoConnect=yes \
    Reconnect=3 \
    Username=user-naame\
    Password-enc=THEENCRPTEDPASSWORD \
    Domainname=DOMAIN \
    LocalCopy=no

     

    I am trying to do the same but I can’t find the equivilant for password-enc it in the following setup. If I just use password=”PlainTextPassword” it words fine, but password-enc: THEENCRYPTEDPASSWORD fails.

    VDIBroker=https://server.url AutoConnectList=FullDesktop
    ConnectionBroker=Microsoft RDCollections=RDSCOLLECTIONNAME
    SignOn=Yes
    DomainList=”rchad”
    DefaultUser=”tndb”
    Password-enc=”THEENCRYPTEDPASSWORD”

    Can anyone offer some insight ?

    Thanks,

    Nathan

     

     

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

    The correct syntax would be

    VDIBroker=https://server.url AutoConnectList=FullDesktop
    ConnectionBroker=Microsoft RDCollections=RDSCOLLECTIONNAME
    SignOn=Yes
    DomainList=”rchad”
    DefaultUser=”tndb”
    Password=EncryptedPassword encrypt=yes

    Use my Configuration Generator for easy creation of Ini files.

    CG

    #105926
    nBanks
    Participant
    • Total Post: 2
    • Newbie

    Thank you so much.

    You rock.

     

    I have 900+ of these to convert so I was just going to script basic changes to the syntax and keep all the values of the originals to keep as much the same as possible.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.