admin
2248 TopicsSharePoint view filtered to Me
Hello! Is it possible to create a view, or JSON format a view, when a field contains my information that is not a people picker field? I have a multiple line of text field where I enter a JSON object with user emails. Is there a way to change the view to only show the line item if that text field contains my email? I have tried using that field with Contains [Me] but that does not work. Presumably as [Me] is for people picker fields. Is there a way to add a filter to the view to look for my email?50Views0likes1CommentStock images -- insert or change not working
We are a GCC cloud client. Starting Tuesday, we are no longer able to add images or change images while accessing from the Stock Images option. When we click stock images, the app sits and spins and then throws an error "Your search didn't match any content. Please try another term". Does matter what the term is, it doesn't resolve. Prior to this, when clicking stock images, the window would open with images where we could then filter, etc. Now nothing will show not matter what. I am a SharePoint admin, we have also tried with Site owners and on different browsers with cache cleared. We did submit a ticket with MS, but response has been slow. Anyone else experiencing this?249Views1like4CommentsOrganization Asset Libraries not filtering in PowerPoint Brand Images
Hi, I have set up three Organization Asset Libraries on the same SharePoint site using the `Set-SPOOrgAssetsLibrary` PowerShell cmdlet. All three are image libraries, each intended for a different language version of our company assets. When I go to PowerPoint → Insert → Pictures → Brand Images, I can see a dropdown that allows me to switch between the libraries. However, regardless of which library I select, all images from all three libraries are displayed at the same time. My questions: 1. Is this expected behavior (by design), or is it a bug? 2. If by design — what is the actual purpose of the library switcher dropdown if it doesn't filter the content? Any insight or official documentation reference would be greatly appreciated. Thanks!46Views1like1Commentsharepoint admin option to create team site without 365 group missing
Hi, in the admin center, when I want to create a new Team site without 365 group, I see the "Browse more sites" command, as shown in this Microsoft Learn page. https://learn.microsoft.com/en-gb/sharepoint/create-site-collection But a client of mine, who saw that very same screen two weeks ago now says the "Browse more sites" command is no longer showing for him. What gives? Is anyone aware of any changes that are being rolled out? Or is there a permission or setting that could have been en-/dis-abled to allow non-365 group team sites to be created? Any insights welcome.Solved63Views0likes1CommentUnable to filter embedded list
OMG- could they f up sharepoint any more. It used to be such a powerful tool. It is harder than ever now. So- embed a lits in a page with a list part. I am showing controls and on default view-no search. there is now also NO FILTER PART so i go to github patterns and practices to download. Butttttt, I can't upload because while I am global admin, I am not sharepoint admin and cannot change my permissions. Create second admin account with all permissions. Tr to update my normal account permissions, and it says "you do not have permission to save." SO- do you know any other way to get a search of a list on a page? And - any thoughts on my permissions hell?27Views0likes0CommentsIs it possible to add a Power Automate button to Form view
Hello! Is it possible to add a Power Automate button from the list view in a SharePoint list to the Form view? I was hoping that when a line item is open to view, we may be able to add this button onto the Form view as well somehow? Even just as a hyperlink and not a button? Just something clickable.69Views0likes2CommentsHow to get a custom Site Page content type to show in the Site Pages Library New dropdown?
I have created a new Site Pages content type from the SharePoint Admin Center Content Type hub. The parent content type is Site Pages. When I add the content type to the Site Pages library on a site, the new content type does not appear in the New dropdown. I have verified the new Content Type shows in the Site Pages Library Settings: I have also confirmed the new button order: How do I get the new Site Pages Content Type to show in the New dropdown of Site Pages Library?Solved966Views0likes3CommentsFile Type Version Limits
Hi all, In trying to solve an old issue I stumbled across this new feature currently in preview and am wondering if the file type arrays will be editable or if new arrays could be or will be added? I have a handful of file types which do not need 100 versions, let alone a version every 2-5 minutes, requiring frequent culling... Ling. https://learn.microsoft.com/en-us/sharepoint/file-type-version-limits34Views0likes0CommentsRenaming a folder with too many files
One of our teams has a Team/SharePoint site with an archive folder. Everything in there is old files, and they'd like to rename the folder. However, we get the error that it exceeds the list view threshold. I've spent the afternoon trying to find out how to get this folder renamed and so far nothing has worked. The general consensus is to create a filtered view, but I'm not sure what to filter it based on, as all of the files have been there and untouched for some time, causing most of the columns I could index be fairly similar (they were moved to SharePoint 3 years ago from an on-prem fileshare). One of the options I'd seen was to sync it using OneDrive and rename it locally but that still gave me the same error. I also tried renaming the folder from within Teams without success. If someone could provide some guidance for how to get this done, I'd appreciate it. Right now, I'm thinking I'll just have to move a bunch of stuff out of some of the folders to temporary locations, but even that is challenging as I'm not aware of a good way to get a count of items in folders and subfolders in SharePoint to know which are the best ones to move out.101Views1like0CommentsTrimming SharePoint Version History - Minor Versions
Hello, I am a SharePoint Admin at my organization and I have been asked to reduce our total storage usage by reducing the number of versions and minor versions in our environment on all SharePoint sites. I have written a simple PowerShell script that loops through a csv file with site addresses, and runs this command per site -> New-SPOSiteFileVersionBatchDeleteJob -Identity $site.siteURL -MajorVersionLimit 100 -MajorWithMinorVersionsLimit 5 It was my understanding that for all sites in the csv file, for all document libraries on the site, and for all files in the libraries this command will reduce the file to the last 100 Major versions, and the last 5 minor versions of each major version. Unfortunately, this command is not actually reducing the minor versions. It is working with the Major versions just fine, but all minor versions are being retained for each major version retained. Is my understanding of this command wrong, or is it not working? Are there other factors to consider? Does anyone know of an alternative that can fit my needs? The overall plan is to trim the current version history, then apply the automatic version setting to each library in our tenant. Here is the MS guide I referenced, maybe I missed something -> https://learn.microsoft.com/en-us/sharepoint/tutorial-queue-a-trim-job Any help is greatly appreciated, Cam135Views1like1Comment