Resource Type: dsc_xwindowsupdateagent

Defined in:
lib/puppet/type/dsc_xwindowsupdateagent.rb

Overview

The DSC xWindowsUpdateAgent resource type. Automatically generated from version 2.8.0.0

Properties

  • dsc_automaticupdatesnotificationsetting

    Automatic Updates Notification Setting

  • dsc_category

    Indicates if the resource should ensure all Windows Updates are installed or if Automatic updates should be disabled.

  • dsc_notifications

    Indicates if Windows update agent should notify about updates, see:msdn.microsoft.com/en-us/library/windows/desktop/aa385806%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396.

  • dsc_rebootrequired

    Indicates if Wua Requires a reboot. Only returned if UpdateNow is specified.

  • dsc_source

    Indicates which source service Windows update agent should use. Note: WSUS is not implemented in this resource.

  • dsc_totalupdatesnotinstalled

    Count of updates not installed. Only returned if UpdateNow is specified.

  • dsc_updatenow

    Indicates if the resource should trigger an update during consistency.

Parameters

  • dsc_issingleinstance (namevar)

    Specifies the resource is a single instance, the value must be ‘Yes’

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).