Review Workflow Configuration Settings


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 Configuration for a Site Collection


Get-SPWorkflowConfig -SiteCollection "http://sp2013"


Image

Figure 4.5. Get-SPWorkflowConfig displays the workflow configuration settings.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.134.78.106