Resource Type: dsc_xsystemrestore

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

Overview

The DSC xSystemRestore resource type. Automatically generated from ‘xWindowsRestore/DSCResources/xSystemRestore/xSystemRestore.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
    • absent

Parameters

  • dsc_drive

    Drive - Specifies the file system drives. Enter one or more file system drive letters, each followed by a colon and a backslash and enclosed in quotation marks, such as ‘C:' or ’D:'.

  • dsc_ensure

    Ensure - Indicates that the computer restore is enabled or is disabled. Valid values are Present, Absent.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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