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
-
Open the Microsoft Endpoint Configuration Manager.
-
On the Microsoft Endpoint Configuration Manager, select Software
Library.
-
On the Software Library section, select Scripts and
click Create Script.
Alternatively, you can also right-click
Scripts and
select
Create Script.
-
Specify Script name.
-
Add the script on the script field (block).
-
Click Next.
-
Click Next & Close.
A script record is created with Approval State as
Waiting for Approval.
-
Select the script record.
-
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.
-
Get the script GUID.
-
Open power shell console using Connect via Windows
PowerShell ISE.
-
Get the script GUID by running the command
Get-CMScript
-ScriptName 'GetProcess' | Select ScriptGuid.