I have a task sequence with works fine, but when i add a 'Gather' action and point it to a customsettings.ini, it fails. Durring the task sequence build it fails with a 0x00000001. My original intention is just to use it for timezone and OU selection.
How do I troubleshoot why it is failing?
Here is the general layout of my customsettings.ini
[Settings]
Priority=Default, DefaultGateway
[Default]
[DefaultGateway]
10.20.20.1=Calgary
10.20.20.2=Chicago
10.20.20.3=Vancouver
[Calgary]
MachineObjectOU=OU=Calgary,OU=Workstations,OU=Computers,OU=North America,DC=domain,DC=com
[Chicago]
MachineObjectOU=OU=Chicago,OU=Workstations,OU=Computers,OU=North America,DC=domain,DC=com
[Vancouver]
MachineObjectOU=OU=Vancouver,OU=Workstations,OU=Computers,OU=North America,DC=domain,DC=com