Jump to content

Recommended Posts

Posted

Hi,

 

Is there a way of encrypting the password in the 'Credentials' section located in the unattendjoin properties? I am using this unattended file in an enterprise environment.

 

It is highlighted in bold below:

        </component>
        <component name="Microsoft-Windows-UnattendedJoin"...

            <Identification>
                <JoinDomain>DOMAIN NAME</JoinDomain>
                <UnsecureJoin>true</UnsecureJoin>
                <Credentials>
                    <Domain>DOMAIN NAME</Domain>
                    <Password>PASSWORD</Password>
                    <Username>ADMIN ACCOUNT</Username>
                </Credentials>
            </Identification>
        </component>

 

Thanks

Jonny


Posted

The ideal situation would be to create an account in AD which only has the ability to join PCs to the domain. This account would not have access to network shares or any other sensitive admin functions. Then there would be no problem leaving a plain-text password in your XML.

Otherwise, if you create your answer file with WSIM, and set the PlainText to be false, WSIM will hash the password when you save the .XML.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...