Get Query management information by using Common Information Model and Windows Management Instrumentation Microsoft Quiz Answers
This learning path covers Windows Management Instrumentation (WMI) and Common Information Model (CIM). These technologies help to access information about a computer. Additionally, both technologies provide local and remote access to management information from the operating system, computer hardware, and installed software.
Prerequisites:
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
Enroll on Microsoft
Module 1: Review CIM and WMI
This module covers CIM and WMI technologies to connect to a common information repository that contains management information that you can query and manipulate.
Learning objectives:
Upon completion of this module, the learner will be able to:
- Describe the architecture of CIM and WMI.
- Explain the purpose of the repository.
- Explain how to locate online documentation for repository classes.
- Locate online class documentation.
Prerequisites:
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
This module is part of these learning paths:
Quiz 1: Knowledge check
Q1. What’s the best way to find documentation for WMI and CIM object classes?
- Use a search engine to find documentation
- Use the
Get-Help
cmdlet - Use the
Get-Member
cmdlet
Q2. Which of the following statements are applicable to both WMI and CIM?
- WMI and CIM are based on industry standards that the Distributed Management Task Force (DMTF) defines.
- WMI and CIM are based on preliminary standards and proprietary technology.
- WMI and CIM are based on open, cross-platform standards.
Module 2: Query configuration information by using CIM and WMI
This module explains the structure of the namespaces that contain classes and also how to query instances of a class. It covers how to query remote computers by using ad-hoc connections and CIM sessions.
Learning objectives:
Upon completion of this module, the learner will be able to:
- List the available namespaces.
- List local repository namespaces.
- Retrieve a list of classes from a namespace.
- Retrieve a list of classes from the root\CIMv2 namespace and sort them.
- Query instances of a specified class.
- Query instances of a specified class by using WMI, CIM, and WMI Query Language (WQL).
- Connect to remote computers by using CIM or WMI.
- Create and manage CIM sessions.
- Query repository classes from remote computers by using CIM sessions objects.
Prerequisites:
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
This module is part of these learning paths:
Quiz 1: Knowledge check
Q1. When you perform a wildcard match in a filter for a Common Information Model (CIM) or Windows Management Instrumentation (WMI) cmdlet, which character is used as the wildcard?
Q2. Which cmdlet allows you to create a DCOM connection to query CIM objects from a remote computer?
New-CimSession
Get-CimInstance
Get-CimClass
Module 3: Query and manipulate repository objects by using CIM and WMI methods
This module explains how to use CIM and WMI to make changes by using methods. Discovering and understanding these methods is an important step in querying and manipulating the repository information.
Learning objectives:
Upon completion of this module, the learner will be able to:
- Discover the methods of repository objects.
- Locate online documentation for methods.
- Locate the methods of the Win32_Service class and their documentation.
- Explain how to invoke methods of repository objects.
- Use methods for the Win32_OperatingSystem and Win32_Process classes.
Prerequisites:
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
This module is part of these learning paths:
Quiz 1: Knowledge check
Q1. Which property returned by the Get-CimClass cmdlet lists the methods supported by that class?
- CimClassProperties
- CimClassQualifiers
- CimClassMethods
Q2. Which of the following cmdlets uses direct invocation on an object?
- Invoke-WmiMethod cmdlet
- Get-Member cmdlet
- Get-CimInstance cmdlet
Conclusion:
I hope this Query management information by using Common Information Model and Windows Management Instrumentation Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.
This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.
Keep Learning!
More Coding Solutions >>
LeetCode Solutions
Hacker Rank Solutions
CodeChef Solutions