Use SCCM CMTrace like a Pro (Part 2)

Nicolas PilonSCCM6 Comments

Important Info
Update 2018/08/03 Since the release of SCCM 1806, this ĥow-to post is done by default. It’s the most requested feature of SCCM! So if you are not using the current version of SCCM, you can use this technique to push the CMTrace tool to your devices

What are you doing when you want to troubleshoot SCCM client locally on a computer? Connect your USB card with the cmtrace.exe on it? Copy the executable file from a network directory? Do you want to be smarter? Create an application with a file detection method that will copy the executable file automatically on any SCCM clients.

Download the file from Configuration Manager Toolkit.

Step 1: Create a script to copy the executable file into the Windows directory

Use this command ‘Xcopy /y cmtrace.exe %windir%’ in a cmd file. Enter the cmd file into the application program.

sccm cmtrace

Step 2: Add a detection method in the application properties

Click on ‘Detection Method’ tab and ‘Add Clause’ to your application.

sccm cmtrace

The idea is to detect if the file is already copied. %Windir% will go automatically in the windows folder depending on the operating version.

sccm cmtrace

Step 3: Deploy the application to all desktop and server clients

sccm cmtrace

Technical supports, administrators and users will benefit from it. You make sure that all clients from anywhere will be able to use CMTrace and see SCCM logs without effort and Notepad.

+5G up to 10G achievement 🙂

sccm cmtrace

6 Comments on “Use SCCM CMTrace like a Pro (Part 2)”

  1. Pingback: Step-by-Step SCCM 2303 Upgrade Guide

  2. Pingback: Complete SCCM Installation Guide and Configuration

    1. The first time you open the tool, you will receive a popup asking for default. Select Yes and it will be the default program for viewing logs.

Leave a Reply