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 · 2 revisions

c-sys-21-gold-image (Enabled)

Allows you to checks a specific list of registry keys and values to see if your in-house gold image was used. Up to three registry keys and values can be checked. Note: All keys must be in HKEY_LOCAL_MACHINE only


Input Values

  • Registry1Key - "LARGE" - Full path and name of a registry value to check. "HKEY_LOCAL_MACHINE" is automatically added.
  • Registry1Value - Minimum value or string required for the registry value. Enter "Report Only" to just show the value.
  • Registry2Key - "LARGE" - Full path and name of a registry value to check. "HKEY_LOCAL_MACHINE" is automatically added.
  • Registry2Value - Minimum value or string required for the registry value. Enter "Report Only" to just show the value.
  • Registry3Key - "LARGE" - Full path and name of a registry value to check. "HKEY_LOCAL_MACHINE" is automatically added.
  • Registry3Value - Minimum value or string required for the registry value. Enter "Report Only" to just show the value.

Example

Registry1Key = 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\InstallDate'
Registry1Value = 'Report Only'
Registry2Key = ''
Registry2Value = ''
Registry3Key = ''
Registry3Value = ''

Input Descriptions

  • None

Result And Messages

  • PASS
    All gold build checks were found and correct

  • WARNING

  • FAIL
    One or more gold build checks were below specified value

  • MANUAL
    One or more gold build checks were "Report Only"

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally