Hello,
I am trying this again because I received no responses to my last post. I have seen a few other posts of this and the solutions they provided have not helped my situation.
![]()
This is what I am looking at. I checked the BDD.log and this was what pulled up:
![]()
**Full disclosure I pulled these pictures from another post because they match my issues. I use a system called Secure Host Baseline (SHB) to run my windows deployment which makes my rules very long and convoluted. Being that my MDT is on a secure network **I
can't copy over information unless I type it by hand**
I have checked to make sure I have no repeating "[Default]" or "[Settings]" throughout my rules. I confirmed that it is calling out the correct task sequence. I have verified everything that I can think of. All I am trying to do is build
a WIM file for my Reference image to call out for my deployment build. So, this MDT is getting stuck in a virtual machine....
Any help would be greatly appreciated!
Here is my customsettings.ini
[Settings]
Priority=MACADDRESS,Default
Properties=SetCredProv,CustomStart,RemoveDesktopEdge,HVCIUEFILock,OfficeStart,SHBBuildVer,LocalScriptPath,PSLogpath,SupportHours,SupportPhone,SupportURL,OEMImage,WallpaperImage,LockScreenImage,WinXAdminName,WinXAdminFullName,WinXAdminPassword,SkipWinXAdminPassword,Manufacturer,InstallModel,RenGuest,RenAdmin
[Default]
_SMSTSORGNAME=U.S. Department of Defense
_SMSTSPackageName=SHB v%SHBBuildVer% Build and Capture
SLShare = %WINDIR%\Logs\MDTLogs
PSLogpath = %WINDIR%\Logs\MDTLogs
LocalScriptPath = %WINDIR%\Logs\MDTLogs
OSInstall=YES
HideShell=NO
SkipAdminPassword=YES
AdminPassword= *REDACTED*
SkipApplications=YES
SkipAppsOnUpgrade=YES
SkipBDDWelcome=YES
SkipBitLocker=YES
SkipCapture=YES
DoCapture=YES
SkipComputerName=YES
OSDComputerName=WIN10RS4-REF
SkipComputerBackup=YES
SkipDeploymentType=YES
SkipDomainMembership=YES
JoinWorkgroup=WORKGROUP
SkipLocalSelection=YES
KeyboardLocale=EN-US
UserLocale=EN-US
UILanguage=EN-US
SkipProductKey=YES
SkipRoles=YES
SkipSummary=YES
SkipTimeZone=YES
TimeZoneName=Pacific Standard Time
SkipTaskSequence=YES
TaskSequenceID=SHB-WIN10-REF
SkipUserData=YES
UserDataLocation=NONE
;-------------------------------------- SHB Custom Build Properties -------------------------------------
;Define build version numbers
SHBBuildVer=10.5.0
;Lock Screen and Wallpaper images
LockScreenImage=Lockscreen.jpg
WallpaperImage=DoD_SHB_1920x1200.jpg
;System Properties Branding
Manufacturer = U.S. Department of Defense
OEMImage = oemlogo.bmp
InstallModel = Secure Host Baseline v10.5.0
SupportURL = *REDACTED*
SupportHours = NOVALUE
SupportPhone = NOVALUE
; Setup Local Accounts
SkipWinXAdminPassword=YES
WinXAdminName=xadministrator
WinXAdminFullName=xadministrator
WinXAdminPassword= *REDACTED*
; Rename Guest and Admin Accounts
RenGuest=Visitor
RedAdmin=SHB_Admin
;***************************************************************
;Removes the default Desktop Edge Shortcut Introduced in 1803
RemoveDesktopEdge=NO
;Set to YES to set default credential provider to Smart Card
SetCredProv=YES
;Set NO to skip enforcing HVCI to UEFI Lock.
HVCIUEFILock=NO
;Set YES to Install optional Application McAfee VSE
InstallMcAfee=NO
;Adds Internet Explorer 11 Shortcut to Start Menu
IEShortcut=YES
;Applies Custom Start Menu
CustomStart=YES
;Specify 2016, or 'None' Office tiles to be included in Start Menu. ** If Office is not installed, no Office tiles will be pinned,
;but other custom tiles will still be added. **
OfficeStart=2016
;Enables Cloud/VDI option
VHDOnly=NO
;-----------------------------------------------------------------------------------------------
; Settings below drive the SHB Reference Build and capture task sequence
; based upon the predefined MAC Address below.
[*REDACTED*]
AdminPassword= *REDACTED*
BackupDir=Automated
BackupFile= *REDACTED*
BackupShare=\\*REDACTED*\SHB-DEP$
ComputerBackupLocation=NETWORK
DeploymentType=NEWCOMPUTER
DoCapture=YES
FinishAction=SHUTDOWN
MandatoryApplications001= *REDACTED*
MandatoryApplications002= *REDACTED*
OSDComputerName=SHB_REF
SkipAdminAccount=YES
SkipAdminPassword=YES
SkipApplications=YES
SkipBDDWelcome=YES
SkipBitLocker=YES
SkipCapture=YES
SkipComputerBackup=YES
SkipComputerName=YES
SkipDomainMembership=YES
SkipFinalSummary=NO
SkipLocaleSelection=YES
SkipPackageDisplay=YES
SkipProductKey=YES
SkipRoles=YES
SkipSummary=YES
SkipTaskSequence=YES
SkipTimeZone=YES
SkipUserData=YES
SkipWinXAdminPassword=YES
TaskSequenceID=SHB-WIN10-REF
UserDomain=SCSPNETOPS01
UserID=MDT
UserPassword= *REDACTED*
and here is my bootstrap.ini
[Settings]
Priority=Default
[Default]
DeployRoot=\\*REDACTED*\SHB-DEP$
UserID=MDT
UserDomain=SCSPNETOPS01
UserPassowrd= *REDACTED*
SkipBDDWelcome=YES
Please help! I just need to rebuild this reference image so I can continue!