Quantcast
Channel: Configuration Manager 2012 - Operating System Deployment forum
Viewing all 9126 articles
Browse latest View live

Use Toolkit Package Step Taking a Long Time to Download Files

$
0
0

Having an issue where the Use Toolkit Package step takes 10-15 minutes to download files.

Any ideas on how to troubleshoot?

Here's more info on the problem:

- Issue persists across MDT2013 Update 1 toolkit packages
- Issue persists across machines

- Issue does not exist in WinPE

Thanks!


Windows 8.1 OSD - Install Remote Desktop Services vis task sequence

$
0
0

I have seen several post where users have been able to modify Remote Desktop to allow remote connections but the solutions only work in Windows 7.

I am using Windows 8.1 x64


DHeinz

Reinstallation of Applications during OSD

$
0
0

Hi Guys

Environment:

  • SCCM 2012 R2 SP1 CU1 with integrated MDT 2013 Update 1 and ADK 10.
  • OS is Windows 10 x64.

I need any application the users would need without any interation from an admin or user or any collections/deployments targeting users already. The task sequence just has to know what was installed and reinstall it. Basically migrating the applications.

I am looking for some advice on what the best way to tackle this might be?

I have had a look around and found I can use stored procedure seen here: https://technet.microsoft.com/en-us/library/dn781089.aspx

Is there a better way of doing this?

Thanks in advance

NN

MDT 2012 - Windows ADK Issue

$
0
0

If this is the wrong place, let me first apologize but I am curious is anyone has seen the following issue when installing MDT 2012 Update 1 and Windows ADK:

After installing MDT 2012 Update 1 and Windows ADK, I am unable to create a share in the Deployment Workbench, all I get is the box telling me:

Either the Windows Automated Installation Kit(AIK) or the Assessment and Deployment Kit(ADK) is required for interacting with deployment shares. Please install version 6.1.7600.0 or later.

I setup a new laptop (Lenovo x220 with Windows 7 Pro x64) to use and installed MDT 2012 Update 1 and then did the full install of the ADK (including SQL 2012 Express) and it does not work.

I can open the Windows System Image Manager from the ADK and create a share and do everything without issue but I cannot do anything from the Deployment Workbench as it only says that the AIK or ADK is required.

I tried installing on a Windows 8 Pro  x64 machine as well and get the same error so I am inclined to think I am missing something. Any help would be appreciated.

Thanks.

HTA to add computer to security group

$
0
0

I have been working on an HTA to add our workstations to a security group for computer accounts

it runs in a step as 

%ToolRoot%\ServiceUI.exe -process:tsprogressui.exe %SYSTEMROOT%\system32\mshta.exe %SCRIPTROOT%\wnb\12.hta

This works on a domain authorised fully built machine when I run it under my account but no matter where I insert this script in my task sequence, I still get "access denied" Line 50 Char 1 which is the 

"Set objComputerGroup = GetObject("LDAP://" & objComputerGroupPath)" Step

When I add the credentials to the step, I get, even when I add it after the network setup section of the task sequence 

Failed to run the action: Display HTA. 
Unknown error (Error: FFFFFFFF; Source: Unknown)TSManager 1/5/2016 10:38:11 AM 3152 (0x0C50)

I have tried to run command line as another account through "run as" after F8 from notepad however I am getting access denied there as well.

I know this is not the preferred way to do things, but I want to add credentials to my script, just to test.

Can someone please assist me with embedding credentials into my HTA?

Or at least help with an option to run the HTA as another account.

I am a complete scripting noob, it took me the best part of a week or so to get the HTA to work, and I am sure there are more efficient ways to write the entire script, but I would like to stick with the current format as it does work when on a standard.


I don't know how to script (as you can probably tell) 

Here is my script.

I really do not care at which point of my TS this HTA shows, just as long as it does and it works. 

I really appreciate any assistance as I am well and truly stuck.

Thank you.

<Html><Head><Title>Test HTA</Title><HTA:Application
Caption = Yes
Border = Thick
ShowInTaskBar = No
MaximizeButton = Yes
MinimizeButton = Yes><script Language = VBScript>
	Option Explicit

Dim objSysInfo, objComputer, strComputerDN, strLDAPofADSG
Dim objComputerGroupPath, objComputerGroup

