Customized Master Pages Report for All SharePoint Sites
Today, wanted to audit customized Master pages which are deviating from our corporate Branding in my Team Sites environment. Generated the report for customized master pages with help of...
View ArticleGet SharePoint Library Size with PowerShell
SharePoint 2010 document library sizes can be easily retrieved via Storage metrics: Site Actions>> Site Settings >> Storage Metrics if you have SP1 installed. You can get SharePoint library...
View ArticleUser's Account Name Changed in Active Directory. How to Sync it in SharePoint?
We had a user account in Active Directory: EU\susanapi. Later there was a change in User name. It become: EU\suzanapi. But even after several user profile imports, the old user name: EU\susanapi was...
View ArticleMOSS 2007 List Toolbar in SharePoint 2010
After migrating from MOSS 2007 to SharePoint 2010, some users still face difficulty with SharePoint 2010 interface, especially ribbon. What they are asking for is: List toolbar is missing! We need MOSS...
View ArticleSharePoint Versioning Manager - Control Versioning Settings & Clean Up Old...
We have document libraries with unlimited versioning enabled for years. As part of regular auditing Version History Size Report for Entire SharePoint Web Application , found many documents have more...
View ArticleAudit Specific User Permissions in SharePoint 2007 with PowerShell
In continuation with my earlier post: SharePoint Permission Report: Check Access Rights for a Specific User, got few requests to make the PowerShell script compatible with MOSS 2007. Hence, I'm posting...
View ArticleSharePoint Document Versions Size Report with PowerShell
This is a PowerShell version of my existing post Version History Size Report for SharePoint which uses C# object model to generate versioning report and gives insights, such as:Site/Library's Total...
View ArticleDynamic Fusion Charts from SharePoint 2010 List Data
I said it before, and I'm saying it again: "Fusion Charts is a great product!" .In my earlier fusion chart implementations, most of the cases, charts are generated with predefined category. In some...
View ArticleSet Permissions and Restrict Access to SharePoint Views
Little background: PMO from Sales domain came with this requirement: They Have a list for capturing project metrics in a project collaboration SharePoint Site with the below columns: There are two...
View ArticleSharePoint Top Navigation Link: Open in New Window
There was a requirement is to add a link in intranet portal's top navigation bar. Provided on clicking the link, it should open in new window, as the site link added was developed in a different...
View ArticleChange "Add New Item" Link Text to something more descriptive
Requirement: End user's requirement is to change "Add New Item" link text to "Add New Risk Metrics" , so that it will be more meaningful on Risk metrics list.SharePoint 2010 change add new item...
View ArticleTurnoff Theme Customization by Disabling Enhanced Themes in SharePoint 2010
Enhanced Theming enables users to customize SharePoint themes further by selecting different colors and fonts. Enhanced theme is actually a hidden feature (GUID: 068bc832-4951-11dc-8314-0800200c9a66),...
View ArticleMove SharePoint Site from one subsite to another within a Site Collection
Had a requirement to move a SharePoint site from one subsite to another site of the same site collection. Source site URL was: http://sharepoint.crescent.com/teams/marketing/us/Policies/ and it should...
View ArticleDeploy/Publish Nintex Workflow to Multiple Lists with PowerShell and Nintex...
Requirement: We have three Nintex workflows. These three workflows to be deployed to all document libraries of a sub-site. Nintex workflows provides web services to deploy Nintex workflow to multiple...
View ArticleSharePoint 2010 Top Navigation Drop Down Menu, Quick Launch Flyout
By default, SharePoint enables top navigation Fly out Menus when Publishing Feature is enabled. Other Site templates like Team Sites doesn't come up with top navigation flyout menus. However we can...
View ArticleNavigation Link Missing in SharePoint Site Settings
Created a site collection for "Marketing" team today and they came with a complaint: "I couldn't see Navigation link under site settings! As 'Navigation' component gives more options, we need it...
View ArticleExport Import Quota Templates in SharePoint with PowerShell
In SharePoint database attach method migration, Quota templates must be created manually between farms. Its a pain when you have multiple quotas defined. These PowerShell scripts simplifies the...
View ArticleCreating SharePoint Search Scope to Find Only Documents
Requirement: End-User wants to get only documents in search results!Solution: In brief, create a new search scope of "ContentClass" Type "STS_ListItem_DocumentLibrary". This will filter search results...
View ArticleHide Links in Site Settings Page with HideCustomAction
Problem: People makes SharePoint branding inconsistent by creating and applying random themes and breaks corporate branding. So need to stop users from creating & uploading new themes and applying...
View ArticleRedirect Old MOSS 2007 Site to New SharePoint 2010 Site in Migration
In a database attachment method of migration from MOSS 2007 to SharePoint 2010, we gradually moved site collections one by one by attaching content databases of individual site collections. It took a...
View Article