Showing related tags and posts across the entire site.
-
WaitForWspJob.exe is a tool for SharePoint 2007 that will wait for the Admin Service to finish the deployment or retraction of a SharePoint solution (wsp). Download page: http://blog.michelbarneveld.nl/media/p/5623.aspx Usage The tool accepts the solution file name or the solution id (guid) and you can...
-
WaitForWspJob.exe is a tool that will wait for the Admin Service to finish the deployment or retraction of a SharePoint solution (wsp). Posting about the tool: http://blog.michelbarneveld.nl/michel/archive/2010/04/05/waitforwspjob-tool.aspx Download sources at http://blog.michelbarneveld.nl/media/p/5624...
-
Quite often I am wondering if a site is using Kerberos or NTLM. You can use tools like Fiddler, Network Monitor and such for that. But sometimes I just want to have a simple tool without installation like when working on computers where you can't install such software but are allowed to run executables...
-
This is a tool to test Authentication on websites. It will show what authentication type is used: Kerberos, NTLM, basic, none. But it also shows other information like: SPN used, HTTP headers, decrypted NTLM and Kerberos authorization headers. And it can also show and delete your Kerberos Tickets. See...