Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Script

Name

Description

Last Modified Date

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()
  • No labels