UDI wizard is not applying TimeZone setting (MDT2013)

Hi All,
I am working on MDT2013 to create Windows7-64bit Image for OEM vendor. Note:- I am not using any SQL database.
I have customized the UDIWizard_Config.xml where it should ask for UIlanguage, Inputlocale and Timezone. I am calling this UDI wizard xml in Tasksequence after gathering locally here the problem is after completing the build its not applying the Timezone
setting in image.
Any one aware about this issue? why UDI wizard is not applying the Timezone setting in image? 
I have attached the below UDI wizard XML. please answer and ask if you require any more details..
<?xml version="1.0" encoding="UTF-8"?>
-<Wizard>
-<DLLs>
<DLL Name="OSDRefreshWizard.dll"/>
<DLL Name="SharedPages.dll"/>
</DLLs>
-<Style>
<Setter Property="bannerFilename">UDI_Wizard_Banner.bmp</Setter>
<Setter Property="title">Operating System Deployment (OSD) Wizard</Setter>
</Style>
-<Pages>
-<Page Name="WelcomePage" Type="Microsoft.SharedPages.WelcomePage" DisplayName="Welcome">
-<Fields>
-<Field Name="WelcomeText" Summary="" Enabled="true">
<Default> Welcome to the Deployment Wizard. This wizard will walk you through a series of screens that will allow you to choose Language type. Click on the 'Next' button to start your selected language pack installalation. Please allow 1 hours for installation. If you need support during this process, please e-mail your system administrator. </Default>
</Field>
</Fields>
</Page>
-<Page Name="ConfigScanPage" Type="Microsoft.OSDRefresh.ConfigScanPage" DisplayName="Deployment Readiness">
-<Tasks StatusTitle="Status" NameTitle="Configuration Check Name">
-<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Check Windows Scripting Host">
<Setter Property="filename">%windir%\system32\cscript.exe</Setter>
<Setter Property="parameters">Preflight\OSDCheckWSH.vbs</Setter>
<Setter Property="BitmapFilename">images\WinScriptHost.bmp</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="Windows Scripting Host not installed." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.SharedPages.WiredNetworkTask" DisplayName="Wired Network Check">
<Setter Property="BitmapFilename">images\WiredNetwork.ico</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="No Wired connection found. Please plug in to a network cable." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.OSDRefresh.AppDiscoveryTask" DisplayName="Application Discovery">
<Setter Property="readcfg">$LogPath$\OSDSetupWizard.xml.app</Setter>
<Setter Property="writecfg">%temp%\AppDiscoveryresult.xml.app</Setter>
<Setter Property="log">$LogPath$\AppDiscovery.log</Setter>
<Setter Property="BitmapFilename">images\AppDiscovery.ico</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="Successfully scanned applications." Value="0" State="Success"/>
<ExitCode Type="1" Text="Could not run application discovery engine (reason unknown). The appropriate applications may not be selected." Value="*" State="Warning"/>
<ExitCode Type="1" Text="One or more warnings were encountered (nonfatal) while running App Discovery. The appropriate applications may not be selected." Value="1" State="Warning"/>
<ExitCode Type="1" Text="Critical problems were encountered while initializing App Discovery. The appropriate applications may not be selected." Value="16777216" State="Warning"/>
<ExitCode Type="1" Text="Critical problems were encountered while processing the Application Master List. The appropriate applications may not be selected." Value="33554432" State="Warning"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Get Printers">
<Setter Property="filename">%windir%\system32\cscript.exe</Setter>
<Setter Property="parameters">Preflight\OSD_GetPrinters.vbs /xmlout:%temp%\PrinterList.xml;$LogPath$\PrinterList.xml</Setter>
<Setter Property="BitmapFilename">images\Printers.ico</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="1" Text="Output filename not specified correctly." Value="10" State="Warning"/>
<ExitCode Type="1" Text="Unable to create output file." Value="20" State="Warning"/>
<ExitCode Type="1" Text="An unknown error has occurred." Value="*" State="Warning"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="CheckSMSFolderOnUSB">
<Setter Property="filename">%windir%\system32\cscript.exe</Setter>
<Setter Property="parameters">Preflight\CheckSMSFolderOnUSB.vbs</Setter>
<Setter Property="BitmapFilename">images\USB.bmp</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="Please disconnect any USB Drives at this time, cancel the wizard, and start the task sequence over." Value="*" State="Error"/>
<Error Type="-1" Text="The path not found" Value="2" State="Error"/>
<Error Type="-1" Text="The file not found" Value="3" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.OSDRefresh.ACPowerTask" DisplayName="AC Power Check">
<Setter Property="BitmapFilename">images\ACPower.bmp</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="No AC power detected. Please plug in to power." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Check Drive Encryption">
<Setter Property="filename">%windir%\system32\cscript.exe</Setter>
<Setter Property="parameters">Preflight\OSDBitlockerState.vbs %systemdrive%</Setter>
<Setter Property="BitmapFilename">images\bitlocker.ico</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="1" Text="Drive is fully encrypted. Encryption will be paused during deployment and resumed." Value="1" State="Warning"/>
<ExitCode Type="1" Text="Drive encryption is paused. Encryption will resume after deployment has completed." Value="4" State="Warning"/>
<ExitCode Type="1" Text="Drive encryption is paused. Encryption will resume after deployment has completed." Value="5" State="Warning"/>
<ExitCode Type="-1" Text="Drive is currently encrypting. Please fully encrypt or pause encryption to continue." Value="2" State="Error"/>
<ExitCode Type="-1" Text="Drive is currently decrypting. Please fully decrypt or pause decryption to continue." Value="3" State="Error"/>
<ExitCode Type="-1" Text="A script error was detected. Please contact support to continue." Value="*" State="Error"/>
</ExitCodes>
</Task>
</Tasks>
</Page>
-<Page Name="ConfigScanBareMetal" Type="Microsoft.OSDRefresh.ConfigScanPage" DisplayName="Deployment Readiness">
-<Tasks StatusTitle="Status" NameTitle="Configuration Check Name">
-<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Check Windows Scripting Host">
<Setter Property="filename">%windir%\system32\cscript.exe</Setter>
<Setter Property="parameters">Preflight\OSDCheckWSH.vbs</Setter>
<Setter Property="BitmapFilename">images\WinScriptHost.bmp</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="Windows Scripting Host not installed." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.SharedPages.WiredNetworkTask" DisplayName="Wired Network Check">
<Setter Property="BitmapFilename">images\WiredNetwork.ico</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="No Wired connection found. Please plug in to a network cable." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.OSDRefresh.ACPowerTask" DisplayName="AC Power Check">
<Setter Property="BitmapFilename">images\ACPower.bmp</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="No AC power detected. Please plug in to power." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.OSDRefresh.PrestageDriveLookupTask" DisplayName="OEMMedia Lookup">
<Setter Property="BitmapFilename"/>
-<ExitCodes>
<ExitCode Type="0" Text="Success" Value="0" State="Success"/>
<ExitCode Type="-1" Text="Error" Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.OSDRefresh.AppDiscoveryTask" DisplayName="Application Discovery">
<Setter Property="readcfg">%OSDDataSourceDrive%\%OSDDataSourceDirectory%\AppDiscoveryresult.xml.app</Setter>
<Setter Property="writecfg">%temp%\AppDiscoveryresult.xml.app</Setter>
<Setter Property="log">$LogPath$\AppDiscovery.log</Setter>
<Setter Property="BitmapFilename">images\AppDiscovery.ico</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="Successfully scanned applications." Value="0" State="Success"/>
<ExitCode Type="1" Text="Could not run application discovery engine (reason unknown). The appropriate applications may not be selected." Value="*" State="Warning"/>
<ExitCode Type="0" Text="AppDiscovery exited with success as Application matching information is not available in Windows PE." Value="1" State="Success"/>
<ExitCode Type="1" Text="Critical problems were encountered while initializing App Discovery. The appropriate applications may not be selected." Value="16777216" State="Warning"/>
<ExitCode Type="1" Text="Critical problems were encountered while processing the Application Master List. The appropriate applications may not be selected." Value="33554432" State="Warning"/>
</ExitCodes>
</Task>
</Tasks>
</Page>
-<Page Name="RebootPage" Type="Microsoft.OSDRefresh.RebootPage" DisplayName="Reboot">
-<Fields>
-<Field Name="RebootText" Summary="" Enabled="true">
<Default> Your machine will now be rebooted. Click on the 'Finish' button to reboot. </Default>
</Field>
</Fields>
</Page>
-<Page Name="WelcomePageReplace" Type="Microsoft.SharedPages.WelcomePage" DisplayName="Welcome">
-<Fields>
-<Field Name="WelcomeText" Summary="" Enabled="true">
<Default> Welcome to the Replace Wizard. This wizard will walk you through a series of screens that will allow you to customize your data and settings for USMT. After you have entered the information, the wizard will begin USMT. Click on the 'Next' button to start. Please allow 2 hours for USMT. If you need support during this process, please e-mail your system administrator. </Default>
</Field>
</Fields>
</Page>
-<Page Name="VolumePage" Type="Microsoft.OSDRefresh.VolumePage" DisplayName="Volume">
-<Fields>
<Field Name="Image" Summary="Image Selection:" Enabled="true" VarName="OSDImageIndex"/>
-<Field Name="Volume" Summary="Volume:" Enabled="true">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">There are no volumes available for installing the OS.</Setter>
</Validator>
</Field>
<Field Name="Directory" Summary="Windows Directory:" Enabled="true"/>
<Field Name="Format" Summary="Format:" Enabled="true" VarName="OSDDiskPart"/>
</Fields>
<Setter Property="MinimumVolumeSize">10</Setter>
<Setter Property="FormatWinPE">Partition and &format disk 0.</Setter>
<Setter Property="FormatFullOS">&Clean the selected volume.</Setter>
<Setter Property="FormatWinPEWarning">WARNING: Choosing this option will repartition and format disk 0!</Setter>
<Setter Property="FormatFullOSWarning">WARNING: Choosing this option will delete all data on the target volume!</Setter>
-<Data Name="ImageSelection">
-<DataItem>
<Setter Property="DisplayName">Windows 7 RTM (x86)</Setter>
<Setter Property="Index">1</Setter>
<Setter Property="Architecture">x86</Setter>
<Setter Property="ImageName">Windows 7 RTM Images</Setter>
</DataItem>
</Data>
</Page>
-<Page Name="UserRestorePage" Type="Microsoft.OSDRefresh.UserStatePage" DisplayName="Select Target">
-<Fields>
<RadioGroup Name="LocationGroup" Locked="false"/>
-<Field Name="TargetDrive" Enabled="true" VarName="">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">No target drive found. Please insert a valid USB drive and click the Refresh button.</Setter>
</Validator>
</Field>
-<Field Name="NetworkLocation" Enabled="true" VarName="SMSConnectNetworkFolderPath">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">No valid network share.</Setter>
</Validator>
</Field>
-<Field Name="Username" Summary="User:" Enabled="true" VarName="OSDUserStateKey">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">You have to input user name. Example is domain\user.</Setter>
</Validator>
-<Validator Type="Microsoft.Wizard.Validation.RegEx">
<Setter Property="Message">User name format is invalid. Example is domain\user.</Setter>
<Setter Property="Pattern">^([A-Za-z0-9-\.]+)\\([^+#,*"<>;=\[\]:?/|']+)$</Setter>
</Validator>
</Field>
-<Field Name="Password" Summary="" Enabled="true" VarName="OSDUserStateKeyPassword">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">Password is required. Please enter the password.</Setter>
</Validator>
</Field>
<Field Name="NoDataRadio" Enabled="true" VarName=""/>
<Field Name="LocalRadio" Enabled="true" VarName=""/>
<Field Name="USBRadio" Enabled="true" VarName=""/>
<Field Name="NetworkRadio" Enabled="true" VarName=""/>
</Fields>
<Setter Property="NetworkPassword"/>
<Setter Property="NetworkUsername"/>
<Setter Property="DataSourceText">Please select a location where user data will be captured and/or restored.</Setter>
<Setter Property="Format">disable</Setter>
<Setter Property="FormatPrompt">disable</Setter>
<Setter Property="MinimumDriveSize">10</Setter>
<Setter Property="State">Restore</Setter>
<Setter Property="NetworkDrive">n:</Setter>
<Data Name="Network"/>
</Page>
-<Page Name="ComputerPage" Type="Microsoft.OSDRefresh.ComputerPage" DisplayName="New Computer Details">
-<Fields>
-<RadioGroup Name="DomainGroup" Locked="false">
<Default>Workgroup</Default>
</RadioGroup>
-<Field Name="ComputerName" Summary="Computer Name:" Enabled="true" VarName="OSDComputerName">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">The computer name is required. Please enter a computer name.</Setter>
</Validator>
-<Validator Type="Microsoft.Wizard.Validation.RegEx">
<Setter Property="Message">The computer name is not valid. It either contains a character that isn't allowed, or is longer than 15 characters.</Setter>
<Setter Property="NamedPattern">ComputerName</Setter>
</Validator>
-<Validator Type="Microsoft.Wizard.Validation.InvalidChars">
<Setter Property="Message">One of the characters in the computer name is not valid.</Setter>
<Setter Property="InvalidChars"/>
</Validator>
</Field>
-<Field Name="DomainCombo" Enabled="true" VarName="OSDDomainName">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">You must select a domain.</Setter>
</Validator>
</Field>
<Field Name="DomainOUCombo" Enabled="true" VarName="OSDDomainOUName"/>
-<Field Name="WorkgroupName" Summary="Workgroup:" Enabled="true" VarName="OSDWorkgroupName">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">The workgroup name must be between 1 and 15 characters long, and cannot contain any of these characters: " : ; | = + * ? < ></Setter>
</Validator>
-<Validator Type="Microsoft.Wizard.Validation.RegEx">
<Setter Property="Message">The workgroup name must be between 1 and 15 characters long, and cannot contain any of these characters: " : ; | = + * ? < ></Setter>
<Setter Property="NamedPattern">Workgroup</Setter>
</Validator>
</Field>
-<Field Name="Username" Summary="Join Domain Account:" Enabled="true" VarName="OSDJoinAccount">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">You have to input user name. Example is domain\user.</Setter>
</Validator>
-<Validator Type="Microsoft.Wizard.Validation.RegEx">
<Setter Property="Message">User name format is invalid. Example is domain\user.</Setter>
<Setter Property="Pattern">^([A-Za-z0-9-\.]+)\\([^+#,*"<>;=\[\]:?/|']+)$</Setter>
</Validator>
</Field>
-<Field Name="Password" Summary="" Enabled="true" VarName="OSDJoinPassword">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">Password is required. Please enter the password.</Setter>
</Validator>
</Field>
</Fields>
<Setter Property="ADCredentialCheck" Type="boolean">true</Setter>
<Setter Property="ADComputerObjectCheck" Type="boolean">true</Setter>
<Setter Property="UseExistingComputerName" Type="boolean">false</Setter>
<Data Name="Domain"/>
</Page>
-<Page Name="AdminAccounts" Type="Microsoft.SharedPages.AdminAccountsPage" DisplayName="Administrator Password">
-<Fields>
-<Field Name="Username" Summary="Add as Administrator:" Enabled="true" VarName="OSDAddAdmin">
<Default>%OSDJoinAccount%</Default>
-<Validator Type="Microsoft.Wizard.Validation.InvalidChars">
<Setter Property="Message">One of the characters in the Account Name(s) field is not valid.</Setter>
<Setter Property="InvalidChars">/[]:|=,+*<>?"</Setter>
</Validator>
</Field>
-<Field Name="Password" Summary="" Enabled="true" VarName="OSDLocalAdminPassword">
<Default/>
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">Password is required. Please enter the password.</Setter>
</Validator>
</Field>
</Fields>
</Page>
-<Page Name="UDAPage" Type="Microsoft.OSDRefresh.UDAPage" DisplayName="User Device Affinity">
-<Fields>
-<Field Name="DeviceAfinity" Summary="" Enabled="true">
<Default>false</Default>
</Field>
-<Field Name="Username" Summary="User Device Affinity Account:" Enabled="true" VarName="SMSTSUdaUsers">
<Default>%OSDJoinAccount%</Default>
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">You have to input user name. Example is domain\user.</Setter>
</Validator>
-<Validator Type="Microsoft.Wizard.Validation.RegEx">
<Setter Property="Message">User name format is invalid. Example is domain\user.</Setter>
<Setter Property="Pattern">^([A-Za-z0-9-]+)\\([^+#,*"<>;=\[\]:?/|']+)$</Setter>
</Validator>
</Field>
<Field Name="Password" Enabled="true"/>
</Fields>
</Page>
-<Page Name="LanguagePage" Type="Microsoft.OSDRefresh.LanguagePage" DisplayName="Language">
-<Fields>
-<Field Name="LanguagePack" Summary="Language Pack:" Enabled="true" VarName="UILanguage">
<Default>DE-DE</Default>
</Field>
-<Field Name="InputLocale" Summary="Locale:" Enabled="true" VarName="UserLocale">
<Default>en-US</Default>
</Field>
-<Field Name="KeyboardLocale" Summary="Keyboard Locale:" Enabled="true" VarName="KeyboardLocale">
<Default>00000409</Default>
</Field>
-<Field Name="TimeZone" Summary="Time Zone:" Enabled="true" VarName="OSDTimeZone">
<Default>Pacific Standard Time</Default>
</Field>
</Fields>
-<Data Name="LanguagePacks">
-<DataItem>
<Setter Property="DisplayName">English (United States)</Setter>
<Setter Property="Language">EN-US</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Chinese (Hong Kong S.A.R.)</Setter>
<Setter Property="Language">ZH-HK</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">German (Germany)</Setter>
<Setter Property="Language">DE-DE</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Japanese (Japan)</Setter>
<Setter Property="Language">JA-JP</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Polish (Poland)</Setter>
<Setter Property="Language">PL-PL</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Romanian (Romania)</Setter>
<Setter Property="Language">RO-RO</Setter>
</DataItem>
</Data>
</Page>
-<Page Name="ApplicationPage" Type="Microsoft.OSDRefresh.ApplicationPage" DisplayName="Install Programs">
<Setter Property="Link.Uri">%temp%\AppDiscoveryresult.xml.app</Setter>
<Setter Property="TsAppBaseVariable">PACKAGES</Setter>
<Setter Property="TsApplicationBaseVariable">APPLICATIONS</Setter>
<Setter Property="TsWindowsAppPackageAppBaseVariable">WINDOWSAPPPACKAGEAPPS</Setter>
<Setter Property="TsAppInstall">AppInstall</Setter>
</Page>
<Page Name="SummaryPage" Type="Microsoft.Shared.SummaryPage" DisplayName="Summary"/>
-<Page Name="UserCapturePageOldPC" Type="Microsoft.OSDRefresh.UserStatePage" DisplayName="Select Target">
-<Fields>
<RadioGroup Name="LocationGroup" Locked="false"/>
-<Field Name="TargetDrive" Enabled="true" VarName="">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">No target drive found. Please insert a valid USB drive and click the Refresh button.</Setter>
</Validator>
</Field>
-<Field Name="NetworkLocation" Enabled="true" VarName="SMSConnectNetworkFolderPath">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">No valid network share.</Setter>
</Validator>
</Field>
-<Field Name="Username" Summary="User:" Enabled="true" VarName="OSDUserStateKey">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">You have to input user name. Example is domain\user.</Setter>
</Validator>
-<Validator Type="Microsoft.Wizard.Validation.RegEx">
<Setter Property="Message">User name format is invalid. Example is domain\user.</Setter>
<Setter Property="Pattern">^([A-Za-z0-9-\.]+)\\([^+#,*"<>;=\[\]:?/|']+)$</Setter>
</Validator>
</Field>
-<Field Name="Password" Summary="" Enabled="true" VarName="OSDUserStateKeyPassword">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">Password is required. Please enter the password.</Setter>
</Validator>
</Field>
<Field Name="NoDataRadio" Enabled="false" VarName=""/>
<Field Name="LocalRadio" Enabled="false" VarName=""/>
<Field Name="USBRadio" Enabled="true" VarName=""/>
<Field Name="NetworkRadio" Enabled="true" VarName=""/>
</Fields>
<Setter Property="NetworkPassword"/>
<Setter Property="NetworkUsername"/>
<Setter Property="DataSourceText">Please select a location where user data will be captured.</Setter>
<Setter Property="Format">disable</Setter>
<Setter Property="FormatPrompt">disable</Setter>
<Setter Property="MinimumDriveSize">10</Setter>
<Setter Property="State">Capture</Setter>
<Setter Property="NetworkDrive">n:</Setter>
<Data Name="Network"/>
</Page>
-<Page Name="ProgressPage" Type="Microsoft.OSDRefresh.ProgressPage" DisplayName="Capture Data">
<Setter Property="LogFilename">$LogPath$\USMTcapture.prg</Setter>
-<Tasks StatusTitle="Status" NameTitle="Task Name">
-<Task Type="Microsoft.Wizard.CopyFilesTask" DisplayName="Copy AppDiscovery XML">
<File Dest="$DriveLetter$\%OSDDataSourceDirectory%" Source="%temp%\AppDiscoveryresult.xml.app"/>
<Setter Property="BitmapFilename">images\copy.bmp</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="Copy failed." Value="*" State="Error"/>
<Error Type="-1" Text="Copy failed. Please check the OSD Wizard log file for details." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.Wizard.CopyFilesTask" DisplayName="Copy Printers XML">
<File Dest="$DriveLetter$\%OSDDataSourceDirectory%" Source="%temp%\PrinterList.xml"/>
<Setter Property="BitmapFilename">images\Printers.ico</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="Copy failed. Please check the OSD Wizard log file for details." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.Wizard.CopyFilesTask" DisplayName="Copy ProductsList">
<File Dest="$DriveLetter$\%OSDDataSourceDirectory%" Source="%temp%\ProductsInstalled.txt"/>
<Setter Property="BitmapFilename">images\copy.bmp</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="Copy failed." Value="*" State="Error"/>
<Error Type="-1" Text="Copy failed. Please check the OSD Wizard log file for details." Value="*" State="Error"/>
</ExitCodes>
</Task>
-<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Run USMT">
<Setter Property="BitmapFilename">images\usmt.bmp</Setter>
<Setter Property="filename">%windir%\system32\wscript.exe</Setter>
<Setter Property="parameters">//B %ScriptRoot%\ZTIUserState.wsf /capture /OSDStateStorePath:$DriveLetter$\%OSDDataSourceDirectory% /UserDataKey:%OSDUserStateKeyPassword%</Setter>
-<ExitCodes>
<ExitCode Type="0" Text="" Value="0" State="Success"/>
<ExitCode Type="-1" Text="USMT scan state failed." Value="*" State="Error"/>
</ExitCodes>
</Task>
</Tasks>
</Page>
-<Page Name="RebootAfterCapture" Type="Microsoft.OSDRefresh.RebootPage" DisplayName="Reboot">
-<Fields>
-<Field Name="RebootText" Summary="" Enabled="true">
<Default> Your machine will now be rebooted. Click on the 'Finish' button to reboot. </Default>
</Field>
</Fields>
</Page>
-<Page Name="BitLocker" Type="Microsoft.OSDRefresh.BitLockerPage" DisplayName="BitLocker">
-<Fields>
<!-- Valid values: TPM,TPMPIN,TPMKey and ExternalKey-->
-<RadioGroup Name="BitLockerRadioGroup" Locked="false">
<Default>TPMPIN</Default>
</RadioGroup>
-<RadioGroup Name="LocationGroup" Locked="false">
<Default>AD</Default>
</RadioGroup>
-<Field Name="BitLocker" Summary="" Enabled="true" VarName="BDEInstallSuppress">
<Default>True</Default>
</Field>
-<Field Name="PIN" Summary="" Enabled="true" VarName="BDEPIN">
-<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
<Setter Property="Message">The PIN must not be emtpy</Setter>
</Validator>
-<Validator Type="Microsoft.Wizard.Validation.RegEx">
<Setter Property="Message">PIN should be a number between 4-20 digits</Setter>
<Setter Property="Pattern">^[0-9-]{4,20}$</Setter>
</Validator>
</Field>
-<Field Name="WaitForEncryption" Summary="" Enabled="true" VarName="OSDBitlockerWaitForEncryption">
<Default>True</Default>
</Field>
</Fields>
<Setter Property="KeyLocation"/>
</Page>
-<Page Name="Build Type" Type="Microsoft.Wizard.CustomPage" DisplayName="Build Type">
-<Fields>
-<Field Name="label3" Summary="" Enabled="true" VarName="">
<Default>Choose Language Type</Default>
</Field>
-<RadioGroup Name="Group1" Summary="ABBLan" Enabled="true" VarName="ABBLang" Locked="false">
<Default>radiobutton1</Default>
</RadioGroup>
-<Field Name="combo5" Summary="ABBLang" Enabled="true" VarName="ABBLang">
<Default>English</Default>
</Field>
</Fields>
-<Data Name="CustomFields">
-<DataItem>
<Setter Property="ControlType">label</Setter>
<Setter Property="ID">3</Setter>
<Setter Property="X">37.27</Setter>
<Setter Property="Y">3.67</Setter>
<Setter Property="Width">100</Setter>
<Setter Property="Height">12</Setter>
<Setter Property="Name">label3</Setter>
<Setter Property="Label">Choose Language Type</Setter>
</DataItem>
-<DataItem>
<Setter Property="ControlType">combo</Setter>
<Setter Property="ID">5</Setter>
<Setter Property="X">36.87</Setter>
<Setter Property="Y">21.25</Setter>
<Setter Property="Width">100</Setter>
<Setter Property="Height">12</Setter>
<Setter Property="Name">combo5</Setter>
</DataItem>
</Data>
-<Data Name="combo5">
-<DataItem>
<Setter Property="DisplayName">English</Setter>
<Setter Property="Value">0</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Chinese</Setter>
<Setter Property="Value">1</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Japanese</Setter>
<Setter Property="Value">2</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">German</Setter>
<Setter Property="Value">3</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Lang-2</Setter>
<Setter Property="Value">4</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Lang-3</Setter>
<Setter Property="Value">5</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Lang-4</Setter>
<Setter Property="Value">6</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Lang-5</Setter>
<Setter Property="Value">7</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Lang-6</Setter>
<Setter Property="Value">8</Setter>
</DataItem>
-<DataItem>
<Setter Property="DisplayName">Lang-7</Setter>
<Setter Property="Value">9</Setter>
</DataItem>
</Data>
</Page>
</Pages>
-<StageGroups>
-<StageGroup DisplayName="New Computer">
-<Stage Name="NEWCOMPUTER" DisplayName="New Computer">
<PageRef Page="WelcomePage"/>
<PageRef Page="LanguagePage"/>
<PageRef Page="SummaryPage"/>
</Stage>
-<Stage Name="NEWCOMPUTER.Prestaged" DisplayName="New Computer (prestaged media)">
<PageRef Page="WelcomePage"/>
<PageRef Page="BitLocker"/>
<PageRef Page="UserRestorePage"/>
<PageRef Page="ConfigScanBareMetal"/>
<PageRef Page="ComputerPage"/>
<PageRef Page="AdminAccounts"/>
<PageRef Page="UDAPage"/>
<PageRef Page="LanguagePage"/>
<PageRef Page="ApplicationPage"/>
<PageRef Page="SummaryPage"/>
</Stage>
</StageGroup>
-<StageGroup DisplayName="Refresh">
-<Stage Name="REFRESH" DisplayName="Refresh">
<PageRef Page="WelcomePage"/>
<PageRef Page="VolumePage"/>
<PageRef Page="UserRestorePage"/>
<PageRef Page="ConfigScanPage"/>
<PageRef Page="ComputerPage"/>
<PageRef Page="AdminAccounts"/>
<PageRef Page="LanguagePage"/>
<PageRef Page="ApplicationPage"/>
<PageRef Page="SummaryPage"/>
</Stage>
</StageGroup>
-<StageGroup DisplayName="Replace">
-<Stage Name="REPLACE" DisplayName="Replace, in full OS">
<PageRef Page="WelcomePageReplace"/>
<PageRef Page="ConfigScanPage"/>
<PageRef Page="RebootPage"/>
</Stage>
-<Stage Name="REPLACE.WinPE" DisplayName="Replace, in WinPE">
<PageRef Page="UserCapturePageOldPC"/>
<PageRef Page="ProgressPage"/>
<PageRef Page="RebootAfterCapture"/>
</Stage>
</StageGroup>
</StageGroups>
</Wizard>

I don't know much about the UDI but I think the FieldName should be TimeZoneName and not just TimeZone.

Similar Messages

  • AppV 5.0 SP2 HF4 - Registry not applying when set via DynamicConfig.xml

    I have an AppV 5.0 package of VMWare and have tweaked the dynamicconfig.xml file to add a registry key.  I am applying the package with the AppV 5.0 management and publishing server globally.  This is what my dynamicconfig.xml looks like, pulled
    from the C:\ProgramData\Microsoft... folder (my apologies if it doesn't format well, it does validate):
    <?xml version="1.0"?>
    <DeploymentConfiguration PackageId="7817a78f-feed-4070-8be5-
    <Registry Enabled="true">
    <Include>
    <Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software\VMware\VMware Infrastructure Client\Preferences">
    <Value Type="REG_SZ" Name="RecentConnections" Data="wsvcenter20.healthy.bewell.ca,wsvcenter01.healthy.bewell.ca,wsvcenter40.healthy.bewell.ca,wsvcenteribm01.healthy.bewell.ca">
    </Value>
    </Key>
    <Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Foo"><Value Type="REG_SZ" Name="Bar" Data="NewValue"></Value></Key><Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software\EmptyKey">
    </Key>
    </Include>
    </Registry>
    <FileSystem Enabled="true">
    </UserConfiguration>
    <MachineConfiguration>
    <ProductSourceURLOptOut Enabled="true"> </ProductSourceURLOptOut>
    <Subsystems>
    <Registry>
    <Include>
    <Key Path="\REGISTRY\Machine\Software\Foo"><Value Type="REG_SZ" Name="Bar" Data="Baz">
    </Value>
    </Key>
    <Key Path="\REGISTRY\Machine\Software\EmptyKey">
    </Key>
    </Include>
    </Registry>
    </Subsystems>
    </MachineConfiguration>
    </DeploymentConfiguration>
    I left in the example Foo registry just to see if it works.  When I launch vSphere I do not get all the drop downs in the "RecentConnection" keys, opening the AppV 5 package in cmd.exe with the /appvve switch and opening regedit shows the
    registry keys with the sequenced application, but not the registry keys in the dynamic config.xml.  I should also note I'm trying to replace existing keys that already have the "RecentConnection" that are in the manifest.xml.  So I'm not
    sure if "Include" is "Replace" and errors out if those keys already exist...?  I don't see any errors in the event log.  I'm not sure of any other way that the event log reports if dynamicconfig.xml is being applied.  
    Lastly, this is what my get-appvclientconfiguration looks like:
    PS C:\Users\trententtye> Get-AppvClientConfiguration
    Name Value
    PackageInstallationRoot D:\AppVData\PackageInst...
    PackageSourceRoot
    LocationProvider
    AutoLoad 2
    EnablePackageScripts 1
    ReestablishmentInterval 5
    ReestablishmentRetries 3
    CertFilterForClientSsl LOCAL_MACHINE\MY\1.3.6....
    SupportBranchCache 0
    VerifyCertificateRevoca... 1
    SharedContentStoreMode 1
    MigrationMode 1
    RoamingFileExclusions
    RoamingRegistryExclusions SOFTWARE\CLASSES
    AllowHighCostLaunch 0
    PackageStoreAccessControl 0
    IntegrationRootUser %LOCALAPPDATA%\Microsof...
    IntegrationRootGlobal %ALLUSERSPROFILE%\Micro...
    VirtualizableExtensions exe,com,bat,cmd,vbs,ps1...
    IgnoreLocationProvider 0
    ReportingEnabled 0
    ReportingStartTime
    ReportingRandomDelay
    ReportingInterval
    ReportingServerURL
    ReportingDataCacheLimit
    ReportingDataBlockSize
    ExperienceImprovementOptIn 0
    EnablePublishingRefreshUI 0
    ProcessesUsingVirtualCo... {%SystemRoot%\explorer....
    EnableDynamicVirtualiza... 1
    TLDR; My dynamicconfig.xml registry values are not applying.  Help!

    Hi Ral,
    I did as you described, exporting my default config.xml and I can see my modification is present in the exported file.
    <?xml version="1.0"?>
    <DeploymentConfiguration PackageId="7817a78f-feed-4070-8be5-bdf9447a1539" DisplayName="vSphere_Client_50U3_51U2_55U1" xmlns="http://schemas.microsoft.com/appv/2010/deploymentconfiguration"><UserConfiguration><Subsystems><Shortcuts Enabled="true"><Extensions><Extension Category="AppV.Shortcut"><Shortcut><File>[{Desktop}]\MyApps\VMware\VMware vSphere Client.lnk</File><Target>[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\VpxClient.exe</Target><Icon>[{Windows}]\Installer\{4CFB0494-2E96-4631-8364-538E2AA91324}\arpIcon.exe.0.ico</Icon><Arguments></Arguments><WorkingDirectory>[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\</WorkingDirectory><ShowCommand>1</ShowCommand><ApplicationId>[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\VpxClient.exe</ApplicationId></Shortcut></Extension><Extension Category="AppV.Shortcut"><Shortcut><File>[{Programs}]\MyApps\VMware\VMware vSphere Client.lnk</File><Target>[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\VpxClient.exe</Target><Icon>[{Windows}]\Installer\{4CFB0494-2E96-4631-8364-538E2AA91324}\arpIcon.exe.0.ico</Icon><Arguments></Arguments><WorkingDirectory>[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\</WorkingDirectory><ShowCommand>1</ShowCommand><ApplicationId>[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\VpxClient.exe</ApplicationId></Shortcut></Extension></Extensions></Shortcuts><FileTypeAssociations Enabled="true"><Extensions></Extensions></FileTypeAssociations><URLProtocols Enabled="true"><Extensions><Extension Category="AppV.URLProtocol"><URLProtocol><Name>VpxClient</Name><ApplicationURLProtocol><Description>URL:VpxClient</Description><DefaultIcon>[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\VpxClient.exe</DefaultIcon><ShellCommands><ShellCommand><ApplicationId>[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\VpxClient.exe</ApplicationId><Name>open</Name><CommandLine>"[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\VpxClient.exe" -e "%1"</CommandLine></ShellCommand></ShellCommands></ApplicationURLProtocol></URLProtocol></Extension></Extensions></URLProtocols><COM Mode="Isolated"><IntegratedCOMAttributes InProcessEnabled="false" OutOfProcessEnabled="true"></IntegratedCOMAttributes></COM><Objects Enabled="true"></Objects><Registry Enabled="true"><Include><Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]"></Key><Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software"></Key><Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software\EmptyKey"></Key><Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Foo"><Value Type="REG_SZ" Name="Bar" Data="NewValue"></Value></Key><Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software\VMware"></Key><Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software\VMware\VMware Infrastructure Client"></Key><Key Path="\REGISTRY\USER\[{AppVCurrentUserSID}]\Software\VMware\VMware Infrastructure Client\Preferences"><Value Type="REG_SZ" Name="RecentConnections" Data="wsvcenter20.healthy.bewell.ca,wsvcenter01.healthy.bewell.ca,wsvcenter40.healthy.bewell.ca,wsvcenteribm01.healthy.bewell.ca"></Value></Key></Include></Registry><FileSystem Enabled="true"></FileSystem><Fonts Enabled="true"></Fonts><Services Enabled="true"></Services></Subsystems><Applications><Application Id="[{AppVPackageRoot}]\Virtual Infrastructure Client\Launcher\VpxClient.exe" Enabled="true"><VisualElements><Name>VMware vSphere Client</Name><Icon></Icon><Description></Description></VisualElements></Application></Applications><UserScripts></UserScripts></UserConfiguration><MachineConfiguration><ProductSourceURLOptOut Enabled="true"></ProductSourceURLOptOut><Subsystems><Registry></Registry></Subsystems><MachineScripts></MachineScripts><TerminateChildProcesses></TerminateChildProcesses></MachineConfiguration></DeploymentConfiguration>
    but the registry value's still do not exist when I launch VPXClient.exe or open regedit.exe with the /appvve: command switch.

  • Patch Policies not applying when set to Date Specific

    I have been trying to use patch policies for a while but can't seem to get
    them working very well. In 'Patch Policy Enforcement Settings' I have set
    a schedule using 'Date Specific' and 'Process immediately'. If I check the
    patch status policy I see 100 targeted/ 12 Effective/ 0 Not Effective/ 88
    Pending. The 88 never move from pending even though almost all of them need
    the required patches. If I set the schedule to Recurring and 'When a device
    is refreshed' it basically tries to install the patches on every refresh
    cycle even though the device no longer requires the patches. This happens
    on every device targeted by the policy.
    Digging into the actually bundle that gets created I can see in the install
    actions the Install Frequency is set to 'Install always' which may explain
    why it runs through each patch every refresh when it is set to install on
    refresh.
    The documentation on this new feature doesn't go into much detail on how
    everything actually works. I would guess the correct functionality would be
    once a policy is enforced on a machine it would no longer try to keep
    installing the same patches from the policy since they are not needed.
    Using the Enforcement by 'Date Specific' seems to be broke also.
    Jim Koerner
    Server - ZCM 11.3.1FTF1 and Internal Database on Win2008R2x64
    Clients - ZCM 11.3.1FTF1 on Win7SP1x64

    Originally Posted by Jim Koerner
    Sounds just like it. Missed when I was browsing the knowledge base. doing
    some more detailed searching I fount this in readme for 11.3.1 "Defects
    addressed 848442 Process immediately if device unable to execute on
    schedule" option doesn't work of Patch Policy Enforcement Settings. In my
    case this is not fixed and I am at 11.3.1FTF1
    I will have to put in a SR and see if anything has been done with it since.
    Jim
    "thsundel" wrote in message news:[email protected]...
    Jim Koerner;2337983 Wrote:
    > I have been trying to use patch policies for a while but can't seem to
    > get
    > them working very well. In 'Patch Policy Enforcement Settings' I have
    > set
    > a schedule using 'Date Specific' and 'Process immediately'. If I check
    > the
    > patch status policy I see 100 targeted/ 12 Effective/ 0 Not Effective/
    > 88
    > Pending. The 88 never move from pending even though almost all of them
    > need
    > the required patches. If I set the schedule to Recurring and 'When a
    > device
    > is refreshed' it basically tries to install the patches on every refresh
    > cycle even though the device no longer requires the patches. This
    > happens
    > on every device targeted by the policy.
    >
    > Digging into the actually bundle that gets created I can see in the
    > install
    > actions the Install Frequency is set to 'Install always' which may
    > explain
    > why it runs through each patch every refresh when it is set to install
    > on
    > refresh.
    >
    > The documentation on this new feature doesn't go into much detail on how
    > everything actually works. I would guess the correct functionality
    > would be
    > once a policy is enforced on a machine it would no longer try to keep
    > installing the same patches from the policy since they are not needed.
    > Using the Enforcement by 'Date Specific' seems to be broke also.
    >
    > Jim Koerner
    > Server - ZCM 11.3.1FTF1 and Internal Database on Win2008R2x64
    > Clients - ZCM 11.3.1FTF1 on Win7SP1x64
    Could be this: http://www.novell.com/support/kb/doc.php?id=7015217
    Thomas
    thsundel
    thsundel's Profile: https://forums.novell.com/member.php?userid=128
    View this thread: https://forums.novell.com/showthread.php?t=480214
    Yes, please do open a SR if you can..
    Thomas

  • UDI Wizard hides No Data option on User State page in Capture Mode

    Hi,
    as described in the MDT 2013 release notes i configured my UDI wizard config file like this:
    <Setter Property="DataSourceText">Please select a location where user data will be captured.</Setter>
    <Setter Property="Format">enable</Setter>
    <Setter Property="FormatPrompt">enable</Setter>
    <Setter Property="MinimumDriveSize">10</Setter>
    <Setter Property="State">Capture</Setter>
    <Setter Property="NetworkDrive">n:</Setter>
    <Setter Property="DisplayNoDataInCaptureMode">true</Setter>
    I have an SCCM 2012 R2 Environment with MDT 2013 Integration!
    However i can't select a USB or Network drive for USMT capture??
    What else do i need to enable?
    Any suggestions?
    thanks,
    ckuever

    Hi,
    as described in the MDT 2013 release notes i configured my UDI wizard config file like this:
    <Setter Property="DataSourceText">Please select a location where user data will be captured.</Setter>
    <Setter Property="Format">enable</Setter>
    <Setter Property="FormatPrompt">enable</Setter>
    <Setter Property="MinimumDriveSize">10</Setter>
    <Setter Property="State">Capture</Setter>
    <Setter Property="NetworkDrive">n:</Setter>
    <Setter Property="DisplayNoDataInCaptureMode">true</Setter>
    I have an SCCM 2012 R2 Environment with MDT 2013 Integration!
    However i can't select a USB or Network drive for USMT capture??
    What else do i need to enable?
    Any suggestions?
    thanks,
    ckuever

  • AcroRead.mst settings not applied in installation

    Hello,
    I downloaded Adobe reader 11, dutch (AdbeRdr11000_nl_NL.exe) and extracted it:
    AdbeRdr11000_nl_NL.exe -nos_oc:\temp\temp1\files\2 -nos_ne
    Then I opened the .MSI file with the Adobe customization wizard and changed some settings (Eula, updates etc).
    After that I saved it and AcroRead.mst was created.
    Then on the client (logged in as Administrator) I copied all the files in c:\temp and entered:
    msiexec.exe /i AcroRead.msi TRANSFORMS="AcroRead.mst" /quiet
    Adobe reader gets installed and I can open it but the changes from the customization wizard are NOT applied.
    When I start adobe, I get the EULA and the product updates are still configured as automatic.
    I tried with other settings and full path names like these:
    msiexec.exe /i "c:\temp\adobe\AcroRead.msi" TRANSFORMS="c:\temp\adobe\AcroRead.mst" /quiet
    msiexec.exe /i AcroRead.msi TRANSFORMS=AcroRead.mst /quiet
    msiexec.exe /i /qn AcroRead.msi TRANSFORMS=AcroRead.mst
    msiexec.exe /i "AcroRead.msi" /q TRANSFORMS="AcroRead.mst"
    msiexec.exe /i AcroRead.msi /q TRANSFORMS="AcroRead.mst"
    But the result is the same, Adobe reader is installed but without the changed settings.
    Could someone help with this please ?
    I don't know anymore what to do.
    thanks.

    Copy the examples from http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/cmdline.html#command-line-exa mples so that you don't have to try random cmd lines. For example, quotes are only used around property params.
    Enable logging, and if you still have problems, post you cmd line and log.
    hth,
    Ben

  • Not applied Patch 5117016 after 10.2.0.2 patch set.

    Hi ,
    database has been upgraded to 10gR2 on solaris 64bit. Patch 5117016 has not been applied after 10.2.0.2 patch set applied. but after that DST patches were applied. here my concern is should i rollback DST patches in order to apply Patch 5117016. as per metalink note:394933.1
    please advise me.
    thanks in advance,
    Hussain.

    Hi,
    I have got problem when I was installing 10.2.0.3.0 Patch Set after succeed installation of Oracle 10.2.0.1 on Windows server 2003.
    Server was shut down by a coworker middle of installation of 10.2.0.3.0 Patch Set resulting that Patch 5556081 : was not applied ( see below opatch_history.txt ) .
    When I try to apply 10.2.0.3.0 again it fails saying that Patch Set is already installed.
    When I run OUI to see what has been installed I see only Interim Patch #5557962.
    I didn't create any database between the installations.
    So I can't apply OpachSet README.html advice .
    Uninstall PathSet :
    C:\> sqlplus /NOLOG
    SQL> CONNECT SYS/SYS_Password AS SYSDBA
    SQL> SHUTDOWN IMMEDIATE
    SQL> EXIT
    Should I try to Create a Database and after that apply OpachSet README.html advice
    C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch_history.txt
    Date & Time : Fri Aug 31 10:56:03 CEST 2007
    Oracle Home : C:\oracle\product\10.2.0\db_1
    OPatch Ver. : 10.2.0.3.0
    Current Dir : C:\oracle\product\10.2.0\db_1\sysman\patches
    Command : apply -silent -local -oh C:\oracle\product\10.2.0\db_1 C:\oracle\product\10.2.0\db_1/sysman/patches/5557962
    Log File : C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2007-08-31_10-56-03AM.log
    /regards

  • Windows Server 2012 GPO setting are not apply on windows Xp clients

    Hi
    I am create GPO on windows server 2012.  300 clients on domain are working fine, GPO setting apply on all windows 7, 8 clients. But 200 clients of windows XP are not working. GPO setting are not applies on XP. I am trying to Group Policy
    Preference Client Side Extensions for Windows XP (KB943729) on one window XP client, all GPO servers 2012 setting is working fine. But is not solution. I have 200 clients of windows XP, Please provide batter solution on one click command and apply all 200
    XP clients.
    Thanks.

    Dear,
    I have Windows server 2012 ,  i have install ADDS with Forest functional level 2008 & Domain functional level 2008 .
    I have applied GPO to particular OU, when i login to domain user on Windows 7 PC all GPO working fine but when i login on Windows Xp SP3 PC its not applied on XP. 
    I am facing issue on windows XP clients it is true. Please see this URL address:
    http://blogs.technet.com/b/grouppolicy/archive/2009/03/27/group-policy-preferences-not-applying-on-some-clients-client-side-extension-xmllite.aspx
    Please provide batter solution on one click command
    Thanks.

  • Group policy Preference - Internet Option setting not applying

    Hi,
    I’m not very sure if any of you have encounter this strange issue when
    configuring GPP -> Internet option setting for window 7 IE9 or IE11.
    The following
    are spec of OS and IE version used in my environment.
    Window Server
    2012 R2 (IE 10)
    Window 7 (IE9
    and IE11)
    Recently I
    have deployed proxy setting via GPP as I do not have IEM under my GPMC console.
    Once the setting is been configured and deployed, I have notice that the GPO do
    not apply after the user login. The following scenarios is what we observed.
    1) User boot up the machine, Login and proxy setting will not applied
    1a) gpupdate /force -> Proxy Settings applied
    1b) setting will be removed after the GPO refreshed
    2) User boot up the machine, Login and proxy setting will not apply
    2a) User logoff and login proxy setting applied.
    2b) Setting will be removed after the GPO refreshed
    Kindy advise
    if there is any solution to ensure that the setting apply whenever the user
    login and stay intact even after the gpo refreshed by itself.

    Hi,
    >>1a) gpupdate /force -> Proxy Settings applied
    >>1b) setting will be removed after the GPO refreshed
    Based on the description, we can run command gpresult/h report.html to collect group policy result reports to compare how the settings are being applied.
    Besides, have we installed the following hotfix on the computers with IE 9? If not, we can try to install the hotfix.
    Internet Explorer Group Policy Preferences do not apply to Internet Explorer 9 in a Windows Server 2008 R2 domain environment
    https://support.microsoft.com/en-us/kb/2530309?wa=wsignin1.0
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

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

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

    Basics - Server 2008 R2 - SP1, WDS,  MDT 2013
    Well all, I've done this at least 20 times today and the deployment share info is still wrong...
    Someone else built and messed with this thing so i'm trying to fix it.  We have 2 MDT servers and 1 WDS that is on the Production MDT.  I've turned the test MDT off.
    It was working fine, until I updated the deployment share ... after adding some drivers for the surface pro 3 for the pxe boot
    Very Simple bootstrap.ini
    [Settings]
    Priority=Default
    [Default]
    DeployRoot=\\MMPDEPLOY02\DeploymentShare$
    UserID=xxx
    UserDomain=xxx
    UserPassword=xxx
    KeyboardLocale=en-US
    SkipBDDWelcome=YES
    It continues to show up on the client as ||mdt901w8|deploymentshare$  (test server) (pipes for \ since it makes it a link and i'm new)
    I've deleted all the .wim and associated files from all locations from the deployment share\boot folder and from the wds remote install\boot\x64\images folder where they are instead of the remote install\boot\images folder that everyone refers to.
    I really can't figure this one out... I know it's something simple I'm over looking but I can't see it..
    Any ideas..

  • Sysprep unattend file not applying when image is captured with wds (no errors)

    So I've been around the block a bit using sysprep and wds.  Recently I've created a reference image with a virtualbox environment using windows 7 x64. I was succesfully able to create a reference image, sysprep it and capture it to the wds server. My
    plan there after was to create driver specific images for each model computer we use here after not having much success using the driver store (another story)
    Any how So I take my reference image and deploy it to a new computer... In this case an HP Probook 5310m.  Install any missing drivers and Sysprep it with the following command.  sysprep /generalize /oobe /unattend:unattend.xml /shutdown
    Below is the sysprep file I have been using
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="generalize">
            <component name="Microsoft-Windows-Security-SPP" 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">
                <SkipRearm>0</SkipRearm>
            </component>
            <component name="Microsoft-Windows-PnpSysprep" 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">
                <DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
                <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
            </component>
        </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-Security-SPP-UX" 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">
                <SkipAutoActivation>true</SkipAutoActivation>
            </component>
            <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">
                <ShowWindowsLive>false</ShowWindowsLive>
                <TimeZone>Eastern Standard Time</TimeZone>
                <CopyProfile>true</CopyProfile>
                <ProductKey>74fdj-7dtw8-q9mp9-ypth8-qb27y</ProductKey>
            </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"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <OEMInformation>
                    <Logo>c:\windows\system32\oemlogo.bmp</Logo>
                    <SupportHours>Regular Business Hrs (Overnight Support Provided)</SupportHours>
                    <SupportURL>url</SupportURL>
                    <SupportPhone>Phone number</SupportPhone>
                </OEMInformation>
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <NetworkLocation>Work</NetworkLocation>
                    <ProtectYourPC>1</ProtectYourPC>
                    <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
                </OOBE>
                <UserAccounts>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>TAAxAEQAMwBzAHQAcgBpACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <Description>Local Administrator</Description>
                            <DisplayName>Root</DisplayName>
                            <Group>Administrators</Group>
                            <Name>Root</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
                <TimeZone>Eastern Standard Time</TimeZone>
                <ShowWindowsLive>false</ShowWindowsLive>
                <FirstLogonCommands>
                    <SynchronousCommand wcm:action="add">
                        <Order>1</Order>
                        <CommandLine>slmgr.vbs /ipk {serial key}</CommandLine>
                    </SynchronousCommand>
                    <SynchronousCommand wcm:action="add">
                        <Order>2</Order>
                        <CommandLine>slmgr.vbs /ato</CommandLine>
                    </SynchronousCommand>
                </FirstLogonCommands>
            </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>
                <UILanguageFallback>en-US</UILanguageFallback>
                <UserLocale>en-US</UserLocale>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="catalog:v:/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    The machine succesfully syspreps and shuts down. I restart the computer pxe boot and capture the image succesfully.
    Now here comes my problem...
    Upon deploying the above driver specific image.. my sysprep file is not applied.  Nothing from the OOBE wizard answers to the pc logo , or first logon commands are applied ... nothing.. I have gotten no errors during this whole process.  I have
    started to try to read the logs within the panther folder but havent gotten far.
    What is weird to me is that I have tried recreating this image... deploy the reference image... add drivers ... sysprep ...shutdown.  And if I boot normally (without capturing the image) the computer shows all of the sysprep changes..  Only when
    i capture the image does it not apply the changes....
    I'm stumped...
    Any ides?

    Confirm this scenario: You installed Windows, then ran sysprep and used the /unattend switch. Then you captured the image.
    In this scenario there are 2 deployment methods.
    1. If you deploy the image with DISM, the answer file generated by sysprep is detected on first boot and settings are applied. It is the same function as if you ran sysprep and chose to restart.
    2. If you deploy the image using Setup.exe, it does not use the answer file specified by sysprep prior to capturing. I have not looked into *why* this happens, but I suspect that after the image is applied, it replaces the unattend.xml with the generic one.
    If you are using Setup.exe, you need to use its /unattend switch and point to the answer file location. This location cannot be inside of the image. If you are not using setup.exe in a manual method (using WDS) you will need to apply the answer file to the
    install image in the WDS snap-in.

  • ZCM 11 Group Policies not applying to satellite servers

    Hi there
    We are running 2 Windows 2012 Primary Servers and a SQL 2012 Database server at our main site, all remote sites have SLES11 SP2/OES11 SP1 as satellite servers. We upgraded all servers last weekend to 11.3.1 and now have an issue with Group Policies applying to the satellites. The satellites are all set up the same with Authentication, Collection, Content and Imaging roles.
    Since we upgraded Group Policies are (99% of the time) not applying on satellite sites. I have tried manually replicating content (I assume policies will come from content replication?) to the satellites - I've done this with a zac cdp replicate and zac cvc and everything seems to replicate over however I tried highlighting a satellite server and clicking on Action, Specify Content - select the Policy that is not applying and move it into the selected Content to update column and when I click finish I get the error "The Wizard cannot continue for the following reason(s): Unable to complete your request for the following reason: Error updating content"
    On a managed device at the satellite site if you look at the properties of the Zenworks agent and click on Policies it has applied 4 device assigned policies successfully - Remote Management, Power Management, Application Launcher Config and Application Control Policy, also has successfully applied 3 out of the 4 User Assigned Policies - Mandatory Profile, Dynamic Local User, Application Control - but not the Windows Group Policy.
    Our PCs are on Windows 8.1 and all policies were applying fine before the weekend upgrade......
    Has anyone else had any experience of Group Policies not applying that could point me where to look? I have logged an SR with Novell through our reseller but as yet I am getting no response back at all, not even asking me for more information.
    Many thanks
    Sharon

    Sounds like you have a content replication issue more than a GPO issue.
    Especially if the GPO works for locations that point to the Primaries
    for Content.
    Do you have throttling configured anywhere in any fashion?
    You may need to increase the Replication Timeout to make sure content is
    getting over to the Sats. Often increasing from 60 to 240 helps, but
    watch out for throttling preventing content replication.
    It is possible things are backing up.
    On 7/31/2014 8:26 AM, shazzypoos wrote:
    >
    > I should add that when you looked at the "Click for Details" to the
    > right of the Effective "Failed" status the message is "Policy
    > Enforcement Failed : The action (0) threw an exception. Message (1).
    > Exception (2) (grouppolicy, "None of the source locations could be
    > found"
    >
    > Hmmmm! Currently in closest server rules there is only the server for
    > the site it's on set - we do not want it to come back to the Primary for
    > policies. As I say, this was working before the weekend upgrade. Thanks!
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Technical Support Engineer
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Urgent Group Policy Issue - not applying despite saying it does

    Thank you for this urgent help. Auditors checking this out tomorrow morning.
    We have a GPO that sets the eventlog audit settings for success or failure security events. The scope is set to Authenticated Users.
    When I run the group policy wizard in GPMC it shows the settings applying to one of our servers in that OU.
    When I run gpresult/z from that server it shows the policy applying to that server.
    But when I go into gpedit.msc the security audit settings are all set to "not defined" and they are grayed out so I can't edit them manually.
    As a test I set the GPO to deny applying to that server. I ran gpudpate/force on the system and then gpresult and it shows the GPO now not applying. But the settings are still set to not defined and still not editable. they are not being set by any other GPO.
    In the event logs I only see three GPO errors but they are unrelated. A separate GPO is having issues creating user accounts. No other GPOs apply.
    Quick help would be fantastic.
    Server runs on Windows Server 2008 R2 (I can edit GPO but not the domain ones and I don't have access to the domain controllers).

    OK, After several hours I figured it out. Turns out there's bugs and odd functionality.
    If someone ever tested the 'advanced audit settings' (which I did in the same GPO at some point) then it sets a registry key to disable the use of the older basic audit settings. But when you stop using those advanced settings in your GPO it doesn't remove
    that registry bit. So I used the GPO to undo that setting. This was the first step. This is found Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options > "Audit: Force audit policy subcategory
    settings (Windows Vista or later) to override audit policy category settings" to DISABLED.
    Even though this is done, sometimes the GPO files on the domain controllers don't remove the old audit settings. So in the comments of another thread I found out you may have to go to
    \\domain-fqdn\SYSVOL\domain-fqdn\Policies\{your-policy-id-where-this-setting-was-originally-set}\Machine\Microsoft\Windows NT\ and delete the Audit folder which is left behind due to some odd bug. If you don't do this even after doing the next step the
    next gpupdate will bring that security setting above back down.
    Next you have to reset your audit settings on your PC to the defaults. Unfortunately there is no way to do this. Auditpol /clear does not accomplish this. The only way to do this is to take the audit settings from another working system, export them and
    then 'restore' those same settings to the affected server. To do this:
    1. On 'working system' run cmd.exe as administrator and export the audit settings to a folder like this:
    auditpol /backup /file:c:\working-auditpol-settings.txt
    2. Copy that file to the broken system such as the C:\ drive and run this on the broken system:
    auditpol /restore /file:c:\working-auditpol-settings.txt
    Open GPEDIT.MSC and verify the audit settings are back to normal. Computer Configuration > Windows Settings > Security Settings > Local Policies > Audit Policy
    Then run gpupdate/force on the formerly broken system. Close gpedit.msc and reopen and verify the settings were not overwritten. If you skipped the sysvol audit folder deletion step they may come back.
    Hope this helps someone.

  • Windows 2008 R2 group policy not applied to windows 8 Workstations, but applied to XP and Win 7

    I have a Windows 2008 R2 Domain Controllers and have a Policy to put a specify wallpaper, eventuality i have to change the Wallpaper, this setting applied sucesfully in Windows xp and Windows 7 workstations, but not applied in Windows 8 workstations even
    if i run gpupdate /forcé,
    Best Regards,
    Thank you

    Hi,
    Thanks for posting in the forum.
    Before going further, would you please let me know how did you configure the Group Policy setting to deploy the wallpaper? Have you configured some settings to limit the scope the GPO applying?
    If all Windows 8 machines failed to receive the GPO settings? In order to narrow down the cause of the issue, I suggest we could try to collect the following information for troubleshooting.
    GPMC.log
    ==================
    a. On domain controller, click Start ->Run, type GPMC.MSC, it will load the GPMC console.
    b. Right click on "Group Policy Result" and choose wizard to generate a report for the problematic computer and user account (please place appropriately). (Choose computer and select the proper
    user in the wizard)
    c. Right click 
    the resulting group policy result and click the "Save Report…" => save report to save the report to a HTML file.
    Once we get the report, please check if the settings have been applied to the target correctly.
    In addition, would you please let me know whether you have imported the latest Windows 8 Administrative Templates to the Windows Server 2008 DC? If not, please try to download and import it.
    Then try to configure the wallpaper GPO settings again to see if it could help.
    For details, please refer to the following articles.
    Administrative Templates (.admx) for Windows 8 and Windows Server 2012
    http://www.microsoft.com/en-us/download/details.aspx?id=36991
    Set Desktop Background via Group Policy in Windows 7, Windows 8 in a Server 2008 or Server 2012 Domain
    http://dizzyit.com/2013/04/14/set-desktop-background-group-policy-windows-7-windows-8-server-2008-server-2012-domain/
    Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • OOBEUnattended not applying.

    Hi all,
    unfortunatly all of my oobe scrips are not applying anymore with this line:
    [windeploy.exe] UnattendSearchExplicitPath: [C:\Windows\Panther\unattend.xml] does not meet criteria to be used for this unattend pass.
    is there someone that can see what i set wrong?
    OOBE unattended xml script:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <UILanguageFallback>en-us</UILanguageFallback>
    <UILanguage>en-us</UILanguage>
    <UserLocale>en-us</UserLocale>
    <InputLocale>en-us</InputLocale>
    <SystemLocale>en-us</SystemLocale>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Home</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    </OOBE>
    <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Description>Gebruiker</Description>
    <DisplayName>Gebruiker</DisplayName>
    <Group>Administrators</Group>
    <Name>Gebruiker</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>DOBO</RegisteredOrganization>
    <RegisteredOwner />
    <TimeZone>W. Europe Standard Time</TimeZone>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>cscript //B &quot;%windir%\system32\slmgr.vbs&quot; -ipk <<WINKEY_REMOVED>></CommandLine>
    <Description>Change product key, product key entry is not possible when deploying windows ThinPC</Description>
    <Order>1</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    <SynchronousCommand wcm:action="add">
    <CommandLine>cscript //B &quot;%windir%\system32\slmgr.vbs&quot; /ato</CommandLine>
    <Description>Activate the new key, set from Order1</Description>
    <Order>2</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    </FirstLogonCommands>
    <ShowWindowsLive>false</ShowWindowsLive>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>*</ComputerName>
    <RegisteredOrganization>DOBO</RegisteredOrganization>
    <RegisteredOwner />
    <TimeZone>W. Europe Standard Time</TimeZone>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim://basnas/homes/bas/cloudstation/programma%20installatie%20bestanden/besturings%20systemen/wds%20hulp/w7x64nl/w7x64nl.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    This is the setupact.log:
    2015-03-04 15:03:38, Info [windeploy.exe] ------------------------------------------------
    2015-03-04 15:03:38, Info [windeploy.exe] WinDeploy.exe launched with command-line []...
    2015-03-04 15:03:38, Info [windeploy.exe] Setup has not completed, adding pending reboot.
    2015-03-04 15:03:38, Info [windeploy.exe] Found generalization state [0x4], setup.exe completion flag [False] --> launching setup.exe.
    2015-03-04 15:03:38, Info [windeploy.exe] Launching [C:\Windows\system32\oobe\setup.exe]...
    2015-03-04 15:06:27, Info [windeploy.exe] Process exited with exit code [0x0]
    2015-03-04 15:06:27, Info [windeploy.exe] Found completion flag [True], reboot requested flag [True] --> rebooting computer before proceeding with deployment...
    2015-03-04 15:06:27, Info [windeploy.exe] Making sure that SystemSetupInProgress is cleared.
    2015-03-04 15:06:27, Info [windeploy.exe] An immediate reboot or shutdown was requested/required... rebooting / shutting down computer
    2015-03-04 15:06:27, Info [windeploy.exe] Flushing registry to disk...
    2015-03-04 15:06:27, Info [windeploy.exe] Flush took 639 ms.
    2015-03-04 15:06:27, Info [windeploy.exe] WinDeploy.exe exiting with code [0x0]
    2015-03-04 15:10:05, Info [windeploy.exe] ------------------------------------------------
    2015-03-04 15:10:05, Info [windeploy.exe] WinDeploy.exe launched with command-line []...
    2015-03-04 15:10:05, Info [windeploy.exe] Making sure that SystemSetupInProgress is cleared.
    2015-03-04 15:10:06, Info [windeploy.exe] UnattendSearchExplicitPath: Found unattend file at [C:\Windows\Panther\unattend.xml]; examining for applicability.
    2015-03-04 15:10:06, Info [windeploy.exe] UnattendSearchExplicitPath: [C:\Windows\Panther\unattend.xml] does not meet criteria to be used for this unattend pass.
    2015-03-04 15:10:08, Info [windeploy.exe] Found no unattend file.
    2015-03-04 15:10:14, Info [windeploy.exe] Started WinSAT; will need to wait
    2015-03-04 15:10:27, Info [windeploy.exe] Launching [C:\Windows\system32\oobe\oobeldr.exe /system]...
    2015-03-04 15:10:28, Info [oobeldr.exe] OOBELdr.exe launched with command-line [/system]...
    2015-03-04 15:10:28, Info [oobeldr.exe] OrchestrateUpdateImageState: Updating image state from [IMAGE_STATE_SPECIALIZE_RESEAL_TO_OOBE] --> [IMAGE_STATE_UNDEPLOYABLE]
    2015-03-04 15:10:28, Info [oobeldr.exe] Parsing command line arguments...
    2015-03-04 15:10:28, Info [oobeldr.exe] Parsing the following command line: [/system]
    2015-03-04 15:10:28, Info [oobeldr.exe] Status for unattend pass [oobeSystem] = 0x0
    2015-03-04 15:10:28, Info [oobeldr.exe] UnattendSearchExplicitPath: Found unattend file at [C:\Windows\Panther\unattend.xml]; examining for applicability.
    2015-03-04 15:10:28, Info [oobeldr.exe] UnattendSearchExplicitPath: [C:\Windows\Panther\unattend.xml] does not meet criteria to be used for this unattend pass.
    2015-03-04 15:10:29, Info [oobeldr.exe] Found no unattend file for oobeSystem pass; skipping pass.
    2015-03-04 15:10:29, Info [oobeldr.exe] No reboot has been requested for oobeSystem unattend.
    2015-03-04 15:10:29, Info [oobeldr.exe] Successfully ran oobeSystem pass.
    2015-03-04 15:10:29, Info [oobeldr.exe] Launching [C:\Windows\system32\oobe\msoobe.exe]...
    2015-03-04 15:10:30, Info [msoobe.exe] Starting service sppsvc
    2015-03-04 15:10:32, Info [msoobe.exe] Service sppsvc reports as running
    2015-03-04 15:10:32, Info [msoobe.exe] Starting service audiosrv
    2015-03-04 15:10:34, Info [msoobe.exe] Service audiosrv reports as running
    2015-03-04 15:10:34, Info [msoobe.exe] Successfully created first boot reg key
    2015-03-04 15:10:34, Info [msoobe.exe] Display mode is set to 800x600x32 [1Hz]
    2015-03-04 15:10:34, Info [msoobe.exe] Starting service Themes
    2015-03-04 15:10:35, Info [msoobe.exe] Service Themes reports as running
    2015-03-04 15:10:36, Info [msoobe.exe] Starting service TabletInputService
    2015-03-04 15:10:36, Error[msoobe.exe] OpenService failed [0x80070424]
    2015-03-04 15:10:36, Info [msoobe.exe] Found [1] UI languages
    2015-03-04 15:10:36, Info [msoobe.exe] Saving language [0x0409] [en]
    2015-03-04 15:10:36, Info [msoobe.exe] Saving language [0x0409] [en]
    2015-03-04 15:10:36, Info [msoobe.exe] Creating background bitmap [layout=0x00000000, cached=1]
    2015-03-04 15:10:36, Info [msoobe.exe] PID EditionID: [Embedded]
    2015-03-04 15:10:36, Info [msoobe.exe] Registry EditionID: [Embedded]
    2015-03-04 15:10:36, Info [msoobe.exe] Searching for EULA: [system32\en-US\Licenses\EVAL\Embedded\license.rtf]
    2015-03-04 15:10:36, Info [msoobe.exe] Searching for EULA: [system32\en-US\Licenses\_Default\Embedded\license.rtf]
    2015-03-04 15:10:36, Info [msoobe.exe] Searching for EULA: [system32\en-US\Licenses\EVAL\Embedded\license.rtf]
    2015-03-04 15:10:36, Info [msoobe.exe] Searching for EULA: [system32\en-US\Licenses\_Default\Embedded\license.rtf]
    2015-03-04 15:10:36, Info [msoobe.exe] Searching for EULA: [system32\license.rtf]
    2015-03-04 15:10:36, Info [msoobe.exe] Found EULA: [C:\Windows\system32\license.rtf]
    Kind regards,
    Ziglar

    Problem was gone, once i switched from windows 7 boot to windows 10 boot the oobe was accepted.

  • Mixed case name search in Unload Wizard is not working (EA3 - 3rd beta)

    I believe the mixed case name search in Unload Wizard is not working (EA3 - 3rd beta)
    I have bunch of triggers (and other db objects as well) with mixed case names such as zMY_TRIGGERu and can not find those triggers in the "Lookup" during the Unload Wizard (Tools menu --> Database Unload option).
    I also found out that the search is limited to 500 objects and if you have more than 500 constraints for example only 500 of them are displayed by the "Lookup"
    - is there any configuration/setting parameter (which I already checked the Preferences for DDL/Unload option and didn't see anything) for eliminating the 500 limit ? is it hard coded ?
    - any trick to do the mixed case search in the Unload Wizard ? (I tried using "z"%"u" but that did not help - I used "z"% and also "z" and checked the % check box, ...)
    Edited by: zaferaktan on Jan 25, 2011 5:06 PM

    Thank you Joyce
    I have already tried to apply a filter at the object navigator. It works with Triggers, tables, etc but NOT with the packages.
    You can not unload both the package and the package body for "multiple" packages (you can use save package and package body option for a single package) from the Navigator.
    Unfortunately, currently the only way in SqlDeveloper (3-EA3) to unload the package and the package body of multiple packages is to use the "Database Unload" menu option.
    Therefore, for unloading more than one package/package body - the filter option you suggested won't work (and is not working).
    I hope this will be fixed soon before version 3 released officially.
    R/ Zaf

Maybe you are looking for

  • Need help with spry collapsible panel (menu)

    I learn as I go when I created my website http://www.invitation-fascination.com/shapes.html and so far I've created a page with 13 spry collapsible panels- I think it came out pretty well.  Now this is what I want to add to the page:  I want to creat

  • Weird colours with QuickTime sources, broken preview renders & crash at exit (CS4)

    Hi erveryone, I have a strange problem in Premiere Pro CS4: Allmost all QuickTime MOV that I put in the timeline show weird, broken colours. At first I thought this was a problem with a specific codec, but I have now tried several codecs and pretty m

  • Scroll bars missing in CHM output

    When importing a project from HelpStudio, everything imports, but it seems that 2nd level TOC topics are not displaying vertical scroll bars when viewed in the CHM output. Has anyone else seen this behavior? Suggestions? ("Other than use another form

  • AD connector on OIM 11g

    Hi experts I am trying to install AD connector on OIM 11g. However, when i run the installation, the first two steps i.e, Configuration of Connector Libraries and Import of Connector XML files complete successfully, however, the third step "Compilati

  • IPad APN setting not being permanently saved

    Have new iPad and the APN setting keeps changing back to default, any clues?