SCCM-Rules configuration document
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
Whether to allow deployment of the operating system to the target computer
OSInstall=YES
: configure organizational unit name
_ SMSTSOrgName=Lab IT Organization
Whether to skip the welcome screen
SkipBDDWelcome=YES
Whether to skip mirror capture (mirror capture sequence needs to be adjusted)
SkipCapture=YES
Whether to skip selecting deployment type
SkipDeploymentType=YES
DeploymentType=NewComputer
Whether to skip setting the local administrator password
SkipAdminPassword=YES
Whether to skip the application installation wizard page
SkipAppsOnUpgrade=YES
Whether to skip setting the computer name
SkipComputerName=NO
Whether to skip entering product serial number
SkipProductKey=YES
Whether to skip the plus domain or workgroup
SkipDomainMembership=YES
The account here must have administrative authority
DomainAdmin=administrator
DomainAdminDomain=eason
MachineObjectOU=OU=sales;OU=eason;OU=com
DomainAdminPassword=123.com
JoinDomain=eason
Whether to skip computer backup
SkipComputerBackup=YES
Whether to skip Bitlocker configuration
SkipBitLocker=YES
Whether to skip the task sequence (CN101 is the task sequence number) (if there are multiple task sequences to skip)
SkipTaskSequence=YES
TaskSequenceID=000
Whether to skip the final summary of entering the GUI running task queue for the first time after the system deployment
SkipFinalSummary=YES
Whether to skip the time zone setting
SkipTimeZone=YES
Time zone
TimeZoneName=China Standard Time
Whether to skip the local language setting
SkipLocaleSelection=YES
Keyboard area
KeyboardLocale=zh-cn
User area
UserLocale=zh-cn
Language
UILanguage=zh-cn
Whether to skip local selection
SkipLocalSelection=YES
Configure the log storage path of the target computer (you need to create a Logs shared folder Everyone read and write permissions on the 12Server computer first)
SLShare=\ 12server\ logs
Configure the dynamic log storage path of the target computer
SLShareDynamicLogging=\ 12server\ logs\% ComputerName%
Whether to skip user data configuration
SkipUserData=YES
Whether to skip configuration summary confirmation
SkipSummary=YES
: action after completion (LOGOFF= logout REBOOT= restart SHUTDOWN= shutdown)
FinishAction=LOGOFF