Sign In
Trailblazer's Sharepoint Blog
SharePoint Solution Architect | SharePoint 2010, MOSS |
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
"Get Last Accessed date for a site"
Add 32 bit machine to a 64 bit MOSS farm
AvailablePageLayouts
Clear SharePoint cache
contentclass
default value for a look-up field
Export-PSSession
Filter a SharePoint List based on the Log In user’s properties
Get Solution File Name
Get use in subsite in WSS 2.0
Import-Module
List of site and site collections
Page Editing Toolbar
PageLayoutCollection
PropertySchema
Remote Powershell with SP 2010
restrict the available page layouts
SharePoint 2010
SharePoint Cache
SPFileCollection
SPMetal
SPRecycleBinQuery
Varun MAlhotra
viewformpageslockdown
Visual Studio 2011
Archive
Archives
February 2012
(1)
January 2012
(11)
June 2010
(2)
May 2010
(2)
April 2010
(1)
February 2010
(1)
January 2010
(3)
December 2009
(5)
June 2009
(2)
May 2009
(5)
April 2009
(1)
December 2008
(1)
November 2008
(2)
October 2008
(1)
September 2008
(1)
August 2008
(3)
July 2008
(4)
June 2008
(4)
MSDN Blogs
>
Trailblazer's Sharepoint Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Trailblazer's Sharepoint Blog
SharePoint 2010 | Powershell | Download all files in document library to Network Share (File share)
Posted
2 days ago
by
Varun Malhotra
2
Comments
I was recently working on a client requirement to download all the content of a list/document library to a file share. This script should ensure the folder structure of the document library to be replicated in the file share. ########################...
Trailblazer's Sharepoint Blog
SharePoint 2010 | Get Solution File Name from Feature activated
Posted
11 days ago
by
Varun Malhotra
0
Comments
I was working on a custom solution with a client. This project has a high level of custom auditing, which means any custom feature being activated or deactivated, any solution being added/retracted etc. is logged. As part of the logging they also log...
Trailblazer's Sharepoint Blog
SharePoint 2010 | Correct SharePoint behavior | "SharePoint displays users as Domain\Username instead of Display Name"
Posted
11 days ago
by
Varun Malhotra
0
Comments
I have seen this behaviour a number of times in our client enviornments when some of your AD accounts would show - DomainName\UserName as the display name. In most cases it is the Profile Sync job which is turned off and as a result the synchronization...
Trailblazer's Sharepoint Blog
SharePoint 2010 | Clear SharePoint Cache
Posted
13 days ago
by
Varun Malhotra
1
Comments
SharePoint caches the content (Could be images, etc.) in two of its system folders. The cache is composed of these 2 folders: %APPDATA%\Microsoft\Web Server Extensions\Cache %USERPROFILE%\AppData\Local\Microsoft\WebsiteCache In order...
Trailblazer's Sharepoint Blog
FAST Search 2010 | Query on Out of the box ContentType Managed Property doesn't return results
Posted
18 days ago
by
Varun Malhotra
0
Comments
I was recently working with a customer on FAST Serach Querying and they were using custom search to get results for a specific content type. They were trying to use the OOB Managed Property - ContentType. Somehow it was not returning any results. As...
Trailblazer's Sharepoint Blog
SharePoint 2010 | Copy text to clipboard
Posted
19 days ago
by
Varun Malhotra
0
Comments
I was recently working on a web part which had to copy the data in the datagrid to clip board. Servers side code tends to get messy and I found an easy way to copy to client's clip board using Javascript. <Javascript code> The javascript for...
Trailblazer's Sharepoint Blog
Achievements in Visual Studio 2010
Posted
22 days ago
by
Varun Malhotra
0
Comments
What if Visual Studio supported achievements, just like games on Steam, Xbox or PS3? Bragging to your coworkers about which one you’ve just unlocked, imagine that! Now that has become a reality. MSDN has released an extension for Visual Studio 2010...
Trailblazer's Sharepoint Blog
Search Center | List of site and site collections | SharePoint 2010
Posted
22 days ago
by
Varun Malhotra
1
Comments
I found an easy way to get the list of Sites and site collections just by using search. (No Code or customization required.) Thanks Corey Roth's article - http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/01/13/how-to-query-site-and-site...
Trailblazer's Sharepoint Blog
Visual Studio 2011 & SharePoint 2010
Posted
24 days ago
by
Varun Malhotra
3
Comments
Just got my hands on Visual Studio 2011 Developer preview and it looks damn good. The SharePoint developer tools in Visual Studio 11 Developer Preview contain new designers and templates to facilitate SharePoint development, as well as new options...
Trailblazer's Sharepoint Blog
SharePoint 2010 | AD Account gets locked down
Posted
24 days ago
by
Varun Malhotra
0
Comments
I must say that SharePoint 2010 has been absolutely awesome in integrating all my office client applications - WorkSpaces, One Note files, etc. I typically have my one note files uploaded on sharepoint which I can open anywhere - Office, client location...
Trailblazer's Sharepoint Blog
Content Type Hub | Duplicate Content Type Error "A content type with the name already exists"
Posted
25 days ago
by
Varun Malhotra
0
Comments
Content types are one of the best things to happen for SharePoint as they allow better standardization and governance of content. I was recently hit by a strange content type issue. The client had a SharePoint setup with a content type hub where he...
Trailblazer's Sharepoint Blog
Can't access a list on an Anonymous site - SharePoint 2010
Posted
28 days ago
by
Varun Malhotra
0
Comments
I was recently hounded by a client's strange issue. The client had a Publishing Site which was configured - 'Anonymous Access" - Entire web site. They have fantastic branded home page (I must say, you can't tell it is SharePoint). Anyways, they have an...
Trailblazer's Sharepoint Blog
Remove, Save and Restore - Remote PowerShell Sessions in SharePoint 2010
Posted
over 2 years ago
by
Varun Malhotra
0
Comments
I have been working with Remote Powershell and it is amazing to use this. Just imagine I dont need SharePoint server on my box just powershell on my box and normal Powershell scripting knowledge. A typical pain can be to create a new session everytime...
Trailblazer's Sharepoint Blog
Configure Remote PowerShell in SharePoint 2010
Posted
over 2 years ago
by
Varun Malhotra
1
Comments
I was working on a requirement to run a SP 2010 powershell script from a remote machine on network. Yes the answer is PowerShell 2.0 which uses WIN-RM for remote powershell execution. Powershell 2.0 uses the concepts of WIN-RM which involves piping the...
Trailblazer's Sharepoint Blog
SPS 2003 : Custom error page for a status 404 error
Posted
over 2 years ago
by
Varun Malhotra
2
Comments
I was recently working on SPS 2003 issue where we wanted to redirect the user to a custom error page. In MOSS we have an elaborate process to achieve the custom error page functionality. After quite a bit of research I could find couple of ways but the...
Trailblazer's Sharepoint Blog
MOSS 2007 : Get Last Accessed date for a site
Posted
over 2 years ago
by
Varun Malhotra
10
Comments
I had a recent requirement to find out the last accessed date of the sites in the web applications on the farm. The idea was to find the sites which are rarely used and delete these sites (or archive their data). By concept I should be able to get...
Trailblazer's Sharepoint Blog
MOSS: Event Log error when you have Ajax User Controls in Control Templates
Posted
over 2 years ago
by
Varun Malhotra
2
Comments
I was recently working with Ajax controls in SharePoint. I created some ascx user controls and added them to the ControlTemplates folder of the 12 hive. I then dynamically loaded these controls to my web parts and everything worked fine. We did the deployment...
Trailblazer's Sharepoint Blog
MOSS: How to prevent a single text on a page to come in search results?
Posted
over 2 years ago
by
Varun Malhotra
0
Comments
I was recently working on a requirement, somewhat weird (As developers would say) but made a lot of sense (As end users would say). Customer had a home page with their company logo. At some places in the home page (or better in the master page) there...
Trailblazer's Sharepoint Blog
How to: Add 32 bit machine to a 64 bit MOSS farm - Best Practices
Posted
over 2 years ago
by
Varun Malhotra
0
Comments
I was recently working with a client who wanted to develop Workflows using VS 2008 on a 64 bit server. After quite a bit of research we found that this was not possible by design. Possible workarounds involve adding a 32 bit server in a 64 bit farm. To...
Trailblazer's Sharepoint Blog
SP2010: SPMetal Doesn't work for external lists + Possible workaround
Posted
over 2 years ago
by
Varun Malhotra
0
Comments
As we know SP 2010 has introduced a way where we will now be able to implement OOPS principles for SharePoint Code. In other words we can now have an easier way to understand and implement object oriented principles in SharePoint. The short answer on...
Trailblazer's Sharepoint Blog
MOSS - Editting items of a List with Custom Fields crash after installing SP2 or Feb CU 2008 onwards
Posted
over 2 years ago
by
Varun Malhotra
0
Comments
I recently was working on a issue where customer had recently installed Feb CU 2008 and his lists started crashing. As such the list contniue to work fine, but it didnt allow editting of items. On further troubleshooting, I isolated the issue to list...
Trailblazer's Sharepoint Blog
How to get Search Query API calls to be logged in search usage analysis reports
Posted
over 3 years ago
by
Varun Malhotra
0
Comments
I was recently working on a customer requirement to log Search Query API calls. OOB this is easy to achieve where we have specific UI option in central admin to get this information. On discussion with the PG, we found that by design this is not supported...
Trailblazer's Sharepoint Blog
After Properties go blank in ItemUpdated event for Office 2007 Documents..
Posted
over 3 years ago
by
Varun Malhotra
0
Comments
Event Handlers in MOSS have come a long way since their inception in SharePoint 2003. In MOSS, event handlers expose a pair of properties which can be used for easing quite complex functionality. Yes, I am talking about the pair – AfterProperties and...
Trailblazer's Sharepoint Blog
Windows Powershell ISE
Posted
over 3 years ago
by
Varun Malhotra
1
Comments
I was recently working on a PowerShell issue and found a new Graphical editor for developing PowerShell scripts. I am sure all of us know how troublesome, debugging PowerShell scripts can be. The default Windows PowerShell (Version 1.0) exposes...
Trailblazer's Sharepoint Blog
Fragment Caching for user controls doesn’t work in SharePoint if using SPD.
Posted
over 3 years ago
by
Varun Malhotra
0
Comments
I recently had a strange requirement or should I say an issue where the client had created a user control in SharePoint and was trying to use Fragment Caching on the user control. But somehow the fragment caching wasn’t working. And the client was asking...
Page 1 of 2 (50 items)
1
2