Microsoft Configuration Manager
An integrated solution for for managing large groups of personal computers and servers.
4,598 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Team,
Please help about to know the complete command to enable powershell command
Set-CMTaskSequence -EnableTaskSequence -TaskSequenceId
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".