Create a script in the Microsoft Endpoint Configuration Manager to configure the display of the processes metrics on the Investigation tab of the Incident record.

Before you begin

The Microsoft Endpoint Configuration Manager server must be logged in using the Microsoft Remote Desktop.

Role required: admin

Procedure

  1. Open the Microsoft Endpoint Configuration Manager.
  2. On the Microsoft Endpoint Configuration Manager, select Software Library.
  3. On the Software Library section, select Scripts and click Create Script.
    Alternatively, you can also right-click Scripts and select Create Script.Select create script option
  4. Specify Script name.
  5. Add the script on the script field (block).
    Add script block
  6. Click Next.
  7. Click Next & Close.
    A script record is created with Approval State as Waiting for Approval.
  8. Select the script record.
  9. Select the Approve/Deny option and then click Approve to approve the script.
    Alternatively, you can also right-click on the created script record and select the Approve/Deny option and then click Approve.Approve script record
  10. Get the script GUID.
    1. Open power shell console using Connect via Windows PowerShell ISE.
      Connect via Windows Powershell ISE
    2. Get the script GUID by running the command Get-CMScript -ScriptName 'GetProcess' | Select ScriptGuid.
      Run command for script GUID