February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to modify the overall SharePoint Designer settings for a particular web application on the SharePoint farm.
Solution: Use the Set-SPWorkflowConfig cmdlet.
The Set-SPWorkflowConfig cmdlet enables you to modify the workflow configuration settings for a specific web application or site collection. Each setting, listed here, is a Boolean parameter:
• DeclarativeWorkflowsEnabled
• EmailNoPermissionParticipantsEnabled
• SendDocumentToExternalParticipants
Listing 4.20 shows a sample modification command line for a web application. Listing 4.21 illustrates modification of the site collection workflow configuration.
Listing 4.20. Modifying the Workflow Settings for a Web Application ...
Read now
Unlock full access