SharePoint Online: Export Access Requests Settings using PowerShell

Requirement: Export access requests settings for all sites in SharePoint Online. SharePoint Online: PowerShell to Export Access Requests Settings (Email Address, Group Configuration) To export access requests settings from all sites in the SharePoint Online tenant, use this PowerShell: This PowerShell script gets the inventory of all access request settings and exports…

Read more

SharePoint Online: Disable Access Requests for All Sites using PowerShell

Requirement: Disable access requests for SharePoint Online sites. How to Disable Access Requests in SharePoint Online? You may want to disable access requests in SharePoint Online in specific scenarios. We can disable the ability for people to request access to your SharePoint Online site, either from site settings or by using PowerShell….

Read more

OneDrive for Business: Configure Access Requests Settings at Tenant Level

Requirement: Set Access Requests Settings to all OneDrive for Business sites at Tenant Level. How to Configure Access Requests and Sharing Settings in OneDrive for Business Sites? We can configure access request settings for all OneDrive for Business sites at the tenant level. There are two switches available to set access requests…

Read more

SharePoint Online: PowerShell to Change Access Request Email for All Sites

Requirement: Change Access Request Email in SharePoint Online. PowerShell to Change Access Request Email in SharePoint Online for a Site Collection: Access requests allow users to request permission to access a SharePoint site or site collection. Access requests are sent to the site owner’s email address by default. However, you may want…

Read more

SharePoint Online: Configure Access Requests Settings using PowerShell

Access Request Settings in SharePoint OnlineThe access request feature in SharePoint Online allows people to request access to the content they do not have permission to access. It also allows members of the site to send invitations to users who have no permission. Once the invitations are sent, the Site owner should…

Read more

Manage Access Request Settings in SharePoint

Access request feature allows users to request access to sites and content. Access requests feature is improved in SharePoint 2013. Now, Administrators can keep track of access requests. Enable access request SharePoint 2013 Site owners can enable access requests in SharePoint. To configure access request settings in SharePoint 2013, navigate to: Go…

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

Report for SharePoint Access Request Email Configurations

Requirement:People are moving to different roles, Few left the company from time to time. Access requests are sent to those of that kind. It’s a problem! We had to monitor the access request configurations to make sure its sent to the relevant person. So, wrote this PowerShell code to generate the report…

Read more

Change All SharePoint Site’s Access Request Emails with PowerShell

Some time back, I posted an article on Configuring Access Requests from SharePoint. Now, To take the control, Business decided to give the access control requests to the SharePoint help desk, instead of site owners. So, the requirement is: Update All SharePoint Site’s access request Emails to: SharePoint Help Desk’s Mail id…

Read more