February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to review the overall workflow configuration settings for a particular web application on the SharePoint farm or a site collection.
Solution: Use the Get-SPWorkflowConfig cmdlet.
The Get-SPWorkflowConfig cmdlet enables you to review the current workflow configuration settings for a specified web application or site collection. Listing 4.18 illustrates running this cmdlet with the WebApplication parameter. Listing 4.19 shows the site collection command line. Figure 4.5 shows sample results of both command lines.
Listing 4.18. Reviewing the Workflow Configuration for a Web Application
Get-SPWorkflowConfig -WebApplication "SharePoint - 80"
Listing 4.19. Reviewing the Workflow ...
Read now
Unlock full access