Browse by Tags
Adding a hotfix to the Setup Windows and Configmgr step in a task sequence
Step 1. Download the Hotfix In this example we'll be applying the following hotfix, KB2509007 (Task sequence that installs many updates stops responding on a System) and as always we need to get the hotfix from Microsoft here . The following files are available, make sure to select the right one for your environment. SCCM 2007 SMS International Client Pack 2 x86 sp2 SCCM_2007_SP2_KB2509007_ICP2...
Build and Capture Windows 7 sample task sequence adding windows updates by specifying the SLP
During Build and Capture you'll most likely want to have the latest Windows Updates in your Capture Image and as part of the Build and Capture process , your computer will be in a Workgroup . This presents some challenges in that the client won't know where to go for windows updates etc, but we can help it find those updates with a Server Locator Point by Installing that role on our SCCM server...
How can I copy files from a package ? not as straightforward as you think
Let's say you want to copy some files from a package to your target computer In the following Task Sequence, copying files from packages - access.xml we reference a package (called copy_files ) which contains some blank files and folders We have two groups in this simple task sequence, the first group copies all files from a package to a directory on your target computer (the computer that you...
while editing a task sequence you receive an error "Unable to Store Task Sequence"
I had this problem today so thought i'd blog about it, as it's so annoying. Imagine you are editing your masterpiece and you make a change to the task sequence and click apply. The ConfigMgr console reports back an error similar to this: Error: The task sequence can not be created. Please see following error information or log file to resolve the issue. - An error occurred when storing the...