How do I talk with someone about purchasing SharePoint Server Subscription Edition
Who do I contact at Microsoft about purchasing SharePoint Server Subscription Edition? This would be installed on a closed network.
Connect-SPOService is not working! Tevon2.0 1,106Reputation points
I have not been able to connect to SPO Servicemy dev server even when I used the commands below per the Microsoft guidance. PS C:\Windows\System32> Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version Name …
SharePoint Online & Power Apps performance improvments..
Hi , I have a power apps canvas application with a gallery that sort SharePoint list items by Modified & Created Date, where i can dynamically chose the sort field. the SharePoint list contain around 1,250,000 items, And around 3 years ago when i…
Link one sharePoint site to 3 Teams Group.
Hello, Please i need your help on this issue. I would like to know how to link one sharepoint site to 3 teams' groups.
How to make the default view on a word document reading view on SharePoint
The word document defaults to opening in separate pages view and I would like it to default to reading view when another user opens it
Sort order for Sharepoint API “GET sites?search=*"
https://learn.microsoft.com/en-us/answers/questions/2152627/sort-order-for-sharepoint-api-get-sites-search-*?comment=answer-1908331&page=1#comment-1894317 In the past, the above query showed that “GET sites?search=” does not support sorting, but “GET…
SHAREPOINT ONPREMISES SE with AZURE AD OPENID
I recently installed SharePoint SE On-Premises. I am in a hybrid environment and have users in security groups. I have a group called SP_visitors in my on-premises AD that is synchronized to the cloud and contains all users who should have access to the…
Generate a report for OneDrive users exceeding 500GB
Please help me with a powershell script that i can use to get a report on OneDrive users exceeding 500GB of space used.
SharePointAPI about web_link
In SharePointAPI, I want to determine if a file included in the “GET /drives/{drive-id}/items/{item-id}/children” API response I want to determine if the file included in the “GET /drives/{drive-id/items/{item-id/children” API response is a…
Sort order for Sharepoint API “GET sites?search=*”.
https://learn.microsoft.com/en-us/graph/search-concept-sort From the above site, we can determine that the “GET sites?search=*” API does not support sorting. However, the “GET sites?search=&orderby=name” API has changed the sort order compared to the…
About web_link in SharePoint's API for getting a list of folder file lists.
https://learn.microsoft.com/ja-jp/graph/api/driveitem-list-children?view=graph-rest-1.0&tabs=http I would like to ask about the file property in the “GET /drives/{drive-id}/items/{item-id}/children” API response. I would like to know all the files…
WebPart Title not showing when added with Graph API
Hello, I am experiencing an issue with WebPart titles in SharePoint Online. Specifically: When I add WebParts to a SharePoint page using the Microsoft Graph API, everything works as expected initially. However, when the page is viewed in desktop mode,…
IN a sharepoint list I have a column with a color value. I want to use that value in a json column format. How do I do that?
We need to color code a calendar of training events. Each training class has a column with the hex value of the color to use. How do I reference that field to set the background color of my column?
Need to automatically enable the Camera Upload setting for the OneDrive iOS app that is being deployed with Jamf
Hello, I am currently attempting to automatically enable the Camera Upload setting for the OneDrive iOS mobile app that will be deployed using Jamf. I asked Copilot and it gave these xml…
Embed Teams posts on SharePoint homepage
Hello, we would like to implement a Webpart for our teams channel conversation on the Sharepoint Homepage of that team. So basically, that when visiting the Sharepoint homepage the members can see the posts in the teams channel and also make posts into…
Assign permissions
Is there a way to assign a user access to all SharePoint sites at once? What permission settings are available for this purpose?
SharePoint REST API 2.0 Redirecting to the exact same endpoint url - Get File Content
I am clueless about this! Was trying to Get File Content by using SharePoint REST API 2.0 - Send An HTTP Request to SharePoint action using method GET, endpoint: /_api/v2.0/sites/{site-id}/drives/{drive-id}/items/{item-id}/content Result is failing…
Specify conditional formula to show or hide fields in a list form based on choice
Hi, I have a list that includes column names that have spaces in them, e.g. "Third party". I want to be able to conditionally show fields in a list form based on choice. I have followed the guidance in this link…
Invoke-PnPTenantTemplate did not perform any action and ends after 2 seconds only
I have 2 tenants; Source & Destination. I export the site from source and try to invoke it inside the destination, but it failed, here are the steps i followed:- Connect-PnPOnline -Url "https://source.sharepoint.com/sites/Projects"…
Best way to get list of files in Sharepoint whose permissions were updated
Hi I am using MSFT Graph API to download files from Sharepoint. I am using the delta API to only get the list of files updated since my last run. It looks like if only the permissions for a file are updated, then the file is not included in the delta…