↧
New-MgOauth2PermissionGrant : Missing property: clientId
I was trying to add some permissions to the (new) SPFx app. This is done using the New-MgOauth2PermissionGrant cmdlet. All examples shows using it with -BodyParameter :$params = @{ "clientId" =...
View ArticleMoving Term Sets Accross Site Collection Maintaining Term ID:s
In SharePoint we have the Term Store for managing reusable terms. Besides tenant level term groups, which are available to all site collections, each site can have their own group. There are situations...
View ArticleHow to get “order” and “level” for pages in OneNote Graph API
Quick tip: To include the order and level properties when getting pages with the Graph OneNote API, you need to add ?pagelevel=true to your request. This is not mentioned in the documentation.
View Article