Resource Type: dsc_spuserprofilesyncconnection

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

Overview

The DSC SPUserProfileSyncConnection resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPUserProfileSyncConnection/MSFT_SPUserProfileSyncConnection.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_connectioncredentials

    ConnectionCredentials - The credentials to connect to Active Directory with

  • dsc_connectiontype

    ConnectionType - The type of the connection - currently only Active Directory is supported Valid values are ActiveDirectory, BusinessDataCatalog.

  • dsc_excludedous

    ExcludedOUs - A list of the OUs to ignore users from

  • dsc_force

    Force - Set to true to run the set method on every call to this resource

    Supported values:
    • true
    • false
  • dsc_forest

    Forest - The name of the AD forest to read from

  • dsc_includedous

    IncludedOUs - A list of the OUs to import users from

  • dsc_installaccount

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

  • dsc_name

    Name - The name of the connection

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_server

    Server - The specific AD server to connect to

  • dsc_userprofileservice

    UserProfileService - The name of the user profile service that this connection is attached to

  • dsc_usessl

    UseSSL - Should SSL be used for the connection

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

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