Showing posts with label Custom Access Denied in SharePoint. Show all posts
Showing posts with label Custom Access Denied in SharePoint. Show all posts

Thursday, January 7, 2021

07 Jan

Getting ALL users from SharePoint online tenant and set userprofile property via Powershell

Getting all user profiles within SharePoint tenant using SharePoint Online CSOM APIretrieve all the users in tenant (Get-MsolUser cmdlet)iterate users and utilize SharePoint User Profiles CSOM API to retrieve user profilefunction Get-SPOContext([string]$Url,[string]$UserName,[string]$Password){   $context = New-Object...

Wednesday, April 15, 2015

15 Apr

How to set custom access denied pages in SharePoint 2013?

PowerShell Script: We created and applied the custom Access Denied page in the web applications 1. Create the “custompages” folder in Layouts folder and WEB FRONT END server: “c:\Program files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\ custompages \Accessdeniederror.html” 2. Run PowerShell...