Hello.
I have been tasked with finishing the deployment project. I am taking over for a former employee and I have no idea where to procede.
Specify credentials for connecting to network shares.
User Name:
Password:
Domain:
My login info is correct. I can ping the server from the machine. I am also able to see that the connection is OK but invalid credentials are blocking me.
I want to be able to assign a group to be able to deploy images, but everything I have tried has failed. Here is my current bootstrap.ini and CustomSettings.ini
I have tried both FQDN and NETBIOS domain name. I have entered in my own account info. Nothing works.
[Settings]
Priority=Default
[Default]
DeployRoot=\\SHOVWDS\PetrolinkDeploymentShare$
UserID=sysmgr
UserDomain=domain
UserPassword=***
==========================
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
Administrators1=DOMAIN\Domain Users
DomainAdmin=sysmgr
DomainAdminDomain=DOMAIN
DomainAdminPassword=***
SkipComputerBackup=YES
SkipBitLocker=YES
TimeZoneName=Central Standard Time
SkipFinalSummary=YES
SkipLocaleSelection=YES
KeyboardLocale=en-US
UserLocale=en-US
UILanguage=en-US
SkipPackageDisplay=YES
SkipProductKey=YES
SkipSummary=YES
SkipTaskSequence=YES
SkipTimeZone=YES
TimeZoneName=Central Standard Time
SkipUserData=Yes
Can anyone tell me where I am going wrong?