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

Task Sequence Execution time

$
0
0

How could I easily get task sequence execution time (from start to finish) to variable that I could use? I'm trying to measure how much it takes time to task sequence complete.


MDT deployment status notification via email

$
0
0

I'm trying to build a solution that sends an email report after every deployment. Atm I have orchestrator runbook executed after deployment that sends a detailed report via email (Computer name, serial, make, model etc.). This works very well (btw. Orchestrator is an awesome product!).

At the end of the task sequence MDT wizard shows how the deployment went (success, error, warnings)

What I dont know is how could I pass that same information to Orchestrator that MDT wizard shows after deployment. Any ideas?

Using LocationServer.xml breaks share credentials

$
0
0

I have multiple deployment shares setup (Production, Development, International, etc.) and I am trying to use one boot environment for all. I have followed to the documentation about LocationServer.xml, removing the DeployRoot property from Bootstrap.ini, placed the custom LocationServer.xml in \\Share$\Extra Files\Deploy\Control, added Extra Files to the PE settings, and updated the Deployment Share to create a new iso and wim. When the deployment wizard launches it correctly displays the location wizard with the deployment shares' friendly names in the drop down list. But when I try to connect any share it prompts for credentials, which are defined in the Bootstrap.ini. I cannot find any documentation for how to define the deployment share user credentials within the LocationServer.xml file to automate this portion. If I cannot automate the user credentials, then the LocationServer.xml function is pretty much useless for me.

Any thoughts or suggestions?

Thanks,

Wayne C.

SkipTaskSequence=YES not working

$
0
0

I have set these items in my customsettings.ini file and have updated the deployment share. 

[Settings]

Priority=MACAddress, Default
Properties=MyCustomProperty

[XX:XX:XX:XX:XX:XX]
SkipTaskSequence=YES
TaskSequenceID=BUILD81

The task sequence id is correct but the task sequence pane still appears. Any ideas?

Copying files and folders during deployment

$
0
0

What method you are using when copying files and folders to local machine during deployment?

I'm looking a way that has good logging possibilities and does the job.

Currently I'm using custom wsf script that uses ZTIUtility (oFileHandling.CopyFolderEx).


SLShare Network drive mapped with specific drive letter

$
0
0

Hi Team,

We has SLShare defined to capture lags for OS deployments. Looks like it always map to Z drive to the SLShare folder location.

Is there anyway to have some other drive letter mapped with SLShare apart from Z drive. We have application that needs Z drive letter but I have seen that it never gets freed up (shows disconnect once TS finish but never release Z drive letter) by Deployment.

Any pointers to map any other drive letter for SLShare or any way to forcefully release Z drive at the end (once copy log step is finish) of TS would be helpful . Thanks

Regards,

Need Solution on XP

$
0
0

Is there anyway to preserve both Windows XP and Windows 8.1 in Microsoft Deployment Toolkit.

As my knowledge ADK 8.1 will not support Windows XP Deployment. So please help me on this..

MDT language selection

$
0
0

When i deploy a MDT image with a language pack installed (aka the language pack/package selection) I get a black screen saying "System preparing for first use"

However when I use a non-image aka the windows source DVD and deploy through MDT i can get it to install the correct language with the language selection build in MDT>

Anyone has any idea's how I can troubleshoot this?


Since upgrade to MDT 2013, can't capture Windows 7 image.

$
0
0

Hi fellas,

I use Virtual Box to create a 32- and 64-bit reference Windows 7 VM, which I then capture using an MDT Sysprep & Capture TS.  This worked without a hitch using MDT 2012.

I recently upgraded to MDT 2013.  Since then, after the VM syspreps and reboots, I get a boot manager error saying Windows failed to start.  Status: 0xc0000260.

Not sure where to look for any logs.  What I've done so far:

- Upgraded to latest version of Virtual Box (4.3.18)

- Rebuilt both VMs from scratch.

- Deleted and recreated the deployment share and Sysprep & Capture task sequences.

Stumped for the time being, although I could always just boot to my Win PE disc and manually capture with imagex.  But c'mon.



MDT 2013 - A Connection to the deployment share could not be made - DHCP Lease was not obtained

$
0
0

First, let me give you some context:

Framework: MDT 2013 with MS SDK 7.1

Task Sequence: Standard Client TS with sysprep and capture.

Target workstation (build workstation): VM Guest on ESX 5.5 host, 8 vCPU, 8GB RAM, LSI Logic SAS Controller, E1000 NIC, SSD DAS

Behavior: The VM loads and installs the OS fine in PE, VM boots into OS successfully and resumes the TS, after the first system reboot, the error message occurs and it reads:

A connection to the deployment share (\\*********\DeploymentShare$) could not be made. DHCP Lease was not obtained for any Networking device! Possible Cause: Check physical connection. Retry:...... Cancel:.....

While observing this error, I didn't notice the NIC hadn't completely initialized and obtained an IP yet (network adapter icon in systray), additionally hitting retry after the NIC was initialized resumed the TS.

