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 Oct 28, 2017 · 1 revision

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 nine registry keys and values can be checked - You must edit the settings file manually for more than the currently configured. Note: All keys must be in HKEY_LOCAL_MACHINE hive only.


Input Values

  • Key01 - "LARGE" - Full path and name of a registry value to check. "HKLM:" is added automatically
  • Key02 - "LARGE" - Full path and name of a registry value to check. "HKLM:" is added automatically
  • Key03 - "LARGE" - Full path and name of a registry value to check. "HKLM:" is added automatically
  • Value01 - String value required for the registry entry. Enter "ReportOnly" to just report the value
  • Value02 - String value required for the registry entry. Enter "ReportOnly" to just report the value
  • Value03 - String value required for the registry entry. Enter "ReportOnly" to just report the value

Example

Key01 = 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\InstallDate'
Key02 = 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRoot'
Key03 = ''
Value01 = 'ReportOnly'
Value02 = 'c:\windows'
Value03 = ''

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