Resource Type: dsc_pendingreboot

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

Overview

The DSC PendingReboot resource type. Automatically generated from version 9.1.0

Properties

  • dsc_ccmclientsdk

    A value indicating whether the ConfigMgr client triggered a reboot.

  • dsc_componentbasedservicing

    A value indicating whether the Component-Based Servicing component requested a reboot.

  • dsc_pendingcomputerrename

    A value indicating whether a pending computer rename triggered a reboot.

  • dsc_pendingfilerename

    A value indicating whether a pending file rename triggered a reboot.

  • dsc_rebootrequired

    A value indicating whether the node requires a reboot.

  • dsc_skipccmclientsdk

    Specifies whether to skip reboots triggered by the ConfigMgr client. Defaults to True.

  • dsc_skipcomponentbasedservicing

    Specifies whether to skip reboots triggered by the Component-Based Servicing component.

  • dsc_skippendingcomputerrename

    Specifies whether to skip reboots triggered by a pending computer rename.

  • dsc_skippendingfilerename

    Specifies whether to skip pending file rename reboots.

  • dsc_skipwindowsupdate

    Specifies whether to skip reboots triggered by Windows Update.

  • dsc_windowsupdate

    A value indicating whether Windows Update requested a reboot.

Parameters

  • dsc_name (namevar)

    Specifies the name of this pending reboot check.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • 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).