Overview During migration of the SharePoint sites, checking for running instances of workflow is very important for business users. This helps loss of data, data consistency and smooth migration. Communication such issues to respective are one of the key factors for a successful migration. Problem Statement By default, instances of the workflow instances can’t be migrated to the new SharePoint environment. It becomes really hard to find such instances going to each individual list. PowerShell Scripts Following scripts, provide an easy way to find the running instances of the workflow in a given list. It checks for running instances first which provides GUID of the workflow. Then compares with workflow subscription to get the workflow names. Later, it iterates through the site users to find out site owners, to whom we can contact to highlight the same. The script requires, list name and site URLs as the basic parameters to run. It also requires a user email to w...