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

OS WIM file downloads during Setup Windows and ConfigMgr

$
0
0

Let me start by saying, this is not the same issue as this post ;-)

http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/58610c01-97b9-476e-9a22-fc0e31033de5

I decided to test the option in 2012 for "Apply Operating System" that allows you to run from DP (Windows 8 image).  The overall Task Sequence is set to download and execute so wanted to test how much time it would save to run the Apply OS phase from the DP.  Well it didn't save any time as the step "Setup Windows and ConfigMgr" downloaded the WIM file prior to downloading the SCCM Client install files.

I double checked the source paths for my Client Package and my OS package and they do not contain one others code in them so unlike the post above its not a package source issue.

Has anyone else tried using the check box for run from DP only for apply OS?  Curious if this behavior happens even without the check box and it just goes right past it and download the client files since the WIM already exists from the Apply OS phase..

When the build completes I'll start digging through log files to see if there are any clues..

Thoughts?

Thanks,
William



Exchange configuration in SCCM 2012

$
0
0

Hi All,

I was configuring Exchange server connectors on SCCM 2012 SP1 & our organization is using office 365 as exchange so, how do we configure this.

There are options for on premise exchange server & hosted exchange server where should i put this.

Thanks,

Pranay.

OSD TS booting to base image

$
0
0

I have recently done a new customized win7 build, captured using capture media. (This is my first capture)

I am not using MDT

When I run my TS, it boots directly to the base image after applying drivers.

Below is the relevant portion of the TS

applying 2 - 2

 

I use this identical TS with a wim that was captured by the previous admin for SCCM 2007 and it deploys fine, but has outdated software in it so I am recapturing for our new environment.

If I specify to continue on error for all the steps around that phase of task sequence, I get the same results.

I cant seem to find anything in SMSTS.log to point me in the right direction, but am very new to SCCM and dont really know what to look for as SMSTS.log doesnt seem to have all of the info from the beginning of TS.

How to enable Dell TPM with task sequence SCCM 2012

$
0
0

I have followed just about every how to I can find to enable and activate the Dell TPM using CCTK. The problem is that it fails every time, whether installing the WinPE HAPI drivers or setting the BIOS password. From everything that I have seen, my run commands are correct. This leads me to believe that my package has files missing/I am not pointing to the right file in the package?

I created two subfolders within my CCTK package, the x86 and x86_64. However, nothing I have read tells me where to place/what to do with the CCTK configuration file I exported.

Any help would be fantastic!

Network Access Account issues..

$
0
0

Help!!!!,

 I have been trying for 2 days to get this working again and having no luck... So to give all the steps Ive taken thus far.

Upgraded to SCCM 2012 R2

Uninstalled ADK 8.0 and installed 8.1

Installed MDT 13

Patched Primary and Clients hotfix (KB2905002)

After hoping the hotfix would correct my issues with the upgrade Im still dealing with what seems to be related to NAA. I have seen this issue in the forums and tried to resolve using the create new, delete and select old naa account with no luck.

DownloadFile() failed for http:\\site server /SMS_DP_SMSPKG$/NTE000F3/sccm?/Scripts/DeployWiz_ProductKeyVista.vbs, C:\_SMSTaskSequence\Packages\NTE000F3\Scripts/DeployWiz_ProductKeyVista.vbs.80072ee2.

Does anyone have any ideas??? Thank you in advance!

What does MDT provide to SCCM?

$
0
0

By this question, you'll probably see that I'm very green to SCCM.  I've been using MDT for many years, but my company just recently made the jump from Altiris to SCCM for endpoint management.  Anyway...

So I see that SCCM and MDT somehow work together, but I'm not sure how.  It seems that SCCM has its own OSD toolkit.  What benefit do I get by installing MDT on top of SCCM?  I've looked around for this answer, but have not found any obvious answers.

Boot images reappear after restarting WDS

$
0
0

Hi,

Need to understand why boot images reappear in Remoteinstall\smsimages if we restart WDS.

Even if Boot images are removed from console .


Regards, Shishir Kushawaha "If this thread answered your question, please click on "Mark as Answer"

Not able to push batch script for installing IIS all features using SCCM 2012 task sequence

$
0
0

Hey Guys, I am working for this from a long time but not able to make it work, I am using following batch script for installing IIS  using SCCM 2012 task sequence:

