Im trying to set up MDT that will apply specific tasks for specific machines based on their MACs. The problem is it looks like MDT skips MACAddress rule totally and process only Default one. If I check box to process rules with Gather during task sequence I can see in BDD log that they are easily processed. Here is my customsettings.ini Any ideas what i'm doing wrong?
[Settings]
Priority=MACAddress,Default
Properties=MyCustomProperty
[00:00:00:00:00:00]
SkipWizard=YES
TaskSequenceID=TEST01
[11:11:11:11:11:11]
SkipWizard=YES
TaskSequenceID=TEST02
[Default]
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YES
SkipBDDWelcome=YES
SkipUserData=YES
SkipLocaleSelection=YES
KeyboardLocale=en-US
UserLocale=en-US
UILanguage=en-US
SkipTimeZone=YES
TimeZoneName=Central European Standard Time
SkipDomainMembership=YES
SkipComputerName=Yes
OSDComputerName=TestMDT
JoinWorkgroup=WORKGROUP
SkipSummary=Yes
EventService=http://WIN-TT6S3UDMUKI:9800
