Resource Type: dsc_useraccountcontrol

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

Overview

The DSC UserAccountControl resource type. Automatically generated from version 9.1.0

Properties

  • dsc_consentpromptbehavioradmin

    Specifies the prompt behavior for the Consent Administrator.

  • dsc_consentpromptbehavioruser

    Specifies how the operations that requires elevation is handled for users.

  • dsc_enableinstallerdetection

    Specifies how package installations are handled.

  • dsc_enablelua

    Specifies how the ‘administrator in Admin Approval Mode’ user type are handled.

  • dsc_enablevirtualization

    Specifies how redirection of legacy application File and Registry writes are handled.

  • dsc_filteradministratortoken

    Specifies the mode for the built-in administrator account (RID 500).

  • dsc_notificationlevel

    Specifies the desired notification level for the User Account Control setting. This parameter can not be used at the same time as any of the granular parameters.

  • dsc_promptonsecuredesktop

    Specifies if secure desktop prompting are used.

  • dsc_suppressrestart

    Specifies if a restart of the node should be suppressed. By default the node will be restarted if the value is changed.

  • dsc_validateadmincodesignatures

    Specifies how cryptographic signatures on interactive applications are handled.

Parameters

  • dsc_issingleinstance (namevar)

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

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