Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 3 revisions

c-com-10-software-installed (Skip)

Check to see if a list of software title are installed.


Input Values

  • ProductName - List of product names to check for. Name should be the string found in install programs list (Add/Remove Programs / Programs And Features).
  • AllMustExist - "True|False"

Example

ProductName = ('')
AllMustExist = 'True'

Input Descriptions

  • None

Result And Messages

  • PASS
    All product titles were found One or more product titles were found

  • WARNING

  • FAIL
    One or more product titles were not found

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • Check-Software
Clone this wiki locally