Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 3.47 KB

File metadata and controls

65 lines (38 loc) · 3.47 KB
title Create a task sequence for non-OS deployments
description Create task sequences that aren't for deploying an OS, such as distributing software or automating tasks
ms.date 11/30/2020
ms.subservice osd
ms.topic install-set-up-deploy
ms.collection tier3

Create a task sequence for non-OS deployments

Applies to: Configuration Manager (current branch)

Task sequences in Configuration Manager are used to automate different kinds of tasks within your environment. These tasks are primarily designed and tested for deploying operating systems. Configuration Manager has many other features that should be the primary technology that you use for the following scenarios:

Also consider other Microsoft System Center automation technologies, such as Orchestrator and Service Management Automation.

The power of task sequences lies in their flexibility and how you use them. They can configure client settings, distribute software, update drivers, edit user states, and do other tasks independent of OS deployment. You can create a custom task sequence to add any number of tasks. The use of custom task sequences for non-OS deployment is supported in Configuration Manager. However, if a task sequence results in unwanted or inconsistent results, look at ways to simplify the operation:

  • Use simpler steps
  • Divide the actions across multiple task sequences
  • Take a phased approach to creating and testing the task sequence

Supported steps

The following steps are supported for use in a non-OS deployment custom task sequence:

Next steps

Create a custom task sequence