Dism.exe /online /Enable-Feature /FeatureName:IIS-WebServerRole /FeatureName:IIS-WebServerRole /FeatureName:IIS-WebServer /FeatureName:IIS-ApplicationDevelopment /FeatureName:IIS-Security /FeatureName:IIS RequestFiltering /FeatureName:IIS-NetFxExtensibility /FeatureName:WAS-WindowsActivationService /FeatureName:WAS-ProcessModel /FeatureName:WAS-NetFxEnvironment /FeatureName:WAS-ConfigurationAPI /FeatureName:NetFx3 /FeatureName:WCF-HTTP-Activation /FeatureName:WCF-NonHTTP-Activation /FeatureName:IIS-WebServerManagementTools /FeatureName:IIS-ManagementConsole /FeatureName:IIS-ManagementScriptingTools  /FeatureName:IISIIS6ManagementCompatibility /FeatureName:IIS-ManagementService /FeatureName:IIS-Metabase /FeatureName:IIS-WMICompatibility

When I run this script as admin by right click on it and select "run as a administrator" the script works fine but when I pushed the script as a software package or a step in OSD task sequence, nothing happens. I also triedrun command line option but no luck. Please help me with this.

Thanks,

VST


MoveComputerObject in task sequence via task sequence (PowerShell)

$
0
0

Hi,

I'd like to move an computer object in a task sequence via PowerShell.
I have a PowerShell Script to do this:

$target = Get-ADOrganizationalUnit -LDAPFilter "(name=TargetOU)"
get-adcomputer mycomputer| Move-ADObject -TargetPath $target.DistinguishedName

Please advise howto integrate this in SCCM 2012 R2 task sequence (and where).
I'm not sure if the object is already there it will throw an error ...?

Please advise.

J.


Jan Hoedt

