Resource Type: dsc_xspuserprofilesyncconnection
- Defined in:
- lib/puppet/type/dsc_xspuserprofilesyncconnection.rb
Overview
The DSC xSPUserProfileSyncConnection resource type. Automatically generated from version 0.12.0.0
Properties
-
dsc_connectiontype
The type of the connection - currently only Active Directory is supported
-
dsc_excludedous
A list of the OUs to ignore users from
-
dsc_forest
The name of the AD forest to read from
-
dsc_includedous
A listo f the OUs to import users from
-
dsc_server
The specific AD server to connect to
-
dsc_userprofileservice
The name of the user profile service that this connection is attached to
-
dsc_usessl
Should SSL be used for the connection
Parameters
-
dsc_connectioncredentials
The credentials to connect to Active Directory with
-
dsc_force
Set to true to run the set method on every call to this resource
-
dsc_installaccount
POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5
-
dsc_name (namevar)
The name of the connection
-
dsc_psdscrunascredential
-
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).