How to Set an Operating System Deployment Task Sequence Variable
In brief
The page’s service metadata changed from `microsoft-endpoint-configuration-manager` to `configuration-manager`, while the `sdk` subservice pairing remains.
What Intune admins need to know
The guidance is now associated with the `configuration-manager` service label for documentation discovery.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
How to Set an Operating System Deployment Task Sequence Variable
In Configuration Manager, you create an operating system deployment task sequence variable by creating an instance of the SMS_TaskSequence_SetVariableAction class, adding to a task sequence. You can also create task sequence variables while the task sequence is running on the client. For more information, see How to Use Task Sequence Variables in a Running Configuration Manager Task Sequence.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: how-to ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Set an Operating System Deployment Task Sequence Variable In Configuration Manager, you create an operating system deployment task sequence variable by creating an instance of the [SMS_TaskSequence_SetVariableAction](../../develop/reference/osd/sms_tasksequence_setvariableaction-server-wmi-class.md) class, adding to a task sequence. You can also create task sequence variables while the task sequence is running on the client. For more information, see [How to Use Task Sequence Variables in a Running Configuration Manager Task Sequence](../../develop/osd/how-to-use-task-sequence-variables-in-a-running-task-sequence.md).