Hemant's Blogs
Saturday, May 28, 2011
Analyse event logs for Service Control Manager activities from windowsservices
›
Sometime you might want to start and stop kind of activities out of event logs for windows services . here is powershell script for this $...
Wednesday, May 25, 2011
Multiple TargetPath under EcmDocumentRouterRule | EcmDocumentRouter , Content Organizer Rules , SharePoint 2010
›
In SharePoint 2010 with Content organizer Feature, we can route a document to the target based on predefined rules. If multiple rules condi...
Monday, May 16, 2011
Two exactly same strings fail while comparison in c# .Net
›
I had an input field which had a space , some browsers were giving different hex for space in these input fields. Finally I found , a space ...
2 comments:
Sunday, May 15, 2011
"Central Administration>General Application Settings>External Service Connections >Configure Send To Connections" code for this
›
This is the way we define a connection to a site where we would like to drop our documents. Now in my case there could be hundreds of targ...
Friday, May 13, 2011
Name cannot begin with the '\' character, hexadecimal value 0x5C
›
Hi While extending a claim based web application I get the error : Name cannot begin with the '\' character, hexadecimal value 0x5...
Tuesday, April 19, 2011
get last app pool recycle timings
›
c:\Windows\System32\inetsrv\appcmd list wp gives you all the process IDs and on powershell go for : (Get-Process -Id [processID]).Sta...
Sunday, April 17, 2011
Search History in SharePoint 2010
›
Did anyone got a chance to work on Search History? We are able to get top Search Queries , but we need to maintain log of all search keyw...
‹
›
Home
View web version