Hello,
I have found several answers to why the domain name is not working and that I need to use IP address,
When i load my image - it says IP: 192.168.1.2 \boot\x64\images... which is all correct.
Then When Microsoft Deployment Toolkit screen displays I get error:
A connection to the deployment share \\server\MDTshare$ could not be made
I have change the \\server\ to ip address 192.168.1.2 in the following:
Deployment Workbench - right click deployment share - properties: UNC Path \\192.168.1.2\MDTshare$
Bootstrap.ini : DeployRoot=\\192.168.1.2\MTDshare$
CustomSettings.ini does not refrence anywhere accept : EventService= so i have updated it there as well.
After making all changes, I right click on deployment share - update deployment share "Completely regenerate the boot images" option.
However, i still see the same problem "connection to \\server\ rather than the IP Address.
Where am i missing the change at?