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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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