Wednesday, July 18, 2012

Get Worker Process ID associated with each Sharepoint site


If you want to know which worker process is running specific Sharepoint use folliwing commands in command prompt-

1. Start-->Run and type "cmd".

2. navigate to path "%windir%\system32\inetsrv\".

3. Type "appcmd.exe list wp".


This will show you all the worker processes running Sharepoint applications.

No comments:

Post a Comment