Sub Window_onLoad
    window.resizeTo 400,250
End Sub

	Sub Run_Script
		Select Case opt_script.Value
'-----------------------------------------------------Change option here of list target
			Case "opt_Office_06"
				opt_Office_06 txt_parameter.Value
		End Select
	End Sub

	Sub opt_Office_06(strParam)

strLDAPofADSG = "CN=securitygroup"

' Get the current computer information
Set objSysInfo = CreateObject("ADSystemInfo")
strComputerDN = objSysInfo.ComputerName

'Uncomment this, to receive debug information:
'msgbox(strComputerDN)

' Get the LDAP of the current computer
Set objComputer = GetObject("LDAP://" & strComputerDN)

'Uncomment this, to receive debug information:
'msgbox("LDAP://" & strComputerDN)

' Set the LDAP of the security group
objComputerGroupPath = strLDAPofADSG
Set objComputerGroup = GetObject("LDAP://" & objComputerGroupPath)

'Uncomment this, to receive debug information:
'msgbox("LDAP://" & objComputerGroupPath)

' Add computer to group, if not already member.
If (objComputerGroup.IsMember(objComputer.AdsPath) = False) Then
  objComputerGroup.Add(objComputer.AdsPath)
End If

	End Sub


</script><body style="background:#80BFFF"><table height="30%" width width= "30%" border="0" align="center"><tr><td align="center" colspan="2"><h2>Run Script From HTA</h2></td></tr><tr><td>
				Select Office from list:</td><td><select id="opt_script" name="opt_script" size="1"><option selected value="opt_Office_06">Office 06</option></select></td></tr><tr><td colspan="2"><input type="text" id="txt_parameter" name="txt_parameter" size='50'></td></tr><tr align="center"><td colspan="2"><button name="btn_run" id="btn_run" accessKey="R" onclick="vbs:Run_Script"><u>R</u>un Script</button></td></tr></table></body></head></html>

Applications do not install after Task sequence finishes

$
0
0

Hi all,

      I deployed a task sequence on a PC, and after it finishes, the image loads successfully, but the apps do not install.

I checked the smsts.log, and I see this..

Successfully finalized logs to SMS client log directory from C:\WINDOWS\CCM\Logs    OSDSetupHook    7/7/2015 2:25:39 PM    2348 (0x092C)
and when I check the smsts.log with date, it shows me the errors..

