Lets forget about everything besides mapping a drive and running NINite.
So here is what I have done.
I have changed the task sequence to look like this:
http://social.technet.microsoft.com/Forums/getfile/194910
I have added a net use command to before the ninite script so it now looks like this:
net use I: \\itshares\install$ /u:crec\scollins PASSWORD /P:N
\\itshares\install$\NINite\PRO8-1-2012\NiniteOne.exe /cachepath \\itshares\install$\NINite\Cache /select Chrome Flash "Flash (IE)" "Java 7" Malwarebytes VLC /allusers /disableshortcuts /disableautoupdate
I am 100% sure the script runs with my credentials. I can map to the that bat file and run it with no problems. But I get this error:
http://social.technet.microsoft.com/Forums/getfile/194907
I am getting irritated because I keep reading its so simple but obviously I am doing something wrong.