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...
Showing posts with label Do and Don't do n SharePoint. Show all posts
Showing posts with label Do and Don't do n SharePoint. Show all posts
Thursday, January 7, 2021
07
Jan
Tuesday, December 8, 2020
08
Dec
SharePoint Online: we have two types of the Service Scope.Service Backup- all the content is backed up on a regular basis in the case there is corruption Deletion Backup- users will accidentally or purposely delete content. Its avaliable for 93 days only.We can Requesting Backups from Microsoft raise...
Tuesday, December 20, 2016
20
Dec
Microsoft has clearly mentioned in their key notes, they are building the framework and it is related samples using KnockoutJs and ReactJs with Typescript. Since it is an open-source based development model, choosing the framework/technologies are completely our choices, based on our knowledge and requirements. Here...
Thursday, June 9, 2016
09
Jun
Example Code:
<CustomAction ControlAssembly="CustomProject.Actions"
ControlClass="CustomProject.Actions"
ControlSrc="/_layouts/test/testPage.aspx"
...
Saturday, July 4, 2015
04
Jul
When creating new columns, name them without any special characters or spaces. After the column is created, rename it with the special characters or spaces. This way the internal name is "clean".
When you are working with DataViews, some third party controls, and custom Webparts - you must use the internal...