Handy SharePoint PowerShell Commands
Script
Name | Description | Download |
---|---|---|
Misc | Building over time, handy commands. | None |
#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()
CodeMonkey Software is a division of JCHMedia www.jchmedia.com