Study for the CompTIA Cloud+ Test. Prepare with flashcards and multiple-choice questions, each question featuring hints and explanations. Get ready for your exam success!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


To gather a list of software installed on all computers remotely, which method should you use?

  1. WMI

  2. SNMP

  3. HTTP

  4. Syslog

The correct answer is: WMI

Using Windows Management Instrumentation (WMI) is a highly effective method for remotely gathering information about the software installed on computers within a Windows environment. WMI provides a standardized way to access management information in an enterprise environment, making it particularly suited for tasks that involve querying system information. When an administrator wants to obtain details about software installations, WMI can issue a query that retrieves the list of installed software from remote machines, assuming proper permissions and access controls are in place. It interacts well with other components of the Windows operating system, allowing for intricate management and monitoring tasks. In contrast, other methods have limitations for this specific use case. Simple Network Management Protocol (SNMP) is primarily used for network management and monitoring, focusing on network devices rather than detailed system-level information about installed software. HTTP is a protocol for transferring data over the web and is not inherently designed for system queries. Syslog is a logging protocol used for collecting and transmitting log and event messages from various devices, but it does not directly facilitate queries of installed software. Therefore, WMI stands out as the appropriate option for collecting detailed software inventory information from remote systems in a Windows environment.