Resource Type: dsc_spmanagedmetadataserviceapp

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

Overview

The DSC SPManagedMetaDataServiceApp resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPManagedMetadataServiceApp/MSFT_SPManagedMetaDataServiceApp.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_applicationpool

    ApplicationPool - The application pool that the service app will use

  • dsc_contenttypehuburl

    ContentTypeHubUrl - The URL of the content type hub for this app (only set when the app is provisioned)

  • dsc_databasename

    DatabaseName - The name of the database for the service application

  • dsc_databaseserver

    DatabaseServer - The name of the database server which will host the application

  • dsc_defaultlanguage

    DefaultLanguage - The LCID of the default language (only set when the app is provisioned)

  • dsc_ensure

    Ensure - Present ensures service app exists, absent ensures it is removed Valid values are Present, Absent.

  • dsc_installaccount

    InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5

  • dsc_languages

    Languages - The LCIDs of the working languages (only set when the app is provisioned)

  • dsc_name

    Name - The name of the managed metadata service application

  • dsc_proxyname

    ProxyName - The proxy name, if not specified will be /Name of service app/ Proxy

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_termstoreadministrators

    TermStoreAdministrators - A list of the users/groups who are administrators of the term store

  • name (namevar)
  • provider

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