Script
Name | Description | Last Modified Date | Download |
---|---|---|---|
Misc | Building over time, handy commands. |
| None |
Code Block | ||
---|---|---|
| ||
#Handy SharePoint Scripts #Get FeatureID matching name Get-SPFeature | where {$_.DisplayName -like "*yourtext*"} | fl displayname, id #Run the workflow timer job $job = get-sptimerjob job-workflow; $job.RunNow() |