==============================[ OSDSetupHook.exe ]==============================    OSDSetupHook    7/7/2015 2:24:52 PM    2348 (0x092C)
Executing task sequence    OSDSetupHook    7/7/2015 2:24:53 PM    2348 (0x092C)
Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat".    OSDSetupHook    7/7/2015 2:24:53 PM    2348 (0x092C)
Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}    OSDSetupHook    7/7/2015 2:24:53 PM    2348 (0x092C)
Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}    OSDSetupHook    7/7/2015 2:24:53 PM    2348 (0x092C)
Debug shell is enabled    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Successfully enabled debug command shell support.    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Configuring local administrator account    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Re-assign all drive letters...    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
The drive information which has no drive letter can not be found. No need to re-assign driver letters.    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Installing SMS client    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Client already installed.    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Moving logs to SMS client directory    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Successfully moved logs to SMS client log directory: C:\WINDOWS\CCM\Logs\SMSTSLog    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Executing task sequence manager bootstrap    OSDSetupHook    7/7/2015 2:24:54 PM    2348 (0x092C)
Executing command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:3    OSDSetupHook    7/7/2015 2:24:55 PM    2348 (0x092C)
==============================[ TSMBootStrap.exe ]==============================    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Command line: "C:\WINDOWS\CCM\TSMBootstrap.exe" /env:Gina /configpath:C:\_SMSTaskSequence /bootcount:3    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Current OS version is 6.1.7601.1    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Logging successfully initialized.    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Resuming Task Sequence in Full OS    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
We are going in GINA and potentially need to set the authenticator    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
setting the authenticator    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Executing command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Register:WinPE    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
==========[ TsProgressUI started in process 2508 ]==========    TsProgressUI    7/7/2015 2:24:55 PM    2512 (0x09D0)
Command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Register:WinPE    TsProgressUI    7/7/2015 2:24:55 PM    2512 (0x09D0)
Registering COM classes    TsProgressUI    7/7/2015 2:24:55 PM    2512 (0x09D0)
sbModulePath = C:\WINDOWS\CCM\TsProgressUI.exe    TsProgressUI    7/7/2015 2:24:55 PM    2512 (0x09D0)
Unregistering class objects    TsProgressUI    7/7/2015 2:24:55 PM    2512 (0x09D0)
Shutdown complete.    TsProgressUI    7/7/2015 2:24:55 PM    2512 (0x09D0)
Process completed with exit code 0    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Successfully registered TS Progress UI.    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Found network adapter "Bluetooth Device (Personal Area Network)" with IP Address 0.0.0.0.    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Found network adapter "Intel(R) Centrino(R) Advanced-N 6205" with IP Address 0.0.0.0.    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Found network adapter "Intel(R) 82579LM Gigabit Network Connection" with IP Address 172.25.4.163.    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Starting Task Sequence Manager.    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
executing TS Manager not in full media    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
executing TS Manager in c:\windows\ccm    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Executing command line: "TsManager.exe"    TSMBootstrap    7/7/2015 2:24:55 PM    2440 (0x0988)
Successfully intialized Logging for TS Manager.    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Commandline: "TsManager.exe"    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
/service parameter found at index: -1    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
/standalone parameter found at index: -1    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
/noclient parameter found at index: -1    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Successfully registered Task Sequencing COM Interface.    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Executing as a standalone exe    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Initializing TS Environment    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Opening Task Sequencing Environment    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Deleting volume ID file C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca ...    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,228)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,228)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
pwszPath && *pwszPath, HRESULT=80070057 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,228)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Path variable OSDisk converted from 8DAAAB390000401F00000000: to C:    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
NOT executing in WinPE    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Compiling Config policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Compiling config policies...    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Compiling SysHealthConfig policy...    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Retrieving value from TSEnv for '_SMSTSSysHealthClientConfig'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
::DecompressBuffer(65536)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Decompression (zlib) succeeded: original size 685, uncompressed size 4652.    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Instance path = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Compiling SoftUpdConfig policy...    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Retrieving value from TSEnv for '_SMSTSSWUpdateClientConfig'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
::DecompressBuffer(65536)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Decompression (zlib) succeeded: original size 1925, uncompressed size 19242.    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Instance path = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Compiling SoftDistClientConfig policy...    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Retrieving value from TSEnv for '_SMSTSSoftDistClientConfig'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
::DecompressBuffer(65536)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Decompression (zlib) succeeded: original size 1322, uncompressed size 13740.    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Instance path = 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Compiling NAAConfig policy...    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Retrieving value from TSEnv for '_SMSTSNAAConfigPolicy'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
::DecompressBuffer(65536)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Decompression (zlib) succeeded: original size 1003, uncompressed size 6366.    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Instance path = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Instance path = 'CCM_NetworkAccessAccount.SiteSettingsKey="1"'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Compiling RebootSettingsConfig policy...    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Retrieving value from TSEnv for '_SMSTSRebootSettingsConfigPolicy'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
::DecompressBuffer(65536)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Decompression (zlib) succeeded: original size 430, uncompressed size 1556.    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Instance path = 'CCM_RebootSettings.SiteSettingsKey="1"'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Compiling AppManClientConfig policy...    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Retrieving value from TSEnv for '_SMSTSAppManClientConfigPolicy'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
::DecompressBuffer(65536)    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Decompression (zlib) succeeded: original size 983, uncompressed size 6358.    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Instance path = 'CCM_ApplicationManagementClientConfig.SiteSettingsKey="1"'    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Start to compile TS policy    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Failed to find property 'AutoApplyDeployment' in 'CCM_ApplicationManagementClientConfig' class defintion. Error 0x80041002. Default value will be used for this property    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Policy complied successfully in WMI 'root\ccm\policy\defaultmachine\requestedconfig' namespace    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
End TS policy compilation    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Get Install Directory for SMS Client    TSManager    7/7/2015 2:24:56 PM    2524 (0x09DC)
Updating settings in \\.\root\ccm\policy\machine\actualconfig    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
RequestedConfig policy instance(s) : 425    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D} successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D}") AND (PolicyState = "Active") AND (PolicyType = "Machine")   TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
There is no ccm_policy_policy instance, skipping addition to realinst map    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:Client:Default:{8864FB91-94EE-4F16-A144-0D82A232049D} successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
RequestedConfig policy instance(s) : 0    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:SH1 successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "SMS:SH1") AND (PolicyState = "Active") AND (PolicyType = "Machine")    TSManager   7/7/2015 2:24:57 PM    2524 (0x09DC)
There is no ccm_policy_policy instance, skipping addition to realinst map    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source SMS:SH1 successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
RequestedConfig policy instance(s) : 0    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmPortal successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmPortal") AND (PolicyState = "Active") AND (PolicyType = "Machine")    TSManager   7/7/2015 2:24:57 PM    2524 (0x09DC)
There is no ccm_policy_policy instance, skipping addition to realinst map    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmPortal successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
RequestedConfig policy instance(s) : 0    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source Local successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
RequestedConfig policy instance(s) : 9    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source Local successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
RequestedConfig policy instance(s) : 21    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Locked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmTaskSequence successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Namespace: \\.\ROOT\ccm\policy\machine\RequestedConfig, Query: SELECT PolicyID FROM CCM_Policy_Policy5 WHERE (PolicySource = "CcmTaskSequence") AND (PolicyState = "Active") AND (PolicyType = "Machine")    TSManager   7/7/2015 2:24:57 PM    2524 (0x09DC)
There is no ccm_policy_policy instance, skipping addition to realinst map    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Unlocked \\.\ROOT\ccm\policy\machine\RequestedConfig for source CcmTaskSequence successfully    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Total RequestedConfig policy instance(s) : 455    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
New/Changed ActualConfig policy instance(s) : 0    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Policy evaluation initiated    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Waiting for policy to be compiled in 'root\ccm\policy\machine' namespace     TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Query = 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"'     TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Verified policy for instance path 'CCM_SystemHealthClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Query = 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"'     TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Verified policy for instance path 'CCM_SoftwareUpdatesClientConfig.SiteSettingsKey="1"' compiled in 'root\ccm\policy\machine' namespace    TSManager    7/7/2015 2:24:57 PM    2524 (0x09DC)
Query = 'CCM_SoftwareDistributionClientConfig.SiteSettingsKey="1"'     TSManager    7/7/2015

