by jeremy@bondbyte.com | Mar 12, 2014 | Powershell, SharePoint 2013
This PowerShell Script returns all sites that have a list with workflows. It pipes to an output file named output.txt $webApp=Get-SPWebApplication “Powershell script by Jeremy @ http://www.BondByte.com” | Out-File output.txt ” ” | Out-File...