We're testing the RCU 3.0, but we have some problems with flexcloning.
Each time we make a new flexclone pool, the name of the virtual machine has the same name like the template, so they also aren't added to the AD. We use a custom sysprep answer file, where we specified the computer name like this: ComputerName=*
During the process we're getting the following problems:
Should the Admin specified in the sysprep file be a full Domain Admin, or an admin on the local virtual machine?
Here is our sysprep file, maybe we made a mistake, could someone help please?
;SetupMgrTag
OemSkipEula=Yes
InstallFilesPath=C:\sysprep\i386
AdminPassword="adminpassword"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=105
OemSkipWelcome=1
ProductKey=xxxx-xxxx-xxxx-xxxxx-xxxx
FullName="Name"
OrgName="OrgName"
ComputerName=*
DistFolder=C:\sysprep\i386
DistShare=windist
JoinDomain=Domain
DomainAdmin=admin
DomainAdminPassword=adminpassword
MachineObjectOU="OU=VDICOMPUTERS,DC=domain,DC=domain,DC=net"
InstallDefaultComponents=Yes