SharePoint Tips and Tricks

New and Improved Features of SharePoint 2016 - 2

New and Improved Features of SharePoint 2016 – 2

Continue the previous blog, let us learn more new and improved features about SharePoint 2016. Hybrid in SharePoint Sever 2016 Hybrid sites Hybrid sites features allows your users to have an integrated experience while using SharePoint Server and SharePoint Online sites: Users can follow SharePoint Server and SharePoint Online sites, and see them consolidated in […]

New and Improved Features of SharePoint 2016 - 1

New and Improved Features of SharePoint 2016 – 1

On 14th March 2016, Microsoft announces the release of SharePoint 2016 RT, this is an important milestone of SharePoint 2016 release, and includes many new capabilities for users, IT workers and administrators. Microsoft has announced the new or improved features of SharePoint 2016 early, here are some features. Compliance Center in SharePoint 2016 The Compliance […]

How to check the email of SP user when you trigger email for Alert Reminder Boost or Password Change

How to check the email of SP user when you trigger email for Alert Reminder Boost or Password Change

  For quite a bunch of products from Boostsolutions, like Alert Reminder Boost, Password Change, email will be triggered to be sent to users of Sharepoint. And sometimes the truth is The right user accounts did not receive emails. Why it happened? The answer is the email of user account is not the one as […]

How to get folder information in SharePoint 2010

How to get folder information in SharePoint 2010

How do you get get a folder’s detailed information, such as time it was modified and who modified it, from the folder’s “serverRelativeUrl” using JavaScript object model in SharePoint 2010? At first glance I thought this was a simple question. It is easy to get a SPFolder object from “serverRelativeUrl”, thus it should be very […]

How to hide the Site Actions drop down list using JavaScript

How to hide the Site Actions drop down list using JavaScript

When you normally open SharePoint 2010 you will find the Site Action drop down list on the top left: This post will demonstrate how to hide the Site Actions drop down list using JavaScript. First, create an empty SharePoint solution using VS and then add a custom action: <?xml version=”1.0″ encoding=”utf-8″?> <Elements xmlns=”http://schemas.microsoft.com/sharepoint/”> <CustomAction Id=”HideSiteActions.SiteActionAddPoint” […]

How to use PowerShell to control your SharePoint SUT Platform remotely

How to use PowerShell to control your SharePoint SUT Platform remotely

Do you want to make your life easy by preparing SharePoint SUT server test data? If you are still preparing test data or configuring the SUT manually, then you should change your habits now! SharePoint Management is a tool to manage the SharePoint server. PowerShell will help you to increase efficiency. Suppose that you already […]

configure send to connections in sharepoint 2010-1

How to Configure Send to Connections in SharePoint 2010

Document management is an important function in SharePoint, because many document libraries need to be created in different sites to store all kinds of documents. Due to some reasons, you may have to regularly copy some documents from different libraries to another same library. Fortunately, SharePoint provides Send to Connections to send connection to external […]

step3

How to Copy Permissions to Other Users in SharePoint

Introduction Permission Management is one of the key tasks of SharePoint. Current permission management in SharePoint requires you to grant permissions for each user on different sites, lists and folders. If the users’ permissions become too complex, then granting permissions becomes cumbersome and the efficiency of granting permission will be cut down dramatically. Suppose one […]