Resource Type: dsc_xd7sitelicense

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

Overview

The DSC XD7SiteLicense resource type. Automatically generated from ‘XenDesktop7/DSCResources/VE_XD7SiteLicense/VE_XD7SiteLicense.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_credential

    Credential - Specifies a user account that has permission to install the role.

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_licenseedition

    LicenseEdition - Citrix XenDesktop 7 site licensing edition. Valid values are PLT, ENT, ADV.

  • dsc_licensemodel

    LicenseModel - Citrix XenDesktop 7 site licensing model. Valid values are UserDevice, Concurrent.

  • dsc_licenseproduct

    LicenseProduct - Citrix XenDesktop 7 site licensing product code. Valid values are XDT, MPS.

  • dsc_licenseserver

    LicenseServer - Citrix XenDesktop 7 site licensing server name.

  • dsc_licenseserverport

    LicenseServerPort - Citrix XenDesktop 7 site licensing server port.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_trustlicenseservercertificate

    TrustLicenseServerCertificate - Add the Citrix XenDesktop 7 site licensing server certificate hash.

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

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