Need help on this!!

USMT custom xml files

$
0
0
Kindly let me who to create USMT custom xml files for backup and restore user data again how to test xml files are working correctly or not I mean it is possible to check via mdt, ADk etc

UDI Custom tasksequence

$
0
0
Some one help me how to create custom UDI tasksequence secanrio is I have created mdt default tasksequence which creates MDT settings package and mdt tool kit files. I have created UDI file now questions is who to create custom UDI tasksequence means which stage or setps need to mention mdt tool kit package,mdt settings package, gather files, which need to supports for multiple languages

Different images deployed

$
0
0

Hey guys,

I was wondering what experiences you have with different image version.

For example, i made an image on 1-1-2014 and deployed about 400 computers with it.

In the meanwhile we continue building images with new drivers/packages attached to it.

In my situation (healthcare) it is impossible to just redeploy new images to the computers that have the old image deployed to it.

I distributed some core components with a script that asks for aproval to deploy some updates, when they accept it the computer will install some software components on the background while the client is showing a "Update screen"

How do you guys manage all the different image versions?

capture error

$
0
0

I'm trying to capture an image like I've done 100 times before but now getting this error trying to capture version 1511 windows 10.0.10586

I can manually access the target path via UNC name and or IP address and I have tried my usual account (which always worked) and my DA account.

any ideas?



SCCM 2012 R2 DP Issue - Content Library Issues - OSD Failing

$
0
0

We've deployed a number of distribution points all of which are working without issue. We have one remote site DP which however is failing all operating system deployments due to being unable to locate content. It's not a DP I personally configured but it appears to be configured as per other DPs.

Initial investigation indicated that content was missing due to DP group configuration, that's now rectified and all dependencies for OSD are present and correct.

The issue appears to be locating content from the library, however if we utilise the legacy approach and for each content item check the "Copy the content in this package to a package share on distribution points" then it will step through for each item we enable. Of course that shouldn't be necessary and will impact disk usage and hasn't been necessary to support other DPs.

