Book Image

Microsoft System Center 2012 Configuration Manager: Administration Cookbook

Book Image

Microsoft System Center 2012 Configuration Manager: Administration Cookbook

Overview of this book

Microsoft System Center 2012 Configuration Manager (CM12) is a systems management application for managing large groups of Windows-based computer systems. System Center 2012 Configuration Manager provides remote control, patch management, software distribution, operating system deployment, network access protection, and hardware and software inventory. This practical cookbook shows you how to administer System Center 2012 Configuration Manager and understand how to solve particular problems/scenarios Packed with over 50 task-based and immediately reusable recipes, this book starts by showing you how to design a System Center 2012 Configuration Manager Infrastructure. The book then dives into topics such as recommended SQL configuration for System Center 2012 Configuration Manager, deploying Windows 7 with Operating System Deployment (OSD), deploying Applications and Software Updates, managing Compliance Settings, managing Sites and managing Inventory amongst others.
Table of Contents (15 chapters)
Microsoft System Center 2012 Configuration Manager: Administration Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Monitoring inventory data flow


Troubleshooting inventory can be a challenge even for a seasoned CM administrator, so we felt it best to walk through the process in this recipe. This process will help you with other client troubleshooting issues, as well as help you understand the communication flow.

Getting ready

To walk through this flow, use a test environment to easily see the information in log files. Use CMTrace.exe to view CM client and server logs. As with any process, there are some variables based on the complexity of your hierarchy. We will walk through the steps in a basic scenario, and then discuss the variations for more complex environments.

How to do it...

Client

  1. From a CM12 client, launch the Configuration Manager applet from the Control Panel.

  2. From the Actions tab select Hardware Inventory Cycle, and click on Run Now.

  3. Open InventoryAgent.log with CMTrace.exe (the default location is %windir%\ccm\logs\InventoryAgent.log).

  4. Use the Date/Time column to find the beginning of the action...