<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Task Sequence on System Management</title>
    <link>https://systemmanagement.ro/tags/task-sequence/</link>
    <description>Recent content in Task Sequence on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 21 May 2018 12:22:10 +0300</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/tags/task-sequence/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Find OS Architecture using Win32_OperatingSystem class</title>
      <link>https://systemmanagement.ro/find-os-architecture-using-win32_operatingsystem-class/</link>
      <pubDate>Fri, 19 Oct 2012 17:45:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/find-os-architecture-using-win32_operatingsystem-class/</guid>
      <description>WMI queries to find 64 and 32 bit computers: SELECT * FROM Win32_OperatingSystem
WHERE OSArchitecture = “64-bit” SELECT * FROM Win32_OperatingSystem WHERE OSArchitecture
= “32-bit”</description>
    </item>
    <item>
      <title>Install software using Task Sequence</title>
      <link>https://systemmanagement.ro/install-software-using-task-sequence/</link>
      <pubDate>Fri, 20 Nov 2009 15:25:42 +0200</pubDate>
      <guid>https://systemmanagement.ro/install-software-using-task-sequence/</guid>
      <description>Besides using Software Distribution to install software, you can do this using a Task Sequence too. This can be done during and Operating System Deployment process or not. Usually, I install software during an OSD. For this, you must have a package for that software product (of course) and at least one program that runs…</description>
    </item>
    <item>
      <title>During OSD, format first partition only</title>
      <link>https://systemmanagement.ro/during-osd-format-first-partition-only/</link>
      <pubDate>Thu, 13 Aug 2009 10:46:01 +0300</pubDate>
      <guid>https://systemmanagement.ro/during-osd-format-first-partition-only/</guid>
      <description>Our helpdesk asked me to make a task sequence that can be used on computers with more than one partition. In this case, I had to make sure that the operating system will install only on first partition and will not touch the data on other partitions. To achieve this, I copied another TS and…</description>
    </item>
    <item>
      <title>Deploy ePolicy Orchestrator (ePO) agent</title>
      <link>https://systemmanagement.ro/deploy-epolicy-orchestrator-epo-agent/</link>
      <pubDate>Thu, 14 May 2009 18:38:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/deploy-epolicy-orchestrator-epo-agent/</guid>
      <description>Having to create a package with McAfee ePO agent, I wanted to make it available to task sequence too so it can be installed during the operating system setup. For this, I had to make it install unattended or silent not requiring any user input. As I have never worked with McAfee, first, I did…</description>
    </item>
    <item>
      <title>Failed to Run Task Sequence – 0x80072EE7</title>
      <link>https://systemmanagement.ro/failed-to-run-task-sequence-0x80072ee7/</link>
      <pubDate>Thu, 26 Mar 2009 23:28:18 +0200</pubDate>
      <guid>https://systemmanagement.ro/failed-to-run-task-sequence-0x80072ee7/</guid>
      <description>If you receive the following error: “An error occurred while retrieving
policy for this computer (0x80072EE7)” when Task Sequence Wizard starts, this can
happen if you have DHCP or DNS problems. You should check if you can contact the
DHCP server in order to get an IP address or you can configure a static IP…</description>
    </item>
    <item>
      <title>Failed to Run Task Sequence</title>
      <link>https://systemmanagement.ro/failed-to-run-task-sequence/</link>
      <pubDate>Thu, 26 Mar 2009 23:18:44 +0200</pubDate>
      <guid>https://systemmanagement.ro/failed-to-run-task-sequence/</guid>
      <description>I just spent half an hour trying to understand why my task sequence cannot
find the files on a distribution point; although the TS runs normally, I see all
available TSs and I can choose the one I need. Then I found why: I missed something
I never missed before and that must not be…</description>
    </item>
    <item>
      <title>Troubleshooting Task Sequences in SCCM</title>
      <link>https://systemmanagement.ro/troubleshooting-task-sequences-in-sccm/</link>
      <pubDate>Tue, 03 Mar 2009 10:12:21 +0200</pubDate>
      <guid>https://systemmanagement.ro/troubleshooting-task-sequences-in-sccm/</guid>
      <description>I don’t do this usually, but this time this is really interesting. I want to recommend a very good blog post written by Kenneth Van Surksum about troubleshooting Task Sequences in Configuration Manager. Find it here &lt;a href=&#34;http://www.techlog.org/archive/2009/03/01/troubleshooting_task_sequences&#34;&gt;http://www.techlog.org/archive/2009/03/01/troubleshooting_task_sequences&lt;/a&gt;. He talks about the smsts.log file, where to find it during installation and what tool you can use…</description>
    </item>
    <item>
      <title>Setup Windows and ConfigMgr – 0x80004005</title>
      <link>https://systemmanagement.ro/setup-windows-and-configmgr-0x80004005/</link>
      <pubDate>Wed, 11 Feb 2009 17:43:33 +0200</pubDate>
      <guid>https://systemmanagement.ro/setup-windows-and-configmgr-0x80004005/</guid>
      <description>Suppose you have created a task sequence, advertised it and booted from
task sequence media or however you want; if you receive the following error: “Task
Sequence: &lt;TS name&gt; has failed with the error code (0x80004005). For more information,
please contact your system administrator or helpdesk operator.” at Setup Windows
and ConfigMgr step you might…</description>
    </item>
    <item>
      <title>“The hash value is not correct”</title>
      <link>https://systemmanagement.ro/the-hash-value-is-not-correct/</link>
      <pubDate>Wed, 31 Dec 2008 10:37:16 +0200</pubDate>
      <guid>https://systemmanagement.ro/the-hash-value-is-not-correct/</guid>
      <description>Here is another error related to Task Sequence and MDT 2008. After creating and advertising a task sequence, most probably you will run it :). Make sure you have the latest version of your packages on the distribution point, otherwise you will receive an error while running the task sequence. This will be something like…</description>
    </item>
    <item>
      <title>“The ConfigMgr Provider reported an error”</title>
      <link>https://systemmanagement.ro/the-configmgr-provider-reported-an-error/</link>
      <pubDate>Wed, 31 Dec 2008 10:36:43 +0200</pubDate>
      <guid>https://systemmanagement.ro/the-configmgr-provider-reported-an-error/</guid>
      <description>Today I came across an interesting problem in ConfigMgr while creating a Windows Vista image of reference computer. And again, ConfigMgr 2007 displays the error with not much intuitive help. I’m using Microsoft Deployment Toolkit 2008 with ConfigMgr 2007 when I need to deploy an operating system. At the end of the imported Task Sequence,…</description>
    </item>
    <item>
      <title>How to format Hard Disk and apply the operating system on a specific partition</title>
      <link>https://systemmanagement.ro/how-to-format-hard-disk-and-apply-the-operating-system-on-a-specific-partition/</link>
      <pubDate>Fri, 14 Nov 2008 13:33:00 +0200</pubDate>
      <guid>https://systemmanagement.ro/how-to-format-hard-disk-and-apply-the-operating-system-on-a-specific-partition/</guid>
      <description>Yesterday, on SCCM TechNet forum, somebody asked me more info about “Format and Partition Disk” and “Apply Operating System Image” tasks in a task sequence. As the answer requires some screenshots to be provided, I decided to write a post here with that details and direct that user to this post. Format and Partition Disk:…</description>
    </item>
  </channel>
</rss>