From the log below and the steps it goes through to attempt access to content it appears to be an account issue. For content that has been distributed to the 'package share' it attempts each step until it finally finds it on the SMSPKGE$ share.

Any thoughts, advice and validation would be much appreciated. Many thanks

Driver path is C:\_SMSTaskSequence\drivers    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Applying driver package "PM3000BE".    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL'    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
ResolveSource flags: 0x00000000    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
SMSTSPersistContent: . The content for package PM3000BE will be persisted    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
DownloadOnDemand flag is true. Attempting to download content locally for Package PM3000BE.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Locations: Multicast = 0, HTTP = 1, SMB = 0.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Package Flags: 0x01000000    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Multicast is not enabled for the package.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Trying http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
GetDirectoryListing() entered    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Initializing HTTP transport.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Setting URL = http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
   Address=http://FQDN_SERVER, Scheme=http, Object=/SMS_DP_SMSPKG$/PM3000BE, Port=80.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Setting Authenticator.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Set authenticator in transport    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
WinHttp credentials set    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
CLibSMSMessageWinHttpTransport::Send: URL: FQDN_SERVER:80  PROPFIND /SMS_DP_SMSPKG$/PM3000BE    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
401 - Unsuccessful with anonymous access. Retrying with context credentials.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Using thread token for request    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
401 - Unsuccessful with context credentials. Retrying with supplied credentials.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
401 - Unsuccessful with supplied credentials.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
401 - Unsuccessful on all retries.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
SendResourceRequest() failed. 80190191    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516)    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516)    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Download() failed. 80190191.    OSDDriverClient    05/01/2016 10:28:21    772 (0x0304)
Trying http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
GetDirectoryListing() entered    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
Initializing HTTP transport.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
Setting URL = http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
   Address=http://FQDN_SERVER, Scheme=http, Object=/SMS_DP_SMSPKG$/PM3000BE, Port=80.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
Setting Authenticator.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
Set authenticator in transport    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
WinHttp credentials set    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
CLibSMSMessageWinHttpTransport::Send: URL: FQDN_SERVER:80  PROPFIND /SMS_DP_SMSPKG$/PM3000BE    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
401 - Unsuccessful with anonymous access. Retrying with context credentials.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
Using thread token for request    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
401 - Unsuccessful with context credentials. Retrying with supplied credentials.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
401 - Unsuccessful with supplied credentials.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
401 - Unsuccessful on all retries.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
SendResourceRequest() failed. 80190191    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516)    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516)    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
Download() failed. 80190191.    OSDDriverClient    05/01/2016 10:28:36    772 (0x0304)
Trying http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
GetDirectoryListing() entered    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
Initializing HTTP transport.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
Setting URL = http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
   Address=http://FQDN_SERVER, Scheme=http, Object=/SMS_DP_SMSPKG$/PM3000BE, Port=80.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
Setting Authenticator.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
Set authenticator in transport    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
WinHttp credentials set    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
CLibSMSMessageWinHttpTransport::Send: URL: FQDN_SERVER:80  PROPFIND /SMS_DP_SMSPKG$/PM3000BE    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
401 - Unsuccessful with anonymous access. Retrying with context credentials.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
Using thread token for request    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
401 - Unsuccessful with context credentials. Retrying with supplied credentials.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
401 - Unsuccessful with supplied credentials.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
401 - Unsuccessful on all retries.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
SendResourceRequest() failed. 80190191    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516)    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516)    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
Download() failed. 80190191.    OSDDriverClient    05/01/2016 10:28:51    772 (0x0304)
Trying http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
GetDirectoryListing() entered    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
Initializing HTTP transport.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
Setting URL = http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
   Address=http://FQDN_SERVER, Scheme=http, Object=/SMS_DP_SMSPKG$/PM3000BE, Port=80.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
