Why we still have files modified before more than 2 days inside "PreservationHoldLibrary", even that we define a retention policy to delete files after 2 days
I have defined this Retention Policy for a SharePoint site, to delete files after 2 days:- Now after 1 week, a new library named "PreservationHoldLibrary" was created inside the site, for example when i delete a file , it will be moved to the…
change the background color of items updated during a specific period in the gallery view of Lists.
I am a beginner with MS Lists and JSON. I was able to change the background color of all items in the gallery view of Lists using the reference from this page, but I would like to add a condition here to change the background color if an item was…
Tabs in SharePoint List
Hi, Is it possible to have tabs in a SharePoint list - similar to the tab functionality in Excel? We are trying to create a risks and Issues log that will need to have different columns for each list but would like them to be combined within one list?
Hello Question regarding embed url for excel files
I tested displaying files via iframe specifically excel files like the code below. the first iframe won't work, but the second iframe works for excel file? What's the scope or limitation for this embed links? I tried video, powerpoint, csv, text,…
SharePoint SaaS vs PaaS
Hello, I'm a little bit confused about the differences between SharePoint PaaS and SaaS and if there is a diagram for both scenarios. Thanks in advance
SharePoint online list choice fields not displaying options I populated
Hello, I have a SharePoint list field called "Approved" which is a choice menu. I populated a choice of "Yes" but on the PowerApps form, the field has values like "Item 1", Item 2" etc. Please assist with fixing this.…
Can not generate Web Part Project with yo
I am following this article https://learn.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment?source=docs But when I run yo @microsoft/sharepoint This is what I get: _-----_ | | .--------------------------. |--(o)--| …
Is the "Connect to Outlook" option still greyed out on the Mac?
As an organization, we need to integrate Sharepoint and Outlook calendars, establish a shared calendar for team members in SharePoint connected with Outlook. I believed that the Connect with Outlook capability would accomplish it for us, however it is…
Access denied
Hello, I am a site owner of a SharePoint site with full control. I, and other members of "site owners", were able to access the "site branding (new)" before yesterday. Now when we try to access, we get " access denied", and…
Sharepoint Home Site 404 Not Found Error
Hi am having issues when trying to access my sharepoint home site. It is showing a 404 Not Found error. I am able to access the documents of the site still, just cant access the home page. I have searched for solutions to this and have followed the…
Unable to track Document Library permission changes in SharePoint via Microsoft Graph Delta API
We are using the /drives/{drive-id}/root/delta endpoint with a header "Prefer": "deltashowremovedasdeleted, deltatraversepermissiongaps, deltashowsharingchanges" to track changes in SharePoint, as documented. However, we encountered…
I am not able to create free Microsoft developer program
I am not able to create account on free Microsoft developer program , please help me if you any lead

New-SPOListFileVersionBatchDeleteJob is asking for "MajorWithMinorVersionsLimit" paramter, even that the library does not have minor versions enabled
I have this library with Major versions only and it only preserve latest 100 versions which were not modified before 3 years :- now i want to free some space so i run this trimming script on the above library:- New-SPOListFileVersionBatchDeleteJob…
Get-SPOCopilotPromoUsage : This informaiton could not be retrieved.
Executing Get-SPOCopilotPromoUsage returns "Get-SPOCopilotPromoUsage : This informaiton could not be retrieved." Unclear why I am experiencing this error. The command is being run in SMS version 16.0.25814.12000. The account executing this…
SharePoint List Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
HI Trying to edit a exciting entry into a list on SharePoint Online and keep getting Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) The only solution i have found is to delete everything in the list and start again which is…
Sharepoint on prem one drive and authentication issue
Hey all just seeing if anyone knows this since there seems to be conflicting information all over the internet. Is it possible to use openid based user accounts with the OneDrive app (syncing SharePoint sites or even the personal OneDrive site). I only…
Issue with ID token
I have configured the trust between Azure and my on-premises SharePoint server using OpenID (with UPN and group claims emitted as roles). I have a security group that contains several nested groups with users. I added this group to SharePoint to grant it…
Developer Program Registration
I'm trying to complete the setup of my Microsoft 365 Developer Program account, but I am encountering issues that prevent me from finalizing the process. Despite multiple attempts, I have been unable to gain full access. Error code is as follows: We…
OneDrive Shared Files no longer show up as local folders
Until recently, like the last week, I could on OneDrive online and "add shortcut to my files". Then, it would show up on my PC as a local folder. Now, it only shows up as a shortcut and forces me to open it online. This is a step back in…
Programmatically authenticating SharePoint on-premises (Subscription Edition) with OIDC protocol
I am trying to authenticate users from an external Idp to SharePoint Subscription Edition using OIDC protocol. I have set up the SharePoint farm as per the…