Create a script in Microsoft Endpoint Configuration Manager
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.
Select create script option
Specify Script name.
Add the script on the script field (block).
Add script 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.
Approve script record
Get the script GUID.
- 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
Parent Topic:Configuring CI metrics for Microsoft Endpoint Configuration Manager for Investigation