Resource Type: dsc_spuserprofileserviceapp

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

Overview

The DSC SPUserProfileServiceApp resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPUserProfileServiceApp/MSFT_SPUserProfileServiceApp.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 name of the application pool to run the service app in

  • dsc_enablenetbios

    EnableNetBIOS - Whether Farm should resolve NetBIOS domain names

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - Present if the service app should exist, absent if it should not 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_mysitehostlocation

    MySiteHostLocation - The URL of the my site host collection

  • dsc_name

    Name - The name of the user profile service

  • dsc_noilmused

    NoILMUsed - Specifies if the service application should be configured to use AD Import

    Supported values:
    • true
    • false
  • dsc_profiledbname

    ProfileDBName - The name of the profile database

  • dsc_profiledbserver

    ProfileDBServer - The name of the server to host the profile database

  • dsc_proxyname

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

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_socialdbname

    SocialDBName - The name of the social database

  • dsc_socialdbserver

    SocialDBServer - The name of the database server to host the social database

  • dsc_syncdbname

    SyncDBName - The name of the sync database

  • dsc_syncdbserver

    SyncDBServer - The name of the database server to host the sync database

  • name (namevar)
  • provider

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