This behavior reoccurs with several subsequent reboots until a few more applications (Citrix Receiver, VMware Tools) with services are installed which seem to then slow the system boot-up time and then allows the TS to start after the NIC has initialized.

From several posts I've read on this forum, this particular behavior was alleviated by a "wait for IP lease" mechanism built into the TS engine which was introduced in MDT 2010 SP1, I wasn't able to find any other confirmation whether this mechanism is still in effect with MDT 2013. Another point worth mentioning from several other posts I was able to find is that this behavior appears to manifested itself on target workstations with SSDs, which would somewhat explain the faster TS load time vs waiting for an IP lease. I've also tried to replicate this behavior in a non-SSD and low-performance VM environment and I wasn't able to replicate it.

My question: Does anyone else have experienced this behavior with MDT 2013 and if so, how did you resolve it? Or is this a bug?

MDT Imaging - AD Credentials Question

$
0
0

I am hoping someone can point me in the right direction. I have a situation here:

I start to create a reference image. I am using my AD Domain Credentials.

The process is paused since I chose to use LTISuspend to modify the reference image further.

Question is if I started my process with my AD credentials and now my AD password has changed as it was expired, how can I continue with build and capture. 

This happened a while ago and after i tried to resume task sequence it couldn't connect to the deployment share. I have since set my AD password to never expire but I am still curious how to overcome this issue. If anyone has pointers, please advise.

Thanks

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]!>

MDT2012: Application error code 2 IE11

$
0
0

I am trying to install Internet Explorer 11 after a image is deplyed thru MDT2012. Imported the application IE11 into MDT2012 as a application. Then copied the identifyer number into the rules of the deploymentshare: 

SkipApplications=YES
Applications001={73446783-ff5f-4fb3-88e7-be105ea36610}

The number is correct and it has worked. However at the end of a deployment yellow screen appears with: Deployment failed, after choosing details: Application IE11 returned a error code 2.

These are the properties of the application:
\\fileserver\sharename deploy$\ie11\ie11.exe /c:"IE-REDIST.EXE /quiet /norestart /update-no"

Manually enter the sharename in the run box has no problems the program installs when double cliking on it..

Probely the error is in the command above, there is a space in the sharename and $ sign but i also tried another share without space and $ sign also with no luck.

Everyone has full rights to the share. I have read that error code 2 with application is most the case when he cannot find the application, but i cannot figure out why not... I cannot find any more info in the loggings of MDT2012.

Anyone have suggestions?


freddie


MDT 2013 error when installing OS - Win7

$
0
0

Hello all,

I have MDT 2013 installed on one of my severs and am attempting to deploy an image to automate the process.  I have the LTI flash drive and get all the way to installing the OS when at 1% it fails.  I have the logs for it arelocated here and from what I can tell it looks like it's a task issue.  I have gone over my task several times and from what I can tell I am applying it properly.

Any and all help is appreciated!


Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

ZTIBde Fails (FAILURE 6751)

$
0
0

Here's one I just don't understand. I was really struggling with getting BitLocker to configure as part of Deployment, but then I had an epiphany that maybe the GPO for saving recovery keys to AD needed to be applied to the DCs as well. After linking the GPO at the root level of the domain, I was able to deploy with BitLocker successfully on Friday!

I decided to test again on Monday, so on the same machine I cleared the TPM (Dell Latitude E7440) and made sure it was enabled and activated in the BIOs before continuing.  Then I started a deployment, but it fails with a "Change owner authorization" error.  Everything is the same as it was on Friday, except for clearing the TPM.  ZTIBde.log is pasted below.  Any help is greatly appreciated!

EDIT: I should mention, I'm using UEFI for this, and the next step is getting it to work on Surface Pro 3.

