0%

0/1 Lessons

Getting Started with this Course

• 26min

0 / 3 lessons complete

System Center Configuration Manager - Features and Capibilities

• 31min

0 / 5 lessons complete

SCCM 1902 Lab Setup

• 51min

0 / 12 lessons complete

Installing SCCM 1902 Installation

• 1hr 32min

0 / 11 lessons complete

Configuration Manager Basics

• 1hr 58min

0 / 8 lessons complete

Updating SCCM

• 30min

0 / 7 lessons complete

SCCM Client Installation

• 46min

0 / 4 lessons complete

User and Device Collections

• 1hr 6min

0 / 13 lessons complete

Application Management

• 2hr 34min

0 / 12 lessons complete

Operating System Deployment

• 23min

0 / 7 lessons complete

Endpoint Protection

• 1hr 12min

0 / 10 lessons complete

Troubleshooting

• 37min

0 / 4 lessons complete

Problems and Solutions from the Message Board

• 14min

0 / 5 lessons complete

Deploying CMTrace to a Device Collection

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

So why bother deploying CMTrace to all your clients?

By default, CMTrace is not installed as part of the SCCM client installation. If you need to troubleshoot problems on the local client having CMTrace available can be a real-time saver. One method to remedy this problem is to create an application deployment that automatically copies CMTrace to a device collection of your choice. This will copy CMTrace.exe to any device that has the SCCM client installed.

Another method is to copy CMTrace using a task sequence. I have provided documentation if you would like to try this method as well. (Copy CMTrace to all computers using a task sequence.)

In this lecture, we will demonstrate the first method, by completing the following steps.

  • Create the folder structure
  • Use notepad to create a script
  • Create an application in Configuration Manager
  • Deploy CMTrace to a device collection

Step 1 Create the Folder 

  • From the ITFDC01 server
  • Create a folder on the C: drive called C:\Software
  • Share the folder and name the share -Applications
    • Open Notepad, now let’s create the script â€¢ Type xcopy /y cmtrace.exe %windir%
    • Now save the file. 
    • Click file, Save AS 
    • Make sure you change Save as Type FROM Text Documents, to ALL FILES 
    • Name the file - CopyCMTrace.cmd  
    • Save the file to the C:\Software folder.
  • Step 2 Creating the Application 
    • From Configuration Manager, from the workspace open software library, from the Navigation Pane, double click Application Management, then right click Applications, select create Application. 
    • From the General tab – Select manually specify the application information, click next 
    • From General information – Type a name – CMTrace. 
      Select Allow this application to be installed from the Install Application Task Sequence action without being deployed, click next. 
    • From the Application Catalog, click next 
    • From the Deployment Types, click Add 
    • From the Create Deployment Type Wizard, choose Manually specify the deployment type information, click next. 
    • From General Information tab, type the name Cmtrace, then click next. 
    • From the Content tab, enter the content location of the CMTrace.exe file which in this case is \\itfsccm01\sms_itf\tools, click browse
    • From Installation Program box: type CopyCMTrace.cmd, then click next 
    • From the Detection Method tab, click Add Clause
    • From the Detection Rule tab, in the path: field enter %windir% 
      From File or folder name: type cmtrace.exe, click ok, then next
    • From User Experience, change installation behavior to Install for System 
    • Change the Logon requirement to Whether or not a user is logged on, click next 3x.
    • From the Summary review your settings, then click next, click close, then click next. After the application has been created, click close. 
  • Step 3 Deploying the Application to a device Collection 
    • From the list view, click the application that you have just created, in this case click
    • CMTrace, 
      From the Ribbon click Deploy
    • From Collection , click Browse
    • From Select Collection change user collection to device collection
    • Select the Chicago OU, then click OK, click next. 
    • From Content, click the down arrow next to Add, select Distribution Point 
    • From Add Distribution Points click ITFSCCM01 as our distribution point, click ok, click next. 
    • From the Deployment Settings, Change Purpose from available to required, so that cmtrace is deployed automatically across all devices in the device collection. Click next 5x, then click close. 
    • From the workspace click Assets and Compliance, from the navigation pane, click Device Collections
    • From the list view, double click on the Chicago OU device collection 
    • Here we see that ITFWS03 and 04 are the computers in the Chicago OU collection. 
    • Depending on the size of the collection, in a few minutes, CMTrace should be deployed to these two computers in the Chicago OU collection. 
  • Step 4 Verifying the Installation 
    • For verification open the software center on both machines. 
    • Here we see CMTrace has been deployed to the ITFWS03 computer 
    • Now let’s switch over to ITFSW04, bring up the software Center and we see that CMTrace has been deployed to this computer as well.

      Congratulations you have completed this lecture, thanks for watching and we will see you in the next lecture.

Server Academy Members Only

Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

profile avatar
Ambrose Garza(@ambroseg)
Member
1 year ago
  • I am confused and can’t get this to work. I don’t understand this step From Installation Program box: type CopyCMTrace.cmd, then click next from step 2 of transcription. what I don’t understand is how does this know where to find the copycmtrace.cmd, is there a configuration that specifies that it is from a certain folder that I missed since we saved the command in the Applications share.