Forum Widgets
Latest Discussions
Stuck asset Library - unable to remove
We did some testing for proof of concept and marketing loved it However now the asset library won't remove itself so we can't move it to the site we need it to be on :( PS C:\Users\XXXXX> Get-SPOOrgAssetsLibrary Location of organization asset libraries /sites/CorporateDocuments DisplayName LibraryUrl ListId OrgAssetType ----------- ---------- ------ ------------ Templates /sites/CorporateDocuments/Templates 0198f5c0-688c-461a-843a-828438c43880 OfficeTemplateLibrary TemplateImages /sites/CorporateDocuments/TemplateImages 86a42e42-7452-46fe-8034-98e2afc84279 ImageDocumentLibrary PS C:\Users\XXXXX> Remove-SPOOrgAssetsLibrary -LibraryUrl "https://orgname.sharepoint.com/sites/CorporateDocuments/templates" Document library removed successfully. Library successfully removed from organizational assets. CDN is still enabled for your tenant with existing PS C:\Users\XXXXX> Remove-SPOOrgAssetsLibrary -LibraryUrl "https://orgname.sharepoint.com/sites/CorporateDocuments/templateimages" Document library removed successfully. Library successfully removed from organizational assets. CDN is still enabled for your tenant with existing CDN settings. To remove the library from CDN or to disable CDN for your tenant please see https://aka.ms/spocdn PS C:\Users\XXXXX> Get-SPOOrgAssetsLibrary Location of organization asset libraries /sites/CorporateDocumentsDannyBauOct 14, 2025Copper Contributor6Views0likes0CommentsMenu not updating
Hi, what is wrong with the menus in SharePoint? The changes only show on the computer I am using for editing the menu. This is the case for both "website menus" as well as hub site menus. It has been days since I made the updates and the client has deleted all cookies etc. I have even tried looking at the menu in the SharePoint-app on my iPhone, but I see the same as the client, ie the old version. Any ideas?HelenaStarenbyOct 13, 2025Brass Contributor42KViews2likes49CommentsHow to filter document library web part by a page property column
Dear community members, i am looking for a way to filter my document library web parts inside a sharepoint page by a column that i have added to the page properties. I have tried to add the that has this column as a webpart list and filter against it, and this working fine but i dont want to filter this way. The idea is to create a page for each project in my main list and filter the document library webparts inside of it automatically. is this a possible solution? And if not feasible via page properties, is there any other solutions for this? Thank you in advance for anyone who could help in this. AliSolvedAalghoulOct 13, 2025Copper Contributor71Views0likes2CommentsSharepoint websites on IIS stopped
Hello, Last Monday, I noticed that SharePoint and SharePoint Central Administration v4 sites were stopped in IIS on our SharePoint application server. (We host each SharePoint component on dedicated servers, the application, search, and database servers are all separate.) SharePoint has continued to work fine since then, no users have reported any issues, and I personally tested it throughout the week without finding any problems. I’m not sure if it’s normal for these two IIS sites to be stopped, and I’d like to know whether it’s safe to start them again or if they should remain stopped. Thank you.MasPAN74Oct 10, 2025Brass Contributor16Views0likes0CommentsHow to set a field column of type person for a folder in Sharepoint via the REST API
On Sharepoint I create a column of type person/group (lets say "projectlead"). Now I want to create folders and after the creation I want to set this column via the graph api. I already tested this with a column of type text (single line) successfully via: POST https://{{tenant_url}}/sites/{{site}}/_api/web/lists/getbytitle('Dokumente')/items({{ItemId}})/ValidateUpdateListItem() header: Accept: application/json;odata=verbose Content-Type: application/json;odata=verbose body: { "formValues": [ { "FieldName": "projectlead", "FieldValue": "someUserIdOrName" } ], "bNewDocumentUpdate": false } I heard that it is not possible for folders, but couldn't finde anything specific about it. Is it possible and if, how? I tried several things, but nothing worked for me.JanRokachOct 10, 2025Copper Contributor13Views0likes0CommentsCreate new site through App Reg auth and associate it with a hub site
Hi all, I have created a Logic App in Azure and I am using this Logic App to create new team sites (no Microsoft 365 group) in SharePoint Online. For the authentication I have created an app registration (Sites.FullControl.All) and created a self-signed certificate for the authentication. For the audience I am using the https://tenantname-admin.sharepoint.com I am using the following request URL: https://tenantname-admin.sharepoint.com/_api/SPSiteManager/create I am using the following request headers: Accept = application/json;odata.metadata=none odata-version = 4.0 I use the following request body: { "request": { "Title": "Site name", "Url": "<project number variable>", "Lcid": 1043, "Description": "Just some text", "WebTemplate": "STS#3", "Owner": "email address removed for privacy reasons", "SensitivityLabel": "Sensitivity label GUID", "HubSiteId": "Hub site ID" } } Somehow, I get an unauthorized error. When I omit the HubSiteId parameter, it works fine. In the SharePoint admin center I have not configured users that are authorized to associate sites with the hub sites. I also tried to assign the app registration through PowerShell, but it doesn't work. My question is, how can I authorize the app registration to associate the site with the hub site specified upon creating the new site? Thanks for all help provided!jvdlinden-certOct 09, 2025Copper Contributor11Views0likes0CommentsWhy Is SharePoint’s Priority Column Free Text and Not a Choice Field?
While https://bluesite.consulting/en-us/articles/sharepoint-site-template-projecthome-review.html, I noticed something unusual in the work action tracker list—a column setting that seemed out of place. Specifically, the Priority column isn't set up as a typical choice column with selectable options. Instead, the available choices are entered as free text in a single text field (left image) I saw this years ago in the old SharePoint. where options for a choice column are defined within a text field rather than as a standard list of choices (right image). Does anyone know why this might be happening or what could be causing this behavior?SolvedDennis-ScherrerOct 09, 2025Brass Contributor43Views0likes3CommentsEdit' rights tries editing a document from a different device or browser it is grayed out
Hello Please i need your help on this issue. When a user with confirmed 'Edit' rights tries editing a document from a different device or browser it is grayed out using Edge browser as usually use Chrome. They are logged in to their Microsoft account and accessing the file to be edited in SharePoint. They are trying to edit the file in the browser as they only have an E1 license. The users are in the Customer Success SharePoint group and they are Members with Edit rights. I dont think the document library have the unique permissions that override site-level permissions? Here is the screenshot of the item-level permissions on individual documents or folders? I believe the group assigned at the site level or only at the document library level? The affected user can create or edit a new document in the same library.IBN22Oct 09, 2025Copper Contributor37Views0likes1CommentRecommendations for SharePoint Accessibility Training
Hello everyone, I'm looking for recommendations for good accessibility training courses or resources that are specifically focused on SharePoint. My team wants to ensure our sites are as accessible and inclusive as possible. Has anyone taken a course or used a particular resource that they found valuable? We are open to any format (e.g., online courses, workshops, documentation, etc.). Any suggestions would be greatly appreciated! Thank you.SolvedEbruOct 08, 2025Copper Contributor51Views0likes1CommentCannot change a content type template's url anymore
Hello, I created a new content type for my site, everything works well, however I'm unable to change it's template url (Advanced settings -> use existing model). This is the error that appears once I hit the save button: This roughly translates to: "Unable to update advanced settings. A Web-type file cannot be attached as a template." Now this is strange because in the past I could do this without any issue. Has something changed in the template system, or could it possibly be a bug? Thanks in advanceDarioCLOct 08, 2025Copper Contributor37Views0likes2Comments
Resources
Tags
- SharePoint Online18,111 Topics
- Document Library3,171 Topics
- Lists3,092 Topics
- Sites2,556 Topics
- admin2,225 Topics
- sharepoint server2,024 Topics
- Permissions1,962 Topics
- files1,689 Topics
- developer1,587 Topics
- microsoft lists1,539 Topics