Book Image

Introducing System Center Configuration Manager [Video]

By : Gerry Hampson
Book Image

Introducing System Center Configuration Manager [Video]

By: Gerry Hampson

Overview of this book

System Center Configuration Manager (ConfigMgr) is the flagship systems management product from Microsoft that provides a comprehensive management solution for computer systems. It provides patch management, OS deployment, remote control, endpoint protection, and many other services. This is the first of two courses in the series, providing beginner-level tutorial videos on ConfigMgr. They will get you started with this powerful solution and eventually enable you to effectively manage your resources. We'll teach you how to install and configure ConfigMgr, manage your devices, deploy operating systems in the enterprise, deploy and manage applications. You'll discover how to perform patch management, adhere to compliance, protect your infrastructure, and much more. By the end of this series, you will be able to provide effective IT services to your organization by enabling secure software deployment, quickly applying software patches and updates, rebuilding a system that has been compromised, and keeping your systems compliant. In this course we start with an introduction to ConfigMgr and show you how to design, install and upgrade the product. Then we discuss preliminary configuration of the solution, including discovery and boundaries, client installation, collections, compliance, hardware and software inventory, role-based administration, backup, recovery and site maintenance. Watch out for the second video course in the series – “Implementing Configuration Manager features”. This course will include software distribution, software updates, operating system deployment, endpoint protection and mobile device management. All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/Introducing-System-Center-Configuration-Manager
Table of Contents (5 chapters)
Chapter 3
Getting Started with Configuration Manager
Content Locked
Section 5
Creating and Managing Collections
In this video, you will learn about Configuration Manager collections. We will discuss how collections can be created using membership rules and also look at some considerations for updating collections. - Learn about using collections to structure resources - Learn about limiting collections and how to create static and dynamic collections using membership rules. WQL query for Windows 10 computers: Select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion like "Microsoft Windows NT Workstation 10.0%." - Learn about evaluating and updating collections