Quantcast
Channel: Microsoft Deployment Toolkit forum
Viewing all 11297 articles
Browse latest View live

MDT 2013 USB Lite Touch Media boots to command prompt

$
0
0

I had this problem before when trying to move from MDT 2010 to 2013 and had the same problem with PXE booting.

It ended up correcting itself after disabling A/V when regenerating the boot image and we ended up going to MDT 2012 instead of 2013.

Now I'm trying to move to 2013 again and again, the Lite Touch boots up and just goes to a command prompt instead of starting a task sequence.  x:\windows\system32.

This time I'm using USB not media instead of PXE boot,

No errors.

I tried the same solution of completely disabling A/V and regenerating the image, but this time the solution posted in April 2014 did not help. 

settings look like this:

[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
SkipBDDWelcome=YES
ApplyGPOPack=YES
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerName=No
OSDComputerName=%SERIALNUMBER%
SkipTaskSequence=YES
TaskSequenceID-W7USB
SkipDomainMembership=YES
SkipUserData=YES
SkipCapture=YES
SkipComputerName=YES
SkipLocaleSelection=YES
KeyboardLocale=En-US
UserLocale=En-US
UILanguage=En-US
SkipTimeZone=YES
TimeZoneName="Pacific Standard Time"
SkipBitLocker=YES
SkipProductKey=YES
BitsPerPel=32
VRefresh=60
XResolution=1366
YResolution=768
EventService=http://mdt13:9800

How can I find the solution to this?


Format and Partition Task Sequence Not Working As Exprected When Using USB Media

$
0
0

Task looks like this. 

Had been working on PXE based task sequence, but when I use USB media, it only makes a single partition that is around the size of the USB thumb drive.

How does this need to be changed so that it makes a C drive partition that is 80% of the total local disk space and a D drive that uses the remaining disk space when using USB boot media?

include kmdf 1.11 driver in "golden image" via mdt 2013

$
0
0

Hi all

I am trying to include the kmdf driver into mdt 2013.  But something is not going as planned. 

I added it to "packages", created a selection profile and am using that.

image finishes ok, but after importing the capture into sccm and trying to roll one of my test T440s machines it fails.. giving the windows could not blablabla which is a typical error when missing the kmdf driver..

I then tried (after way to much time spent debugging) just adding the kmdf driver into my captured .wim file via dism... manually .. and then deploying it to my test machine.. and it then worked..

so clearly something is not doing what it should... 

I've scoured the net for guides etc. but since most are geared towards adding the driver during sccm TS I haven't been able to find anything useful..

Anyone out there with similar issues.. or a solution?



Kindest regards, Martin

MDT 2013 Task Sequence return to command prompt

$
0
0

Hey All,

I created a fresh MDT 2013 share on a 2008 R2 machine that also holds the WDS for PXE.

Right after it applies DISM, it restarts back to a command prompt, my logs don't report any errors. When I type exit, the machine reboots and the task sequence continues as normal. Here is the peice in my dynamic log where it stops logging. Last line is where it stops and I type exit.

ZTIdrivers processing completed successfully. ZTIdrivers11/3/2014 11:11:59 AM0 (0x0000)
Event 41001 sent: ZTIdrivers processing completed successfully.ZTIdrivers11/3/2014 11:11:59 AM0 (0x0000)
Will boot into Windows PE architecture x64 to match OS being deployed.ZTIWinRE11/3/2014 11:12:00 AM0 (0x0000)
OSDTargetDriveCache was determined earlier : C: ZTIWinRE11/3/2014 11:12:00 AM0 (0x0000)
Property OSDTargetDriveCache is now = C:ZTIWinRE11/3/2014 11:12:00 AM0 (0x0000)
Property OSDisk is now = C:ZTIWinRE11/3/2014 11:12:00 AM0 (0x0000)
WinRE is not enabled, Skip.ZTIWinRE11/3/2014 11:12:00 AM0 (0x0000)
ZTIWinRE processing completed successfully. ZTIWinRE11/3/2014 11:12:00 AM0 (0x0000)
Event 41001 sent: ZTIWinRE processing completed successfully.ZTIWinRE11/3/2014 11:12:00 AM0 (0x0000)
Property PHASE is now = STATERESTOREZTINextPhase11/3/2014 11:12:00 AM0 (0x0000)
ZTINextPhase COMPLETED.  Return Value = 0 ZTINextPhase11/3/2014 11:12:00 AM0 (0x0000)
ZTINextPhase processing completed successfully. ZTINextPhase11/3/2014 11:12:00 AM0 (0x0000)
Event 41001 sent: ZTINextPhase processing completed successfully.ZTINextPhase11/3/2014 11:12:01 AM0 (0x0000)

A little further along I noticed it changed the state to dirty. But I don't think that's related. Could be wrong.


-G

MDT 2013: bootstrap.ini not applying username and password for share access

$
0
0

I customized my bootstrap.ini file to skip the welcome screen, set keyboard locale, and enter a service account username and password for share access.  The welcome screen skip and keyboard locale work beautifully but it's not applying the share username/password/domain at all.  

bootstrap.ini: 

[Settings]
Priority=Default

[Default]
DeployRoot=\\mydeploymentserver\DeploymentShare$
UserID=myuserid
UserDomain=mydomain.com
UserPassword=mypassword
KeyboardLocale=en-US
SkipBDDWelcome=YES

I verified that the unattend.xml file on the MININT volume during deployment had all of this information populated correctly:

<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"><settings pass="windowsPE"><component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"><ImageInstall><OSImage><WillShowUI>OnError</WillShowUI><InstallTo><DiskID>0</DiskID><PartitionID>2</PartitionID></InstallTo><InstallFrom><Path>\\mydeploymentserver\deploymentshare$\Operating Systems\Windows 7 x64 with District Software - 06222014\Windows 7 x64 with District Software - 06222014.wim</Path><MetaData><Key>/IMAGE/INDEX</Key><Value>1</Value></MetaData></InstallFrom></OSImage></ImageInstall><Display><ColorDepth>16</ColorDepth><HorizontalResolution>1024</HorizontalResolution><RefreshRate>60</RefreshRate><VerticalResolution>768</VerticalResolution></Display><ComplianceCheck><DisplayReport>OnError</DisplayReport></ComplianceCheck><UserData><AcceptEula>true</AcceptEula></UserData></component><component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SetupUILanguage><UILanguage>en-US</UILanguage></SetupUILanguage><InputLocale>0409:00000409</InputLocale><SystemLocale>en-US</SystemLocale><UILanguage>en-US</UILanguage><UserLocale>en-US</UserLocale></component></settings><settings pass="generalize"><component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><DoNotCleanTaskBar>true</DoNotCleanTaskBar></component></settings><settings pass="specialize"><component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"><Identification><Credentials><Username>myusername</Username><Domain>mydomain.com</Domain><Password>mypassword</Password></Credentials><JoinDomain>mydomain.com</JoinDomain></Identification></component><component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"><ComputerName>eos-vm-02</ComputerName><RegisteredOrganization>Regional School District 19</RegisteredOrganization><RegisteredOwner>Information Technology</RegisteredOwner><DoNotCleanTaskBar>true</DoNotCleanTaskBar><TimeZone>Eastern Standard Time</TimeZone></component><component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Home_Page>http://www.eosmith.org</Home_Page><DisableWelcomePage>true</DisableWelcomePage><DisableFirstRunWizard>false</DisableFirstRunWizard></component><component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><RunSynchronous><RunSynchronousCommand wcm:action="add"><Description>EnableAdmin</Description><Order>1</Order><Path>cmd /c net user Administrator /active:yes</Path></RunSynchronousCommand><RunSynchronousCommand wcm:action="add"><Description>UnfilterAdministratorToken</Description><Order>2</Order><Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path></RunSynchronousCommand><RunSynchronousCommand wcm:action="add"><Description>disable user account page</Description><Order>3</Order><Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path></RunSynchronousCommand></RunSynchronous></component><component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><InputLocale>en-US</InputLocale><SystemLocale>en-US</SystemLocale><UILanguage>en-US</UILanguage><UserLocale>en-US</UserLocale></component><component name="Microsoft-Windows-TapiSetup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><TapiConfigured>0</TapiConfigured><TapiUnattendLocation><AreaCode>""</AreaCode><CountryOrRegion>1</CountryOrRegion><LongDistanceAccess>9</LongDistanceAccess><OutsideAccess>9</OutsideAccess><PulseOrToneDialing>1</PulseOrToneDialing><DisableCallWaiting>""</DisableCallWaiting><InternationalCarrierCode>""</InternationalCarrierCode><LongDistanceCarrierCode>""</LongDistanceCarrierCode><Name>Default</Name></TapiUnattendLocation></component><component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><DisableSR>1</DisableSR></component></settings><settings pass="oobeSystem"><component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"><UserAccounts><AdministratorPassword><Value>administratorpassword</Value><PlainText>true</PlainText></AdministratorPassword></UserAccounts><AutoLogon><Enabled>true</Enabled><Username>Administrator</Username><Domain>.</Domain><Password><Value>administratorpassword</Value><PlainText>true</PlainText></Password><LogonCount>999</LogonCount></AutoLogon><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1024</HorizontalResolution><RefreshRate>60</RefreshRate><VerticalResolution>768</VerticalResolution></Display><FirstLogonCommands><SynchronousCommand wcm:action="add"><CommandLine>wscript.exe %SystemDrive%\LTIBootstrap.vbs</CommandLine><Description>Lite Touch new OS</Description><Order>1</Order></SynchronousCommand></FirstLogonCommands><OOBE><HideEULAPage>true</HideEULAPage><NetworkLocation>Work</NetworkLocation><ProtectYourPC>1</ProtectYourPC></OOBE><RegisteredOrganization>Regional School District 19</RegisteredOrganization><RegisteredOwner>Information Technology</RegisteredOwner><TimeZone>Eastern Standard Time</TimeZone></component><component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><InputLocale>en-US</InputLocale><SystemLocale>en-US</SystemLocale><UILanguage>en-US</UILanguage><UserLocale>en-US</UserLocale></component></settings><settings pass="offlineServicing"><component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><DriverPaths><PathAndCredentials wcm:keyValue="1" wcm:action="add"><Path>\Drivers</Path></PathAndCredentials></DriverPaths></component></settings></unattend>

... and the bdd.log file appeared not to read the username and password at all:

<![LOG[ZTIUtility!GetAllFixedDrives (False)]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"    \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1"    \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="D:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[ZTIUtility!GetAllFixedDrives =  C: D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property LogPath is now = D:\MININT\SMSOSD\OSDLOGS]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Microsoft Deployment Toolkit version: 6.2.5019.0]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property Debug is now = FALSE]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Cleaned up a dirty deployment.]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[ZTIUtility!GetAllFixedDrives (False)]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"    \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1"    \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="D:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[ZTIUtility!GetAllFixedDrives =  C: D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[No task sequence is in progress.]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDisk : \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Found Possible OS TargetDisk: \\MININT-U1TGFAD\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[GetPartitions: 2]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Found Possible OS Target Partition: \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"    \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Target Partition not big enough: \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #0"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Found Possible OS Target Partition: \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[New ZTIDiskPartition : \\MININT-U1TGFAD\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #1"    \\MININT-U1TGFAD\root\cimv2:Win32_LogicalDisk.DeviceID="D:"]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Found Drive: D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Found FirstPossibleSystemDrive: D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property SMSTSLocalDataDrive is now = D:]LOG]!><time="05:03:38.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Unable to connect to BCDStore.]LOG]!><time="05:03:43.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Not running within WinPE or WinRE.]LOG]!><time="05:03:43.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property DeploymentMethod is now = UNC]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[DeploymentMethod = UNC]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property DeployRoot is now = X:\Deploy]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Using a local or mapped drive, no connection is required.]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[DeployRoot = X:\Deploy]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property DeployDrive is now = X:]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[DeployDrive = X:]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property PHASE is now = PREINSTALL]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property DeploymentType is now = NEWCOMPUTER]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Phase = PREINSTALL]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[About to run command: wscript.exe "X:\Deploy\Scripts\ZTIGather.wsf" /inifile:Bootstrap.ini]LOG]!><time="05:03:44.000+000" date="06-23-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch"><![LOG[Property inifile is now = Bootstrap.ini]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Microsoft Deployment Toolkit version: 6.2.5019.0]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[------------------------- Object Initialization -------------------------]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[------------------------- Initialization -------------------------]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Synchronizing the environments.]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property DeployRoot is now = X:\Deploy]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property DeployDrive is now = X:]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished synchronizing the environments.]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Getting OS info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property OSCurrentVersion is now = 6.3.9600]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property OSCurrentBuild is now = 9600]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property OSVersion is now = WinPE]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsServerOS is now = False]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsServerCoreOS is now = False]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished getting OS info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Getting HAL information]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property definition is now = BDD_Welcome_ENU.xml]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="Wizard" context="" type="1" thread="" file="Wizard"><![LOG[Microsoft Deployment Toolkit version: 6.2.5019.0]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="Wizard" context="" type="1" thread="" file="Wizard"><![LOG[Property HALName is now = acpiapic]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished getting HAL information]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Getting network info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Checking network adapter: [00000001] Intel(R) PRO/1000 MT Network Connection]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[MAC address = 00:50:56:85:38:B4]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[IP Address = 172.16.4.182]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[IP Address = fe80::c98:9fef:4305:51f0]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Default Gateway = 172.16.4.1]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IPAddress001 is now = 172.16.4.182]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IPAddress002 is now = fe80::c98:9fef:4305:51f0]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property MacAddress001 is now = 00:50:56:85:38:B4]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property DefaultGateway001 is now = 172.16.4.1]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished getting network info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Getting DP info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Unable to determine ConfigMgr distribution point]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished getting DP info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Getting WDS server info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Not Wizard = False]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="Wizard" context="" type="1" thread="" file="Wizard"><![LOG[Property WizardComplete is now = N]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="Wizard" context="" type="1" thread="" file="Wizard"><![LOG[Property WDSServer is now = mydeploymentserver.mydomain.com]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished getting WDS server info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property HostName is now = MININT-U1TGFAD]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Getting asset info]LOG]!><time="05:03:45.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[FindFile: The file x86\Microsoft.BDD.Utility.dll could not be found in any standard locations.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[FindFile(...\Microsoft.BDD.Utility.dll)  Result : 1]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[RUN: regsvr32.exe /s ""]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[FindFile(...\Microsoft.BDD.Utility.dll)  Result : 0]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[RUN: regsvr32.exe /s "X:\Deploy\Tools\x64\Microsoft.BDD.Utility.dll"]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property AssetTag is now = No Asset Tag]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property SerialNumber is now = VMware-42 05 2b f7 cd 5b 63 fd-83 8a 77 84 7c ed 79 05]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property Make is now = VMware, Inc.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property Model is now = VMware Virtual Platform]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property Product is now = 440BX Desktop Reference Platform]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property UUID is now = F72B0542-5BCD-FD63-838A-77847CED7905]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property Memory is now = 2047]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property Architecture is now = X64]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property ProcessorSpeed is now = 2800]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property CapableArchitecture is now = AMD64 X64 X86]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsLaptop is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsDesktop is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsServer is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsUEFI is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsOnBattery is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property SupportsX86 is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property SupportsX64 is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property SupportsSLAT is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished getting asset info]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Getting OS SKU info]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Unable to determine Windows SKU while in Windows PE.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Determining the Disk and Partition Number from the Logical Drive X:\WINDOWS]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property OriginalArchitecture is now = ]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property OriginalArchitecture is now = ]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property OriginalArchitecture is now = ]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Getting virtualization info]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsHypervisorRunning is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property SupportsVT is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property SupportsNX is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property Supports64Bit is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property SupportsHyperVRole is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsVM is now = True]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property VMPlatform is now = VMware]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished getting virtualization info]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Connection succeeded to MicrosoftVolumeEncryption]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[There are no encrypted drives]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property IsBDE is now = False]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Processing the PREINSTALL phase.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Determining the INI file to use.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Finished determining the INI file to use.]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Using from [Settings]: Rule Priority = DEFAULT]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[------ Processing the [DEFAULT] section ------]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Property DEPLOYROOT is now = \\mydeploymentserver\DeploymentShare$]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[Using from [DEFAULT]: DEPLOYROOT = \\mydeploymentserver\DeploymentShare$]LOG]!><time="05:03:47.000+000" date="06-23-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather"><![LOG[------ Done processing X:\Deploy\Scripts\Bootstrap.ini ------]LOG]!>

xp lan driver

$
0
0

sir  mene lenovo ka thinkcentre e73 serial number   PG00572U karida ha is me xp ka pack2 load karaya ha is me lan ka driver instaal nahi  ho raha ha jis se me net nahi chala pa raha hu musko bordband se net chalana ha is ka set up net   par nahi mil raha ha 

Applying the Win Recovery environment to a UEFI system - How is everyone doing it?

$
0
0

We've run into some trouble setting up Surface 3s with MDT 2013. Apparently there is a bug in the ZTIWinRE.wsf script, which causes it to copy winre.wim to the EFI system partition rather than the Recovery partition.

https://social.technet.microsoft.com/Forums/en-US/22cb4d44-4215-483e-8bdc-b13d9d27725b/what-partition-does-mdt-2012-place-winre-on?forum=mdt#5e33d5d7-5ee4-432f-af65-710f08e99f72

In addition to it being a nuisance, you are unable to enable bitlocker without a properly configured recovery partition.

Which makes me wonder: am I the only person in the world trying to image Surfaces and enable Bitlocker? I can't imagine that that is the case. So how is everyone else doing it?

After discovering that ZTIWinRE wasnt working, I scratched around for a few days and came up with this (below). I set conditions on ZTIWinRE to only run if IsUEFI=False, and this script ZTIWinRE_UEFI.wsf if IsUEFI=True. I had a hard time making any sense out of the ZTIDiskUtility.vbs functions, so theres probably an easier way to do it.

<job id="ZTIWinRE_UEFI"><script language="VBScript" src="ZTIUtility.vbs"/><script language="VBScript" src="ZTIDiskUtility.vbs"/><script language="VBScript">
' //----------------------------------------------------------------------------
' //
' // File: ZTIWinRE_MDT_UEFI
' //
' // Purpose: Sets Recovery Environment
' //
' // Usage: cscript ZTIWinRE_UEFI
' //
' //----------------------------------------------------------------------------

'//----------------------------------------------------------------------------
'// Global constant and variable declarations
'//----------------------------------------------------------------------------

'Option Explicit

Dim iRetVal
Dim sArchitecture, colVolumes, objVolume
Dim strREDriveLetter, strSource, strDestFolder, strDestFile

'//----------------------------------------------------------------------------
'// End declarations
'//----------------------------------------------------------------------------

'//----------------------------------------------------------------------------
'// Main routine
'//----------------------------------------------------------------------------

iRetVal = ZTIProcess
ProcessResults iRetVal
'On Error Goto 0

'//---------------------------------------------------------------------------
'//
'// Function: ZTIProcess()
'// Return: Success - 0
'// Failure - non-zero
'//
'// Purpose: Perform main ZTI processing
'//
'//---------------------------------------------------------------------------

Function ZTIProcess()

	 If UCase(oEnvironment.Item("PrepareWinRE")) <> "YES" then
	 	oLogging.CreateEntry "WinRE is not enabled, Skip.", LogTypeInfo
	 	Main = SUCCESS
	 	Exit Function
	 End If

	oLogging.CreateEntry "---------------- Initialization ----------------", LogTypeInfo

	oLogging.CreateEntry "Build = " & oEnvironment.Item("OSCurrentVersion"), LogTypeInfo

	If Left(oEnvironment.Item("OSCurrentVersion"),3) < "6.1" then
		oLogging.CreateEntry "WinRE is not supported on Vista or Older. Skip.", LogTypeInfo
		Main = SUCCESS
		Exit Function
	End If

	sArchitecture= oEnvironment.Item("ImageProcessor")
	If sArchitecture = "" then
		sArchitecture = oEnvironment.Item("Architecture")
		oLogging.CreateEntry "ImageProcessor not set, will boot into Windows PE architecture " & sArchitecture, LogTypeInfo
	Else
		oLogging.CreateEntry "Will boot into Windows PE architecture " & sArchitecture & " to match OS being deployed.", LogTypeInfo
	End If

	If UCase(oEnvironment.Item("IsUEFI")) = "TRUE" Then
		oLogging.CreateEntry "IsUEFI = TRUE", LogTypeInfo

		strREDriveLetter = GetExistingRecoveryDrive
		strDestFolder = strREDriveLetter & "\Recovery\WinRE"

		oUtility.RunWithConsoleLogging "cmd /c MkDir " & strDestFolder
		oUtility.RunWithConsoleLogging "attrib -r -h -s " & strDestFolder & "\*.*"
	Else
		strDestFolder = "C:\Recovery\WinRE"
	End If

	strSource = oEnvironment.Item("DeployRoot") & "\Boot\LiteTouchPE_" & sArchitecture & ".wim"

	strDestFile = "WinRE.wim"

	oLogging.CreateEntry "Installing " & strSource & " on " & sArchitecture, LogTypeInfo
	oLogging.CreateEntry "Installing to " & strDestFolder & "\" & strDestFile, LogTypeInfo

	If oFSO.FileExists(strDestFolder & "\" & strDestFile) Then
		oLogging.CreateEntry strDestFolder & "\" & strDestFile & " already exists", LogTypeInfo
	Else
		oLogging.CreateEntry "oFSO.CopyFile " & strSource & "," & strDestFolder & "\" & strDestFile & ", True", LogTypeInfo
		oFSO.CopyFile strSource , strDestFolder & "\" & strDestFile, True
	End If

	oUtility.RunWithConsoleLogging "C:\Windows\System32\ReAgentc.exe /disable"
	oUtility.RunWithConsoleLogging "C:\Windows\System32\ReAgentc.exe /setreimage /path " & strDestFolder & " /target C:\Windows"
	oUtility.RunWithConsoleLogging "C:\Windows\System32\ReAgentc.exe /enable"


		Set colVolumes = objWMI.ExecQuery ("Select name, description from Win32_Volume")

		For Each objVolume in colVolumes
		oLogging.CreateEntry objVolume.Name, objVolume.Description
		Next

	oLogging.CreateEntry "---------------- End Run ----------------", LogTypeInfo

End Function

Function GetExistingRecoveryDrive

	Dim iRetVal, oPartition, sQuery, sDriveLetter

	sDriveLetter = ""
	sQuery = "SELECT * from Win32_LogicalDisk WHERE DriveType = 3"

	For Each oPartition in objWMI.ExecQUery(sQuery)
		If InStr (oPartition.VolumeName,"Windows RE") <> 0 Then
			sDriveLetter = oPartition.DeviceId
			Exit For

		End If

	Next
	oLogging.CreateEntry "assigning value " & sDriveLetter & " to Function GetExistingRecoveryDrive", LogTypeInfo

	GetExistingRecoveryDrive = sDriveLetter

End Function
	</script></job>



ZTIConfigure and Domain Join

$
0
0

Hoping someone can point me in the right direction; We are using MDT 2012 update 1 to deploy Windows server 2008 R2 and Windows 2012 R2.  (I'm fairly new to this, took over the process from someone who quit, so I'm learning on the fly)  We recently had an issue where security deployed a new GPO to rename and disable the local administrator account, so we need to build with a new id, which is when we discovered that windows 2008 and 2012 are acting differently in the way the Domain Join is behaving.  On 2008 we can control when the domain join happens by where we put the "Recover From Domain" Task, but on windows 2012 it always joins the domain via the Unattend.xml; we can see in the BDD log where zticonfigure is injecting the domain join information into the unattend.xml file, which does not happen on 2008.  I can't locate the trigger for this, I need this domain join to be much later in the process which is working fine for our 2008 build.  Odd thing here is, it appears to only do this on one domain, our test domain.

Thank you,

Bryan


IE11 Ignoring Home_Page (MDT 2013)

$
0
0

Hey Everyone,

We have added IE11 to an image for one of our sections, and are encountering an issue with the Home_Page value from MDT not being processed.

Background:

MDT 2013

Windows 7 x64 SP1 image, customized and then deployed with CopyProfile = True

IE11 was installed as Windows Update on reference PC, rather than with IEAK or through TS

We deployed our image to a PC for testing and noticed that the home page was not being set to the assigned value for the computer (done through departmental/location role in MDT DB).

I checked the MDT log, and it indicated that the DB lookup was successful and the correct value was returned.

Next, I checked the sysprep action log for the test client, and found that the correct home_page value was in there too.

Then, I checked c:\program files (x86)\internet explorer\signup\Install.iss and found the correct value was in there.

Lastly, I reviewed c:\users\username\appdata\local\microsoft\internet explorer\brndlog.txt and determined that while it was calling the branding process with the right path to Install.ins, it wasn't picking up the value.

In the section where it logs the application of the general settings, where I confirmed it writes the home page value on another test client with IE8, I do not see it applying the home page.

Restoring the advanced settings in IE, which retriggers the process produces the same result, the value is not read, or seems to be skipped in brndlog.txt.

This is using the exact same process as we do for images with IE8 installed, which works without issue. Are there changes in IE11 that need to be accounted for in the imaging process? 

Thanks,

Garrett

Task sequence fails to resume after first reboot - Post Installation Task Sequence

$
0
0

Hi everyone,

I am unable to deploy a Post Installation Task Sequence whenever I add an application to the "custom tasks" folder in the task sequence.  If I create a blank Post Installation Task Sequence w/o making any changes, it deploys fine and gives me a summary page w/ no errors. Just to be clear, Litetouch runs fine when I kick off "cscript litetouch.vbs" from an elevated cmd prompt when logged in as administrator, but after reboot it boots to windows and does nothing.

I know it's not deploying because it's leaving around a mapped drive to the share, a SMSTaskSequence folder and MININT folder on the target machine.   My understanding is that those are supposed to get cleaned up by LTIcleanup.wsf at the end of the task sequence.

The BDD.log doesn't seem to be of much use.  The last line of the log says "sms task sequencer already found on c:\minint\tools\x64" and then it does nothing.

FWIW, I'm able to deploy using the standard task sequence and also able to sysprep and capture. The application that I am trying to install is just a batch file that adds the reg key to hide the start menu, then reboot.  I am not rebooting in the script, I'm telling the application to do the reboot in MDT.

I know to a certainty that the target machine (a VM) has been sysprepped and am able to establish a connection to the deployment share so I'm kind of at a loss.  Also looked over Keith's FAQ on the subject and couldn't find any similarities to my issue.

Any help is appreciated.  I can provide logs if necessary.  Thanks!


Install Updates Offline - Model based solution?

$
0
0

Hi Everyone,

I'm wondering if it's possible to create a hotfix solution based on %model%?  I would think I just have to set selection profile for with a task sequence variable config, but wanted to see how others handled this. I know I can create single Install Updates Offline and then create run by model requirements, but a single install updates offline that pivots based on model would be preferred.  Any ideas would be greatly appreciated. Thanks!

Ryan

Generic WINPE: howto create winpe with different keyboard the easy way?

$
0
0

Hi,

I 'd need a generic winpe x64 image.
What's the easiest way to do this?

J.


Jan Hoedt

MDT Offline media creation and missing applications

$
0
0

When I create offline media from MDT result is that offline media doesn't contain application install files.

Is it a bug or what?

How to add incremental Items

$
0
0

Hi all,

I have MDT 2013 installed & configured in prod, we are currently using it for the deployment of our prod machines using an USB drive. The USB holds the media file which is created using MDT & then the deployment is done globally. We upload the media to One drive & then our technicians download it. Our problem is, suppose we have build V1 & then we updated the build to V2 in this case currently our technician have to download the entire build which we don't want.

What we are trying to do is the technician only download the changes & then merge the changes with previous build.

Can we achieve this with MDT 2013. Experts please suggest.

Thanks,

Pranay.

Windows Updates installed at deployment (mdt 2013) are installed but not "seen" when running Windows Update afterwards

$
0
0

Hi all,

I've installed a new MDT 2013 to install W8.1 to about 60 pc's. Now I uploaded 5 windows updates to the mdt, in the Packages section. I run the deployment, ,no errors. On the new pc I check which updates are already present. I can see those 5. Then I connect the pc to the internet and run Windows Updates. It finds several more, what was expected. But what does surprise me is that those five that are installed already, also appear in the newly created list and they are ready to install too! Now I thought that Windows Update would ignore those that got installed during the deployment? Am I having the wrong expectations or made I a mistake somewhere?

Thanks for your insights.

Paul


WINPE: different keyboard howto make iso from wim?

MDT 2013 - Using DFS for Replication but without replicating the task sequences

$
0
0

Hello,

We have 23 different sites with MDT servers and each location has a different task sequences.  I would like to use DFS to replicate applications, drivers and Operating Systems but I do not want to overwrite their individual task sequences.

I setup DFS and I could replicate the contents of the folder but they do not show up in the tree of MDT. 

How can I make this happen or is there a better solution?

Thanks

Rick

Use USB for secondary MDT driver source??

$
0
0

So I have my MDT environment setup with drivers for our vast many "standard" machines.  I tried searching and was unable to find a question like mine asked before.  

The issue I am coming across is the need to support one-off machines or a special machine on a temporary basis.  Instead of having to unofficially support the unsupported, it would be great if the tech could just download the drivers on a USB stick (extracted), boot up MDT, and MDT finds the USB therefore allowing temporary support of something not officially in MDT.

Has anyone come across a way of doing this?  or ideas?

*Edit: To explain a bit more the workflow would be this:

  1. Network or ISO boot off of LiteTouch Boot image
  2. During boot up process USB drive is detected and drivers are found/used
  3. During Driver Copy in the Preinstall phase drivers found valid on the USB are used

If not currently possible without heavy modification, does anyone else think this would be a useful feature for maybe the next version of MDT??

LTIApply: File already exists (58)

$
0
0

So I have a sequence that's been working well until recently. The issue I'm seeing is that when MDT goes to configure WinPE for reboot and capture, the system fails with the error File Already Exists (58).  It feels like it's just not handling what to do if \boot\ already exists on System, but I'm not sure here.  Here's what LTIApply.log looks like -

Available space on boot drive: 480708
Boot file size: 457262.229492188
Property BootDrive is now = E:
Ready to Prepare boot partition: E:
------  Applying bootable Windows PE image ------
LTI applying Windows PE
ZTI ERROR - Unhandled error returned by LTIApply: File already exists (58)

Looking at the system, I can see that E:\EFI\Boot already exists, and should exist for booting -- As I said it feels like it's not handling if \boot\ already exists but not sure here.  Any help would be appreciated.

MDT with database

$
0
0

Hello all, 

I've been using mdt for a year or so.  I don't do anything real complicated at this point except I've had a few task sequences where I wanted custom settings.  I have just been using the built in custom settings, but I believe there's a bug where per TS settings don't work by default (I believe I'm on 2013) and have had some issues getting it to work at times.  

Anyway, I'm in the process of moving my MDT workbench (and my shares) to other machines and thought it may be a good time to look into using the database. I know it offers some advanced functionality, but it seemed like at one point I read that it could be useful for anyone.  So I set up the workbench and made a database, but I can't seem to find where in the database I can do the basic stuff I do right now in customsettings, that is, a per TS rule.

Do you think it is worth it for me to go with the database, or is it more complex than necessary for me?  I guess I'm just trying to think in the long term what I'll need, but for right now it isn't real helpful to me if it doesn't do what I want.  I appreciate your input.

Viewing all 11297 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>