Setting Authenticator.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
Set authenticator in transport    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
WinHttp credentials set    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
CLibSMSMessageWinHttpTransport::Send: URL: FQDN_SERVER:80  PROPFIND /SMS_DP_SMSPKG$/PM3000BE    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
401 - Unsuccessful with anonymous access. Retrying with context credentials.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
Using thread token for request    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
401 - Unsuccessful with context credentials. Retrying with supplied credentials.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
401 - Unsuccessful with supplied credentials.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
401 - Unsuccessful on all retries.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
SendResourceRequest() failed. 80190191    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516)    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516)    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
Download() failed. 80190191.    OSDDriverClient    05/01/2016 10:29:06    772 (0x0304)
Trying http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
GetDirectoryListing() entered    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
Initializing HTTP transport.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
Setting URL = http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
   Address=http://FQDN_SERVER, Scheme=http, Object=/SMS_DP_SMSPKG$/PM3000BE, Port=80.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
Setting Authenticator.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
Set authenticator in transport    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
WinHttp credentials set    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
CLibSMSMessageWinHttpTransport::Send: URL: FQDN_SERVER:80  PROPFIND /SMS_DP_SMSPKG$/PM3000BE    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
401 - Unsuccessful with anonymous access. Retrying with context credentials.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
Using thread token for request    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
401 - Unsuccessful with context credentials. Retrying with supplied credentials.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
401 - Unsuccessful with supplied credentials.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
401 - Unsuccessful on all retries.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
SendResourceRequest() failed. 80190191    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516)    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516)    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
Download() failed. 80190191.    OSDDriverClient    05/01/2016 10:29:21    772 (0x0304)
Trying http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
GetDirectoryListing() entered    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Initializing HTTP transport.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Setting URL = http://FQDN_SERVER/SMS_DP_SMSPKG$/PM3000BE.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
   Address=http://FQDN_SERVER, Scheme=http, Object=/SMS_DP_SMSPKG$/PM3000BE, Port=80.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Setting Authenticator.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Set authenticator in transport    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
WinHttp credentials set    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
CLibSMSMessageWinHttpTransport::Send: URL: FQDN_SERVER:80  PROPFIND /SMS_DP_SMSPKG$/PM3000BE    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
401 - Unsuccessful with anonymous access. Retrying with context credentials.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Using thread token for request    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
401 - Unsuccessful with context credentials. Retrying with supplied credentials.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
401 - Unsuccessful with supplied credentials.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
401 - Unsuccessful on all retries.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
SendResourceRequest() failed. 80190191    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
SendResourceRequest(), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\downloadcontent.cpp,516)    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80190191 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2516)    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Download() failed. 80190191.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
DownloadContentAndVerifyHash() failed. 80070002.    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
DownloadContentAndVerifyHash ( pszPackageID, L"SMSPackage", saHttpContentSources, saSMBContentSources, saMulticastContentSources, sDestination, dwFlags, L"", 0, dwPackageFlags, mapNetworkAccess ), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3052)   OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
DownloadContentLocally (pszSource, sSourceDirectory, dwFlags, hUserToken, mapNetworkAccess), HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3273)    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
TS::Utility::ResolveSource( pszPackageId, sSource ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\driverinstaller.cpp,472)    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Failed to determine the driver source location. Code 0x80070002    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
pDriverInstaller->InstallDriverPackage( sPackageId, pBootCriticalInfo ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\osddriverclient.cpp,380)    OSDDriverClient    05/01/2016 10:29:36   772 (0x0304)
Failed to provision driver. Code 0x80070002    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Exiting with return code 0x80070002    OSDDriverClient    05/01/2016 10:29:36    772 (0x0304)
Process completed with exit code 2147942402    TSManager    05/01/2016 10:29:36    1812 (0x0714)
!--------------------------------------------------------------------------------------------!    TSManager    05/01/2016 10:29:36    1812 (0x0714)
Failed to run the action: DRV012 - HP ProBook 650 G1 - Win81 x64.
The system cannot find the file specified. (Error: 80070002; Source: Windows)    TSManager    05/01/2016 10:29:36    1812 (0x0714)

Office 2013 Not installing during OSD, but log shows it did

$
0
0

We have had an ongoing issue with Office 2013 (this is the only application I have noted this is an issue with) not installing during OSD. What is odd is the SMSTS Log shows that it did in fact install:

Successfully completed the action (Install Office) with the exit win32 code 0

However, on the newly imaged machines there is no record of it in the ccmcache or program files folders. This issue never occurs when deployed to a machine after imaging, just during OSD. The only atypical part of the office deployment is that we have updates in the Updates folder in the Office 2013 media.

