Resource Type: dsc_xbltpm

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

Overview

The DSC xBLTpm resource type. Automatically generated from ‘xBitlocker/DSCResources/MSFT_xBLTpm/MSFT_xBLTpm.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_allowclear

    AllowClear - Indicates that the provisioning process clears the TPM, if necessary, to move the TPM closer to complying with Windows Server 2012 standards.

    Supported values:
    • true
    • false
  • dsc_allowimmediatereboot

    AllowImmediateReboot - Whether the computer can rebooted immediately after initializing the TPM.

    Supported values:
    • true
    • false
  • dsc_allowphysicalpresence

    AllowPhysicalPresence - Indicates that the provisioning process may send physical presence commands that require a user to be present in order to continue.

    Supported values:
    • true
    • false
  • dsc_identity

    Identity - A required string value which is used as a Key for the resource. The value does not matter, as long as its not empty.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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