Get all Sub site details in Site Collection in SharePoint online using Power shell

In post we will see how to get the sub site details in a site collection in SharePoint online using  power shell and save the details in .csv file Make sure the SDK  SharePoint Online Client Components SDK was installed in the system 1) Create a folder( with name Get all Site Collection Info)  in  one … Continue reading Get all Sub site details in Site Collection in SharePoint online using Power shell

Advertisement

Custom Actions Using CSOM for SharePoint Online Part 3

In the previous posts Part1 and Part 2 we have how to creat the custom actions.  In this post we will see how to delete the custom actions using CSOM. Remove All Custom Action: 1)  Add a new button(btn_RemoveAllActions) to the web form(CustomActions.aspx) 2)Add the below code in the button click 3)Now  run the web Application on click in … Continue reading Custom Actions Using CSOM for SharePoint Online Part 3

Custom Actions Using CSOM for SharePoint Online Part 2

This is the second post  for the Custom Actions Using CSOM for SharePoint Online series. In the Previous post  Custom Actions Using CSOM for SharePoint Online we had see how to create ECB menu for the lists in SharePoint online In this post we will see  how  create Ribbon Custom actions for different types of lists (Custom … Continue reading Custom Actions Using CSOM for SharePoint Online Part 2

Custom Actions Using CSOM For SharePoint Online

In this Series of posts  you will come to know about below two custom actions. Ribbon custom action Menu Item custom action We have so many types of Custom Actions are there in SharePoint 2013 Menu Custom Action Page Custom Action Central Administration Custom Action Server Ribbon Custom Action In this  Series of posts we … Continue reading Custom Actions Using CSOM For SharePoint Online

Configuring SharePoint – Part 4

Configuring Forms Based Authentication in SharePoint 2013 Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 1 Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 2 Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 3 Part 4 –  Configuring SharePoint Now that the membership and role provider have been configured, … Continue reading Configuring SharePoint – Part 4

Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 3

Configuring Forms Based Authentication in SharePoint 2013 Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 1 Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 2 Part 3 – Editing the Web.Config Files SharePoint is actually divided up into several web applications – Central Administration, the Security Token Service and all of … Continue reading Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 3

Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 2

Introduction Part 1 Part 2 – Adding Users to the Membership Database Now that we’ve created an empty membership database, we need to add some users to it that can be used to login. To manage users in IIS, we’re going to create a dummy site just for managing users.  In SharePoint 2010 and earlier … Continue reading Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 2

Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 1

Introduction of Configuring Forms Based Authentication in SharePoint 2013 Part 1 – Creating the Membership Database The first thing you need when configuring FBA for SharePoint is a place to keep all of the usernames and passwords. ASP.Net comes with a tool that we’ll use to create a membership database to store the logon information. … Continue reading Configuring Forms Based Authentication (FBA) in SharePoint 2013 – Part 1

Configuring Forms Based Authentication in SharePoint 2013

Configuring forms based authentication (FBA) in SharePoint 2013 is very similar to SharePoint 2010, but there are some differences due to SharePoint 2013 using .Net 4.0. The web.config entries entries are slightly different. As well, IIS doesn’t support editing .Net 4.0 membership provider configuration through the IIS interface, so all of the configuration has to … Continue reading Configuring Forms Based Authentication in SharePoint 2013