Resource Type: dsc_xpendingreboot

Defined in:
lib/puppet/type/dsc_xpendingreboot.rb
Providers:
powershell

Overview

The DSC xPendingReboot resource type. Automatically generated from ‘xPendingReboot/DSCResources/MSFT_xPendingReboot/MSFT_xPendingReboot.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present

Parameters

  • dsc_ccmclientsdk

    CcmClientSDK - A value indicating whether the ConfigMgr client triggered a reboot

    Supported values:
    • true
    • false
  • dsc_componentbasedservicing

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

    Supported values:
    • true
    • false
  • dsc_name

    Name - Name of this pending reboot check

  • dsc_pendingcomputerrename

    PendingComputerRename - A value indicating whether a pending computer rename triggered a reboot

    Supported values:
    • true
    • false
  • dsc_pendingfilerename

    PendingFileRename - A value indicating whether a pending file rename triggered a reboot

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_skipccmclientsdk

    SkipCcmClientSDK - Specifies whether to skip reboots triggered by the ConfigMgr client

    Supported values:
    • true
    • false
  • dsc_skipcomponentbasedservicing

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

    Supported values:
    • true
    • false
  • dsc_skippendingcomputerrename

    SkipPendingComputerRename - Specifies whether to skip reboots triggered by a pending computer rename

    Supported values:
    • true
    • false
  • dsc_skippendingfilerename

    SkipPendingFileRename - Specifies whether to skip pending file rename reboots

    Supported values:
    • true
    • false
  • dsc_skipwindowsupdate

    SkipWindowsUpdate - Specifies whether to skip reboots triggered by Windows Update

    Supported values:
    • true
    • false
  • dsc_windowsupdate

    WindowsUpdate - A value indicating whether Windows Update requested a reboot

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xpendingreboot` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.