Update: there is this thread but where would you implement the step (and any special settings for enabling powershell (set-executionpoliy)?

http://social.technet.microsoft.com/Forums/systemcenter/en-US/c42606b3-a3e2-4524-a325-407c0551f8b1/moving-computer-from-ous-during-task-sequence-with-powershell?forum=configmgrosd


RAID controller or SATA controller

$
0
0
someone help me on injecting drivers like RAID controller or SATA controller if workstation having RAID controller what is process of injecting drivers into SCCM if any anything needs to be added into boot image?

sccmghost@hotmail.com

OSD task sequence fails to install application on workgroup computers

$
0
0

Environment:
Windows Server 2008 R2 Standard, SP1
SCCM 2012 R2
Issue:
OSD TS fails to install applications from local DP on Windows 8.1 x86 workgroup computers. Same applications install fine from OSD/TS on domain computers. A standard push installs fine when deployed outside of OSD/TS to workgroup, or domain computer.

- “SMSMP=managementpoint.domain.com” is included in ‘Setup Windows and ConfigMgr’ installation poperties
- “Allow clients to connect anonymously” enable on DP system role, HTTP client communication
- Network Access Account is configured and authentication is confirmed
- Have confirmed no overlapping boundaries
- IIS anonomys and Windows authentication is enabled for SMS_DP_SMSPKG$, anon authentication creds set to "Specific user: IUSR"

After OSD deployment to workgroup computer completes -

AppEnforce.log is missing

smsts.log
App install failed.
Setting TSEnv variable '_TSAppInstallStatus'='Error'
Setting TSEnv variable 'SMSTSInstallApplicationJobID__ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/Application_486d99ca-817a-4600-889e-50f8e4f91592'=''
Completed installation job.
Step 3 out of 3 complete
Install application action failed: 'Microsoft_Office_Professional_2013_v15.0.4420.1017_CA-copy'. Error Code 0x80004005

CITaskMgr.log
State transition to (Failure), Error(0x87d00222) : CITask(ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/DeploymentType_f7f47522-3654-43b0-95ef-55198d957bdf.8..Install.ContentDownload)
Initiating task ContentDownload for CI ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/DeploymentType_5982c24d-07f4-4121-8aa4-4f65a8b7aeb6.15 (Microsoft_Office_Professional_2013_v15.0.4420.1017_CA_x86_P_PW) for target: , consumer: {634F5894-5AB1-4D48-83F7-603E94FE1F3F}
Initiating content download : CITask(ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/DeploymentType_5982c24d-07f4-4121-8aa4-4f65a8b7aeb6.15..Install.ContentDownload)
State transition to (InProgress), Param(0) : CITask(ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/DeploymentType_5982c24d-07f4-4121-8aa4-4f65a8b7aeb6.15..Install.ContentDownload)
State transition to (InProgress), Param(0) : CTaskConsumer(ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/DeploymentType_5982c24d-07f4-4121-8aa4-4f65a8b7aeb6.15.{CC8A099F-8EC4-4484-9191-53FFC1775D18})
Successfully initiated contents download request {5237AC77-651A-4723-AF91-78A1C0497DBD} : CITask(ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/DeploymentType_5982c24d-07f4-4121-8aa4-4f65a8b7aeb6.15..Install.ContentDownload)
Release task ContentDownload for CI ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/DeploymentType_5982c24d-07f4-4121-8aa4-4f65a8b7aeb6.15 for target: , consumer {634F5894-5AB1-4D48-83F7-603E94FE1F3F}
Release task ContentDownload for CI ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/Application_486d99ca-817a-4600-889e-50f8e4f91592.22 for target: , consumer {502180D3-CA3B-4657-AD32-D43F952A6576}
Release task ContentDownload for CI ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/RequiredApplication_486d99ca-817a-4600-889e-50f8e4f91592.22 for target: , consumer {1A485BC4-DD0C-4659-B034-8D7F9B436B3A}
State transition to (Failure), Error(0x87d00222) : CITask(ScopeId_93E0532F-C5CA-4078-AE13-2BF543602863/DeploymentType_5982c24d-07f4-4121-8aa4-4f65a8b7aeb6.15..Install.ContentDownload)

ContentTransferManager.log
CTM job {1964A4E6-DC01-4A04-983D-AAFD5FB2CA5E} (corresponding DTS job {901A1D57-D363-45FE-A4F4-8509F5556D53}) started download from 'http://HOUMGMT49.APACHECORP.COM/SMS_DP_SMSPKG$/Content_ed232f49-224b-48cc-9c01-0ff31bae851e.1' for full content download.
CTM job {1964A4E6-DC01-4A04-983D-AAFD5FB2CA5E} entered phase CCM_DOWNLOADSTATUS_DOWNLOADING_DATA
CTM job {1964A4E6-DC01-4A04-983D-AAFD5FB2CA5E} entered phase CCM_DOWNLOADSTATUS_DOWNLOADING_DATA
CTM job {1964A4E6-DC01-4A04-983D-AAFD5FB2CA5E} entered phase CCM_DOWNLOADSTATUS_DOWNLOADING_DATA
CTM job {1964A4E6-DC01-4A04-983D-AAFD5FB2CA5E} entered phase CCM_DOWNLOADSTATUS_DOWNLOADING_DATA
CTM encountered error processing reply from DTS. Code 0x87d00215
Cancelled CTM job {1964A4E6-DC01-4A04-983D-AAFD5FB2CA5E}

Two workarounds below (Not acceptable solutions)

*I can add a pause script after Setup Windows and ConfigMgr sequence, wait 5-10 minutes and the applications will install. I assume this is because the CM client has time to fully provision.
* I can add the anon ‘IUSR’ account to the local administrators group on the DP and all applications install (without the pause script mentioned above). I can reproduce the issue repeatedly by removing and adding the anon account.

Any help with this would be greatly appreciated…

Also, I come from a CM 2007 background and somewhat new to CM 2012. Should WebDAV and/or URL Authorization be installed and configured on the DP? According to MS tech support “No”. However, I’ve seen several SCCM 2012 guides on the web that say it should be installed.

Regards
David K. Harrison

SCCM 2012 R2: configuration manager client package settings

$
0
0

Please advise on settings client configuration manager.
Default it is blank. Since we have multiple sccm-servers and I didn't publish the servers in AD, I probably need to explicitely tell the clients where to be.
Is this correct practice?


Jan Hoedt

Right folder configuration for image folder

$
0
0

Hello.

I am working on a server lab and i have to servers in my network a DC and an app server and they are both Windows Server 2012 R2 DataCenter.on the DC i have DNS, AD DC and so on. and on my app server i have SQL server 2012 enterprise and SCCM 2012 R2.

I have setup my router to alow TFTP and my client PC finds the router, the server and the boot image but it can't find the install image that i have in my shared folder (\\app-server\system_center$\OS\Client\Windows_7\x64\sources\install.wim). Everytime i try the PC just reboots after trying to start the network connection in Win PE.

Can some one help me out whit this?

D: drive issue driving me to madness

$
0
0

I typically use MDT Lite Touch to build and capture so this is really the first time I am running up against this..

Trying to use SCCM 2012 R2 with MDT 2013 to build and capture and subsequently deploy a Windows 7 x86 Enterprise image.  I am aware of the issue with Windows 7 being defaulted to the D: drive on the install.wim as well as the OSDPreserveDriveLetter variable.  The only way I have successfully got Windows 7 to come up on the C: drive is by not assigning a driver letter to the BDE partition during deployment, however this results in a client install failure during the task sequence.

The things I have tried:

Build and Capture: Setting the OSDPreserveDriveLetter to False, and allowing it create the BDE partition prior to applying the Install.wim.

Deployment:  Setting OSDPreserveDriveLetter to False, creating both BDE and OS partition, assigning drive letter to both.

Result: D:\

-----

Build and Capture: Setting the OSDPreserveDriveLetter to False, and NOT creating the BDE partition prior to applying the Install.wim.

Deployment:  Setting OSDPreserveDriveLetter to False, creating both BDE and OS partition, assigning driver letter to both.

Result: D:\

-----

Build and Capture: Setting the OSDPreserveDriveLetter to False, and NOT creating the BDE partition prior to applying the Install.wim.

Deployment:  Setting OSDPreserveDriveLetter to False, creating both BDE and OS partition, Only assigning drive letter to OS partition.

Result: C:\ but ccmsetup fails during deployment.

-----

Build and Capture: Setting the OSDPreserveDriveLetter to False, and NOT creating the BDE partition prior to applying the Install.wim.

Deployment:  Setting OSDPreserveDriveLetter to Blank (per the MDT 2013 release notes), creating both BDE and OS partition, assigning driver letter to both.

Result: D:\

-----

Build and Capture: Setting the OSDPreserveDriveLetter to False, and NOT creating the BDE partition prior to applying the Install.wim.

Deployment:  Setting OSDPreserveDriveLetter to False, adding "whack.wsf" ( with some needed modification to allow it to run,http://keithga.wordpress.com/2013/09/17/osdpreservedriveletter/) after applying image, creating both BDE and OS partition, assigning driver letter to both.

Result: C:\, but ccmsetup fails during deployment.

-----

Everything I read says by simply capturing with OSDPreserveDriveLetter to False should be sufficient for enabling C: as the partition during deployment, regardless if you specify the variable again or not.

Can anyone shed some light on what I may be missing here?

Thanks!

Window 7 OS deployment

$
0
0
I would like to deploy window 7 OS via SCCM (OSD) to remote site. I have primary site (around 200 PC) and more of remote site (20 sites which only have 5 - 6 PC) which using 2M WAN link to connect primary site. What is best solution to deploy window 7 under this environment. Pls advice.

All off a sudden I get waiting for job status notification on a package that has worked for years

$
0
0

Does anyone else have this problem, the package in question is Adobe CS 5.5, this package as worked for years all of a sudden the OSD, gives waiting for job status notification and hangs forever on the installation of Adobe CS 5.5

If I run the batch file manually that I am using in the SCCM package for Adobe CS 5.5 it works perfectly, but when part of an OSD I now get waiting for job status notification.

Any advice would be great.

Winxp - Image Capture Manual

$
0
0

We have SCCM 2012  running in Windows 2008 Server R2

I prepared a WinXP machine where standard  application are installed

Step that i did

a. Create a Image Capture Wizard 

b. Burn to CD ROM

c. Downlaod the http://www.microsoft.com/en-us/download/details.aspx?id=11282  (deploy.cab) and extracted to c:\sysprep folder

d. Copy the sysprep content to c:\sysprep folder and at same time I copied also in the c:\windows\system32 folder

e. I run the image capture and give me the error bellow

Error:

Image Capture Wizard has failed with error code (0×80004005)

Running sysprep  

Please advise , why I can't capture the windows XP machine


Robert

someone help me on this scenario we have added few drivers to production boot image x64

$
0
0

someone help me on this scenario we have added few drivers to production  boot image x64 for e.g  new NIC & hard disk drivers added for testing purpose & copied into required DP for testing (actual test machines are located at site) now question is once we added drivers into boot image it may have some chances to existing boot image will non functional? until update modified boot image into DP existing one will work?


sccmghost@hotmail.com

Step by Step Procedure on How to Add a Language Pack to Office 2010 Before Deployment

$
0
0

I'm curious to know if there exists a Microsoft approved method of adding a language pack to Office 2010 prior to packaging for Configuration Manager 2010?  I have source Office 2010 Standard files, I have source French language pack files, I have a .msp file and a .prf file and if possible I'd like to add them together before I create a package/application in Configuration Manager 2012 R2.  I found this.

Has anyone done this before?  Am I going about this the wrong way?

SCCM 2012 R2: PXE on different server, which WIM to use?

$
0
0

Hi,

We have SCCM 2012 R2, however the PXE is a different (existing) server from which we deploy os-es already.
We'd like to deploy also SCCM 2012 R2 images by importing the WIM to this PXE-server (which is not the SCCM 2012 R2-server).

This are the boot images, correct? If so, any special recommandations to do this import?

J.


Jan Hoedt

Viewing all 9126 articles
Browse latest View live


Latest Images

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