PowerShell Script to Find All Active Directory Groups in SharePoint

Requirement: Get the list of All AD Security groups used in SharePoint sites. We need to generate a report on AD groups used in a SharePoint web application. PowerShell script to find AD Groups in SharePoint: Here is my PowerShell script to find and export Active Directory groups on all SharePoint sites…

Read more

Installing and Configuring ADFS Integration with SharePoint 2013 – Step by Step Guide

Introduction:Active directory federation services is the solution for extending enterprise identity beyond the corporate firewall. It simplifies sharing identities between trusted partners across organizations. It’s a common requirement in a typical business scenario, users in one organization want to access a secured application/website from another organization. Without ADFS, we’d end-up re-creating user…

Read more

How to Enable Anonymous Access in SharePoint 2013 / 2016?

As the name suggests, Anonymous access allows anonymous users to view pages in SharePoint. Setting up anonymous access in SharePoint sites is a common task for most of us, and often we do it to enable anonymous access for SharePoint 2013 for public-facing sites. Let’s see the steps needed to configure anonymous…

Read more

Fix “Sorry, this site hasn’t been shared with you.” Error in SharePoint 2013

Typically, if you don’t have access to a SharePoint 2013 site and access requests are not enabled, You get : “Sorry, this site hasn’t been shared with you” message when you try to access any SharePoint 2013 sites. Its a common issue and simply means that you have not been granted access…

Read more

Integrating Windows Live ID, Google and Facebook Authentications with SharePoint 2013

The federated authentication mechanism handles authentication by external providers which send the token back to SharePoint. So, Instead of creating accounts internally (in AD, SQL Server) for external users and partners, We can make use of external authentication providers like Microsoft Live ID Accounts, Google, Yahoo, Facebook accounts (or even external Active…

Read more