Download Files/Images from SharePoint Libraries using PowerShell

I consigned a task to backup all files inside different document libraries of a SharePoint site on hard disk. We need to reorganize the entire site and this site comprises so many document libraries. So downloading documents one by one is a gigantic task as the site has gigs of docs. Alternative option is to Download Files/Images from SharePoint Libraries using PowerShell

Failed to open the default internet browser SharePoint : Resolved

Recently i uninstalled Chrome browser from my machine. After that when i tried to open Central Administration then below mentioned error popped up as message.“Failed to open the default internet browser. An Internet browser is not  installed or has not been configured to be your default browser“I checked the target of Central Administration and found Failed to open the default internet browser SharePoint : Resolved

Deleting EXE Files in Windows 7 : Resolved

If you are working with Windows 7, you must face below mentioned problems while deleting .exe files. Like if you delete an exe file directly then it disappears and seems like deleted, but when you refresh the folder by pressing F5 then it appears again. You are deleting a folder and that folder is not Deleting EXE Files in Windows 7 : Resolved

Edit More Than 200 Rows in SQL Server 2008

While working with Sql Server, sometimes we need to update a record quickly. Even so quickly that we don’t want to write a query. Even that’s not a big problem just we need to right click desired table and select “Edit Top 200 Rows” option. This opens top 200 records of that table in editable mode and Edit More Than 200 Rows in SQL Server 2008

Proper Deployment Steps for SharePoint Timer Job Service

I created a share point time job using visual studio 2010. I deployed that job using VS and i got some error while debugging this job. I rectified the error and again deployed this but when i debugged again my timer job picking up the old references. For my wonder i deployed this again and Proper Deployment Steps for SharePoint Timer Job Service

Search Crawling Error “The filtering process could not load the item…” in SharePoint 2010 : Resolved

“The filtering process could not load the item. This is possibly caused by an unrecognized item format or item corruption.” In our production server this warning was generating with many items while crawling sites for search. Due to this we were unable to find the content of our custom pages during search. After a long Search Crawling Error “The filtering process could not load the item…” in SharePoint 2010 : Resolved

Set Welcome Page using PowerShell : SharePoint 2010

By default a SharePoint 2010 publishing site uses default.aspx as its welcome page. There are so many conditions where we use our custom web part page as the default page for our publishing site in place of general default.aspx. The best example for this is an application dashboard as the default page. Though its very Set Welcome Page using PowerShell : SharePoint 2010

Hide View All Site Content and Recycle Bin in Quick Launch SharePoint 2010: Resolved

When I worked on MOSS 2007 I wrote an article regarding Hide View All Site Content and Recycle Bin in Quick Launch: Resolved and this article is one of the most popular article @ my blog. But that article was suitable only for MOSS 2007. As there are lots of changes from MOSS 2007 to Hide View All Site Content and Recycle Bin in Quick Launch SharePoint 2010: Resolved

Add Safe Control Entries to SharePoint 2010 Web Parts using VS2010

I was reviewing a SharePoint solution and found that a web part inside that solution has poor naming conventions so I decide to rename the web parts for giving the proper names to them. I changed the necessary references in different files of web part (I’ll mention them in a separate blog post). Now after Add Safe Control Entries to SharePoint 2010 Web Parts using VS2010

Installing assembly in GAC in Windows Server 2008 : Resolved

I developed an event handler and need to deploy it on production server. My production server is built on Windows 2008 Enterprise Server 64 Bit and there was only one installation on server i.e. SharePoint Server 2010. Now I need to install my assembly in to GAC. I copied my .dll to production server. Then Installing assembly in GAC in Windows Server 2008 : Resolved