Let's SharePoint

July 2015

  1. HOME
  2. Monthly Archives: July 2015
July 31, 2015 / Last updated : July 31, 2015 Sethu Client Object Model

How to Connect to SharePoint Online/Office 365 using CSOM?

Fellow SharePointers, Here is the sample script to connect to the SharePoint online using Console solution in Visual studio 2013 Environment. using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Publishing; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Security; using System.Text; using System.Threading.Tasks; using System.Web; using System.Xml; namespace OneClick { class Program { static void Main(string[] args) […]

July 27, 2015 / Last updated : November 7, 2015 Sethu SharePoint 2013

How to get the list of User Profiles in Office 365?

In SharePoint 2013/Office 365  Environment, if you want to get the list of user Profiles properties ,here is the CSOM code to achieve it. You should use QUERY API’s to achieve the same.In this instance, we are fetching the properties such as WorkEmail, PreferredName, WorkEmail with the help of Search Query API’s       […]

July 25, 2015 / Last updated : July 25, 2015 Sethu Client Side Object Model

How to Get SharePoint List Items Count in Sharepoint 2013 /Office 365?

In SharePoint 2013/Office 365, we do lot of customizations using CSOM. One of the most required validation you do when you are manipulating with the list of items is to find out the exact count of the list items. There are many ways to achieve this. This is the simplest way to find out the […]

July 24, 2015 / Last updated : November 19, 2015 Sethu Google Analytics

How to enable Google Analytics in SharePoint 2013 /Office 365?

Let’s you want to integrate google analytics code in your SharePoint 2013 /Office 365 Environment. The solution is simple. You just need to insert the following google analytics code in to SharePoint Master Page. 1. Go to Site Settings. 2. Navigate  to Galleries and Select the Master Page and layouts. 3. Choose the master page […]

July 21, 2015 / Last updated : July 21, 2015 Sethu Office 365

How to enable the filtering by Content Type in SharePoint 2013/ Office 365?

In my project, We have a Page library with lot of page items , you want to get to the required page in a short span of time, you can enable filtering based on Content types. This would save you a lot of time.  Lets say have a page library which holds different content types […]

July 18, 2015 / Last updated : November 7, 2015 Sethu Features

How to add Office 365 Security Groups to the Site Collection Administrators in Office 365?

Lets say you have an requirement to add a lot of security groups to Site collection administrators especially when you are having multiple regional SharePoint sites in Office 365. To do it, in the site collection you want to manage, click gear icon  > Site settings > Users and Permissions > Site collection administrators. Add […]

July 17, 2015 / Last updated : July 17, 2015 Sethu Office 365

What are the differences between Search features in SharePoint 2010 vs 2013/Office 365

Microsoft is enhancing it search features after each and every Release. In SharePoint 2010 we had the choice between regular SharePoint Search and FAST.In Office 365 and SharePoint 2013 Search,Microsoft has taken the best of both approach.It’s now called ‘SharePoint Search’ but with all that FAST features baked in. Here are the major three Search differences […]

July 15, 2015 / Last updated : November 19, 2015 Sethu Office 365

How to create Audit Log reports in SharePoint online /office 365?

Auditing can be configured for a site collection, a list or library, or based on a content type as part of an organizations information management policy.The audit log reports can be accessed from Audit log reports under site collection administrator. Below are the events captured in Office 365 are Content Activity Reports Content viewing This report […]

July 14, 2015 / Last updated : July 14, 2015 Sethu Office 365

How to get usage reports in SharePoint online /Office 365?

Usage report shows historical usage information about the site collection, such as the number of views and unique users. Use this report to identify usage trends and to determine times of high and low activity. To configure the Usage Report , you need to navigate to Site Settings -> Popularity and Search Reports under site collection […]

July 9, 2015 / Last updated : July 9, 2015 Sethu Office 365

Survey App is missing in Sharepoint 2013/ Office 365?

Hello SharePointers, In SharePoint 2013, Survey is an app which can be installed at site level. SharePoint survey can be used to answer to the list of questions from each and every individual users which can later be used as a feedback to improve the business. SharePoint Survey has the following data fields which can […]

Recent posts

How to insert table in Modern Pages using PnP Powershell in Office 365/Sharepoint Online?

June 7, 2019

How to set up Access Requests in SharePoint online using Powershell?

May 11, 2019

How to change the default SharePoint suite logo in SharePoint 2013/2016/2019?

April 30, 2019

How to add metadata to Document libraries in SharePoint online using powershell.

April 27, 2019

How to get Sharepoint site details using Powershell in Office 365?

April 17, 2019

How to get alerts for a specific policy in Cloud app security using Powershell

April 16, 2019

How to get the list of custom apps in App catalog using Powershell?

April 9, 2019

How to get the list of policies in Microsoft Cloud app security using window powershell?

April 4, 2019

How to get the list of List and Document library item counts in SharePoint online using Pnp Powershell ?

April 4, 2019

How to restore subsite in a Sharepoint online site collection using Pnp Powershell

April 2, 2019

Category

  • Anonymous access
  • Client Object Model
  • Client Side Object Model
  • Customization
    • Customization
  • Designer Workflows
  • Errors & Resolutions
  • Features
  • Google Analytics
  • InfoPath
  • Item Scheduling
  • JSOM
  • Nintex worflows
  • Office 365
  • Office 365 Groups
  • PnP JS Library
  • PowerShell
  • Powershell Online
  • REST API
  • REST API's
  • Server Side Object Model
  • SharePoint 2010
  • SharePoint 2010 Search
  • SharePoint 2013
  • SharePoint 2013 Search
  • SharePoint 2013 Workflows
  • SharePoint 2016
  • SharePoint 2019
  • SharePoint Designer
  • SharePoint Framework
  • SharePoint Online
  • SharePoint Pnp
  • SharePoint Usage Analytics
  • Unique values
  • User Profile Services
  • Windows Powershell
  • Workflow Manager

Archive

  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • January 2016
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • May 2015
  • April 2015
  • March 2015

Copyright © Let's SharePoint All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.