Manually run a SharePoint timer job

I would like to manually run the timer job installed on the SharePoint server. What would be useful is something like the stsadm command line.

My scenario: I deployed a feature set solution for the client server. I do not want to wait until the weekly schedule causes a specific timer operation. I would just like to execute a command to start a specific job right away. Obviously, in the development environment, I have a schedule for several minutes, but I want to perform a test run while I am on the site with the client.

+5
source share
1 answer

, SPJobDefiniton , service.JobDefinitions. Execute().

+8

All Articles