<![LOG[Microsoft Deployment Toolkit version: 6.2.5019.0]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[System drive is: C:]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[The deployment method is not using ConfigMgr.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[This script is not currently running in Windows PE]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[We are running a OS that supports BitLocker]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[OSDBitLockerTargetDrive= , OSDBdeTargetDriveLetter= , sOSDBitLockerTargetDrive= C:]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[About to perform variable rationalization.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[BitLocker Mode set to: TPM]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[BitLocker Startup Key Drive Value set to: C:\Windows\BitLocker]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[BitLocker Create Recovery P@ssword Status: AD]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[BitLocker Wait For Encryption Status set to: FALSE]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[BitLocker Recovery P@ssword set.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[The current autorun setting is - 145]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Disabling Autorun]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Find the boot drive (if any) [False] [0.0.0.0] [False]]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[New ZTIDisk : \\ITFLLT1\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[No boot drives found. None.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Reverting autorun setting to - 145]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Setting BDE Drive letter to nothing as we are unable to get the boot drive.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Property BdeDriveLetter is now = ]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Running first pass..]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[New ZTIDisk : \\ITFLLT1\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[	    Partition Count: 3]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[ZTIDiskUtility!GetDiskFreeSpace should be deprecated, does not handle avaible space for a new partition]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[New ZTIDisk : \\ITFLLT1\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[GetPartitions: 3]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[New ZTIDiskPartition : \\ITFLLT1\root\cimv2:Win32_DiskPartition.DeviceID="Disk #0, Partition #2"    \\ITFLLT1\root\cimv2:Win32_LogicalDisk.DeviceID="C:"]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[	    Free Disk Space: 122]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[	 Existing Bitlocker: ]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[The current autorun setting is - 145]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Disabling Autorun]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Find the boot drive (if any) [False] [0.0.0.0] [False]]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[New ZTIDisk : \\ITFLLT1\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[No boot drives found. None.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Reverting autorun setting to - 145]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[	Existing Boot Drive: 1]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[The current autorun setting is - 145]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Disabling Autorun]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Find the boot drive (if any) [False] [0.0.0.0] [False]]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[New ZTIDisk : \\ITFLLT1\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0"]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[No boot drives found. None.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Reverting autorun setting to - 145]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Windows has a hidden system partition, no disk actions are necessary]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Configuring protectors.]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Success TPM Enabled]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Success TPM Is Activated]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Success TPM Is Owned]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Success TPM Ownership Allowed]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Check for Ensorsement Key Pair Present = 0]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[TpmEnabled: True]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[TpmActivated: True]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[TpmOwned: False]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[TpmOwnershipAllowed: True]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[EndorsementKeyPairPresent: True]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[TPM Ownership being intiated with Default p@ssword (not TPMOwnerP@ssword).]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[Starting owner authorization process on the TPM]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde"><![LOG[FAILURE ( 6751 ): -2147024891  0x80070005: Change owner authorization]LOG]!><time="17:19:08.000+000" date="10-20-2014" component="ZTIBde" context="" type="3" thread="" file="ZTIBde"><![LOG[Event 41002 sent: FAILURE ( 6751 ): -2147024891  0x80070005: Change owner authorization]LOG]!><time="17:19:09.000+000" date="10-20-2014" component="ZTIBde" context="" type="1" thread="" file="ZTIBde">




Changing Bios-settings during tasksequence

$
0
0

Hello,

i am using MDT 2013.

With the installation of some HP laptops some bios-settings need to be changed (Enable WLAN-switching).

Are there any possibilities to change bios-settings within a task-sequence?

Thx

MDT 2013 and DART remote control issues

$
0
0

Hi!

Since few manipulations in my console, I'm notable to controlmy computerswith the built-inMonitoringmenubutton"DaRT Remote Control". This error message appears: "MMC has detected an error in a snap-in and will unloadt it". After many verifications and tests by importing DART Tools v7, v8 or v801 x86 and x64, and because there's no findable answer on Internet, I ask you guys to help me if it's possible and if you know what to do. I'm actually on a Windows Server 2008 R2 x64 and with a MDT x64.

Here some additionnal informations about the trouble:

Unhandled Exception in Managed Code Snap-In / The system cannot find the file specified.

Exception type: System.ComponentModel.Win32Exception
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at Microsoft.BDD.Workbench.MonitoringGeneral.buttonDaRT_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Thank you very much for your help in advance! And please forgive my writing mistakes ;P

Hugo

MDT-Server without Windows Domain

$
0
0

Hello,

for a specific environment i am looking for a option to create a MDT-server without a windows-domain.

Is this possible?

Thx

WDS/MDT - Drivers Inject

$
0
0

Hi All,

I have been using WDS/MDT/WSUS for a while now, and its in a good place apart from getting drivers to inject, the main problem being on-board LAN Drivers. In some of our builds we have add-in Intel NICs and these work perfect once you hit windows, but if you try and use the on-board drivers we always get a connection error:

I have downloaded the drives required and tests it by installing the drivers separately, I used the same download to import into the out-of-box drivers. I updated the WIM image by regenerating it completely, and I also delete the old boot image from WDS and replaced it with the new one.

I have even done comparisons on the FileRepository - with the drivers installed and without, and using the changes created from that to import the drivers/.inf files still without any luck.

Information:

Windows Server 2012
MDT - 6.2.5019.0
WDS - 6.2.9200.16384
WSUS - 6.2.9200.16.384

This is the last thing I really want to get working on this system/setup, any help would be much appreciated. To me it seems like the drivers are not importing correctly before windows is booted, which is then causing the TS to fail as it has no connection, has anyone else experienced this problem and actually fixed it?

If you require anymore information, just ask and I will get them across asap - some items take longer than others due to removing Names as everything is under NDA. Please also when asking for more information state the location of files, will make life a lot easier and quicker for responses.

Thanks


How to delete user account in a captured image

$
0
0
I want delete a user account which is in the already captured image. The account is a security risk. I tried this method of downloading the captured image on a pc , remove the user account, sysprepped and uploaded to the server. But when I dropped the image on pc the user account was still there. It did not go anywhere. I will be grateful if someone can show me how to delete that local account in the captured image without starting the image from scratch.

Chiddy

Viewing all 11297 articles
Browse latest View live


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