Powershell command to enable task sequence

Boopathi S 3,666 Reputation points
2025-02-05T16:27:33.9933333+00:00

Hello Team,

Please help about to know the complete command to enable powershell command

Set-CMTaskSequence -EnableTaskSequence -TaskSequenceId

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 47,801 Reputation points Microsoft Vendor
    2025-02-06T02:26:45.1333333+00:00

    Hi, @Boopathi S

    Thank you for posting in Microsoft Q&A forum.

    You may try this:

    Set-CMTaskSequence -EnableTaskSequence $true -TaskSequenceId "TaskSeqnenceID"


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.