70-246 · Question #140
You need to implement the incident management changes. What should you do?
The correct answer is D. From the Service Manager console, edit an existing workflow. Implementing incident management changes in Service Manager requires editing the existing incident workflow rather than creating a new one.
Question
You need to implement the incident management changes. What should you do?
Options
- AFrom Windows PowerShell, run the Update-SCSMWorkflowcmdlet.
- BFrom the Service Manager console, add a workflow.
- CFrom Windows PowerShell, run the Update-SCSMDCMWorkflowcmdlet
- DFrom the Service Manager console, edit an existing workflow.
How the community answered
(50 responses)- A6% (3)
- B2% (1)
- C2% (1)
- D90% (45)
Why each option
Implementing incident management changes in Service Manager requires editing the existing incident workflow rather than creating a new one.
Update-SCSMWorkflow is a PowerShell cmdlet used to update workflow properties programmatically, but the standard and recommended approach for console-accessible workflow changes is through the Service Manager console UI.
Adding a new workflow would create a duplicate or conflicting process alongside the existing incident workflow, which is not appropriate when the goal is to modify existing incident management behavior.
Update-SCSMDCMWorkflow is specific to Desired Configuration Management workflows in Service Manager and is not applicable to incident management workflows.
Service Manager workflows automate incident management processes such as assignment, escalation, and notification. When the requirement is to change existing behavior - such as modifying routing rules or notification templates - the correct action is to edit the existing workflow from the Service Manager console. This preserves the workflow's history and associations while applying the targeted configuration changes needed.
Concept tested: Editing existing incident management workflows in Service Manager
Source: https://learn.microsoft.com/en-us/system-center/scsm/manage-workflows?view=sc-sm-2019
Topics
Community Discussion
No community discussion yet for this question.