nerdexam
Microsoft

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.

Configuring and Deploying Service Manager

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)
  • A
    6% (3)
  • B
    2% (1)
  • C
    2% (1)
  • D
    90% (45)

Why each option

Implementing incident management changes in Service Manager requires editing the existing incident workflow rather than creating a new one.

AFrom Windows PowerShell, run the Update-SCSMWorkflowcmdlet.

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.

BFrom the Service Manager console, add a workflow.

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.

CFrom Windows PowerShell, run the Update-SCSMDCMWorkflowcmdlet

Update-SCSMDCMWorkflow is specific to Desired Configuration Management workflows in Service Manager and is not applicable to incident management workflows.

DFrom the Service Manager console, edit an existing workflow.Correct

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

#incident management#workflow configuration#Service Manager console#workflow editing

Community Discussion

No community discussion yet for this question.

Full 70-246 Practice