Many rookies in the IT field come up with this question that should I migrate my Exchange Public folder to SharePoint or not. Well to answer it in simple terms, SharePoint cannot be considered as a replacement of Exchange Server. Let’s first try to understand what the use of SharePoint Server is. SharePoint Server can
The blog “SharePoint comparison matrix for 3rd party migration tools” posted by Alex Dove on December 17, 2014 caught my attention. I have been doing similar work recently and am providing my paper : Guide to selecting best SharePoint Migration Tool, as a way of contribution to the ‘migration’ thread. The paper seeks to provide selection criteria
Introduction I’ve worked with all versions of SharePoint, that being SharePoint Services 2.0 or SharePoint Portal Server 2003 (commercial release), SharePoint Services 3.0 or SharePoint Portal Server 2007 (commercial release), SharePoint Foundation 2010 (free) – plus SharePoint Server 2010 (commercial extension for Foundation), SharePoint Enterprise 2010 (commercial extension for Server), SharePoint Foundation 2013 (free) plus
Sometimes it is essential to hide a column in a SharePoint list/library. It can be done easily with PowerShell. The following code hide “fieldName” in Edit and New Forms; however, it is available in display and new form! #Get the Web $web = Get-SPWeb “URL” #Get the List $List = $Web.Lists[“listName”] #Get the Field $Field
Administration Options Microsoft SharePoint 2010 Search provides business users with a highly efficient and customised intranet search capability. Not only does it index all of your enterprise data on SharePoint 2010 server, but it also enables you to search documents, file share, and other data sources and repositories. Server administrators can use SharePoint administrative options
Create a workflow which is described on following image. Note: After any two of three approvers finish their approval tasks document will be either approved or rejected. Resolution Access SharePoint site and create custom SharePoint list. List name: Regulation Approvers Columns: Editor (PeoplePicker) Approver1 (PeoplePicker) Approver2 (PeoplePicker) Approver3 (PeoplePicker) Note: Using this method approvers can be different for
So you have invested in SharePoint, but how in tune are you with what’s going on within your SharePoint portal? By implementing an analytics solution, you can take your SharePoint productivity to the next level. Assuming you have spent a good amount of time and money on your SharePoint implementation, your next step is to
In short, the project was to display Blog Posts on our Intranet home page in a web part. No, doubt the CQWP comes to mind first. It is easy enough to configure by selecting your query source, and styling how it will be presented in the web part via web part editor and xslt (another
Objective: implement custom sort functionality for list items make order number (rank) visible on the list First, let’s create custom action for reordering items and make hidden field Order visible and sortable on default view with PowerShell. [void] [System.reflection.Assembly]::LoadWithPartialName(“Microsoft.SharePoint”) | out-null # Add “Change item Order” button at target List $siteUrl = “yourSiteCollectionUrl”; $listTitle =
One of the things I love best about SharePoint is I am always learning something new every day. In my experience, when things work right the first time you try something, you don’t learn much. Conversely, when things don’t work correctly, I learn tons of stuff. ‘Nuff said about learning opportunities in SharePoint. I recently
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]