Any ideas?


Windows 10 - Wrong OS Version for captured image

$
0
0

Hi there experts

Today i noticed some strange Information in the ConfigMgr Console. I've got a Build and Capture Task-Sequence, which creates a Reference Image for Windows 10 Enterprise x64.

When i Import the generated WIM File into ConfigMgr the following OS Version is shown in the Operating System Images Node.

From my Point of view the Version should be something like "10.0..." and not "6.2..." which would be Windows 8???

Deployment works without any problems, just noticed this. Anyone around seen the same issue?

Environment: ConfigMgr 2012 R2 SP1 CU1


Best regards, Simon



Windows Embedded std 7 SP1 - EWF/Client installation issue

$
0
0

We've configured a reference machine with Windows Embedded Standard 7 SP1 from the DVD, after completing the installation of the reference machine a sysprep is done (sysprep /generelize /shutdown). EWF is disabled and no ConfigMgr client is installed before the sysprep!

Next the image is captured with ConfigMgr, so it can be used in a Build & Capture or Deploy Task Sequence.

The deployment of the captured image works just fine - the Task Sequence proceeds as it should just until the 'Setup Windows and ConfigMgr'-step. The client installation failes and ccmsetup.log shows:

The Task Sequence stops, because there's no communication possible with the Managemt Point. First thing checked when logged in on the client: 'ewfmgr', and sure... DISABLED...

In order to solve the mistery, we've also tried to capture the reference machine with media. Same result.

So, why is the ccmsetup detecting an enabled EWF? I'm out of possible solutions and guesses. I'm sure the EWF is disabled pre capture, and I'm sure the EWF is disabled post deployment. Which means the EWF is enabled somewhere in the initialization fase of the OS.

Windows 10 capture as v6.2 when on SCCM 2012 1511

$
0
0

Upgraded to CU1, with patch for windows 10 servicing issues but this update never fixed the issue of capturing to v6.2. Upgraded to CU2 and v6.2 issue was still a problem. Now on 1511 and still the same issue. I would like to be able to capture windows 10 correctly to Schedule updates. Anyone any ideas on how to sort this?


help with smsts.log Unknown error (Error: 80072EE2; Source: Unknown)

i have created offline language pack windows 8.1 x64 bit using .cab file

$
0
0

Hi All, i have created offline language pack windows 8.1 x64 bit using .cab file now and created below answer file. now question kindly evaluate task sequence steps i am not using UDI but i am using MDT tool kit and gather task sequence (i am not sure it is required or not) please check task sequence it is not working my assumption is some fine tuning is required please help me

answer file or unattended file

InputLocale>%OSDInputLocale%</InputLocale><SystemLocale>%OSDSystemLocale%</SystemLocale><UILanguage>%OSDUILanguage%</UILanguage><UILanguageFallback>%OSDUILanguageFallback%</UILanguageFallback><UserLocale>%OSDUserLocale%</UserLocale>

task sequence:

CM 2012 R2 CU3 OSD - Client Installation fails during dotnet client installtion

$
0
0

Dear Experts,

We have CM 2012 R2 CU3 in our env and deploying Server 2008 R2 SP1 using the Install.WIM file extracted from the fresh ISO. OS deployed successfully, joined domain, but the client installation fails while installing dotnetfx40_client profile. Below is the snip from the CCMSetup.log.


Thanks and Regards, Narayana Babu

Run PowerShell Step Failures

$
0
0

I have a "Run PowerShell Script" Step in an OSD Task Sequence.

This script copies some files to a location and then runs an executable.

If I use ROBOCOPY to copy the files, i get an exit code 1 (files copied ok) and the executable fired, does what it needs to and quits happily.

If I use XCOPY (external call) or Copy-Item (PS Cmdlet) - the files still copy and land in the correct place, exit with code 0, but the executable doesn't fire up and doesn't do what it is meant to.

Any ideas?

Example code (Not working:)

if (!(Test-Path "C:\Installs\sx1install")){New-Item -ItemType Directory -Path "C:\Installs\sx1install" -Force}
Copy-Item . C:\Installs\sx1install -Recurse -Force
.\setup.exe /s /f1"c:\installs\sx1install\setup.iss"
Working:
robocopy .\ C:\Installs\sx1install /E /R:0 /W:0
.\setup.exe /s /f1"c:\installs\sx1install\setup.iss"
In both cases, C:\Installs\sx1install folder creates, gets fully populated with all required files and folders (including subfolders etc), but the setup.exe doesn't work on the first example.

