Resource Type: dsc_spworkmanagementserviceapp

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

Overview

The DSC SPWorkManagementServiceApp resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPWorkManagementServiceApp/MSFT_SPWorkManagementServiceApp.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 this will run in

  • dsc_ensure

    Ensure - Present to ensure the app exists, Absent to ensure 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_minimumtimebetweenewssyncsubscriptionsearches

    MinimumTimeBetweenEwsSyncSubscriptionSearches - The minimum amount of time bween EWS sync subscription searches

  • dsc_minimumtimebetweenproviderrefreshes

    MinimumTimeBetweenProviderRefreshes - The minimum time between provider refreshes

  • dsc_minimumtimebetweensearchqueries

    MinimumTimeBetweenSearchQueries - The minimum time between search queries

  • dsc_name

    Name - The name of the work management service application

  • dsc_numberofsubscriptionsyncsperewssyncrun

    NumberOfSubscriptionSyncsPerEwsSyncRun - The number of subscription syncronisations per EWS sync run

  • dsc_numberofusersewssyncwillprocessatonce

    NumberOfUsersEwsSyncWillProcessAtOnce - How many users will EWS calls include at once

  • dsc_numberofusersperewssyncbatch

    NumberOfUsersPerEwsSyncBatch - How many users are included in a batch for EWS

  • dsc_proxyname

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

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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