Hello
Im trying to make an automated MDT task for installing SQL Server 2016 using a configuration file and i dont want to enter my service accounts password in plain text
Example of command line to install
Setup.exe /SQLSVCPASSWORD="my pass" /ConfigurationFile=MyConfigurationFile.INI
there its any way i can encrypt this password ?
Thank you in advance for your help
Best Regards