What is it about robocopy that makes this work/not work?

The non-working script works perfectly once in windows by doing a set-location to the location of the script package and then executing.

We need to try and find a way to get this to execute and return 0 as a return code 1 bombs out the task sequence. We need to stop the TS if the executable returns 1 as this is a critical part of our builds, so just setting success codes to 1 or continue or error are not a choice.

SCCM 2012 R2 CU3 // MDT 2012 // Deploying 8.1 Pro via MDT OSD TS


Anyone Successfully Re-image a Mac-book Pro with SCCM?

$
0
0

Hey everyone,  Need some help with trying to reimage a MacBook Pro with Windows.  I keep Getting a 8007000D error, I have Diskparted the HD, cleaned it recreated, no luck.  It just wont take the image. Keeps bombing on the OSDDISK part, but the crazy thing is in the Task sequence I don't have ANY partitioning  Jobs assigned.

==============================[ OSDDiskPart.exe ]==============================OSDDiskPart12/17/2015 7:49:36 AM1176 (0x0498)
Command line: "osddiskpart.exe" /quiet OSDDiskPart12/17/2015 7:49:36 AM1176 (0x0498)
Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL'OSDDiskPart12/17/2015 7:49:36 AM1176 (0x0498)
1 == ::swscanf(sSize.c_str(), L"%I64u", &rcbDisk), HRESULT=8007000d (e:\qfe\nts\sms\framework\tscore\diskutils.cpp,1366)OSDDiskPart12/17/2015 7:49:37 AM1176 (0x0498)
Error invalid disk size OSDDiskPart12/17/2015 7:49:37 AM1176 (0x0498)
CDisk::GetDiskSize(oDisk.getIndex(), cbDiskSize), HRESULT=8007000d (e:\nts_sccm_release\sms\client\osdeployment\osddiskpart\main.cpp,717)OSDDiskPart12/17/2015 7:49:37 AM1176 (0x0498)
LoadDiskConfiguration(oDisk), HRESULT=8007000d (e:\nts_sccm_release\sms\client\osdeployment\osddiskpart\main.cpp,1229)OSDDiskPart12/17/2015 7:49:37 AM1176 (0x0498)
Invalid configuration specified.  Please ensure that the task sequence is properly configured.OSDDiskPart12/17/2015 7:49:37 AM1176 (0x0498)
OSDDiskPart.exe failed: 0x8007000dOSDDiskPart12/17/2015 7:49:37 AM1176 (0x0498)
Process completed with exit code 2147942413 TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
uRet, HRESULT=8007000d (e:\qfe\nts\sms\framework\tscore\bootimage.cpp,1265)TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
Unable to create temporary partition to stage boot imageTSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
BootImage::CreateTemporaryVolume( iSystemDisk, iNewPartition, sNewVolume), HRESULT=8007000d (e:\qfe\nts\sms\framework\tscore\bootimage.cpp,507)TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
ValidateSystemPartition(), HRESULT=8007000d (e:\qfe\nts\sms\framework\tscore\bootimage.cpp,978)TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
Failed to prepare the system partition for staging. 
The data is invalid. (Error: 8007000D; Source: Windows)TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
BootImage::PrepareForStaging(sLocalDataPath), HRESULT=8007000d (e:\qfe\nts\sms\framework\tscore\bootimage.cpp,724)TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
TS::Boot::BootImage::StageBootImage( pAssociatedWinPE->GetPackageID(), TsBootProgress, pv, hCancelEvent), HRESULT=8007000d (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2136)TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
Failed to stage WinPE. Code(0x8007000D)TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
Command line for extension .exe is "%1" %*TSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
Set command line: "X:\sms\bin\x64\TsProgressUI.exe" /UnregisterTSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)
Executing command line: "X:\sms\bin\x64\TsProgressUI.exe" /UnregisterTSMBootstrap12/17/2015 7:49:37 AM1132 (0x046C)

Viewing all 9126 articles
Browse latest View live


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