Jun 02 2021 10:52 PM
This is my customSettings.INI file used by MDT/SCCM OSD task sequence gather step:
[Settings]
Priority=CSettings, Default
Properties=OSInstall, DomainNetBiosName, TimeZoneName,CustomProperty1,CustomProperty2
[Default]
OSInstall=N
SkipCapture=YES
SkipAdminPassword=NO
SkipProductKey=YES
KeyboardLocale=en-AU
SLShare=\\server1.mydomain.local\myLogs$\Logs
[CSettings]
SQLServer=server1.mydomain.local\ps1SCCM
Database=myDBTst
Netlib=DBMSSOCN
DBID=MDTMyCS
DBPwd=myPass
Table=ComputerSettings
Parameters= MacAddress, OSDCOmputerName
ParameterCondition=OR
Is there a way to secure DBPwd by either encrypting or supplying through a TS variable instead of plaintext?
SCCM version CB 1906 ; MDT integrated.