All thanks for the feedback. Still waiting on UEFI PXE support call but in the mean time I have been able to get the process working by creating a USB Boot media from the remote console. Creates a WinPE3.0 64 bit UEFI bootable stick. I also created a provisioning template with the cmds / steps I desire. A couple of gotchas....
1. Some 64 bit Nic driver may want a reboot before becoming effective in PE (LANDesk inject on the fly).
My solution was to mount the boot_x64.wim and injected the needed NIC driver.
2. If you try to use DISM to apply the image the version is again still 6.1.7601 and does not support /ApplyImage option, copy 6.2.xxxx (64 bit) and all associated files to your share and point your DISM.exe to that mapped location.
Hope this help and will let everyone how UEFI PXE over IPv4 goes.