Recent Discussions
Restrict a SP library for uploaders
Want to create a SP library where people will be uploading documents from different departments. Is there a way that i can lockdown a view where anybody coming in can only see their own uploads? Maybe use the last modified column or create a person column? I know I can do this with folders and mail groups, but trying to get away from that and also making it easier for my auditors to go through the documents easier without going through folder-ception. Maybe I can work on restricting the public view? The owner and small group does need the ability to see them all. ty3Views0likes0CommentsPatching SSSE
Having read all the documentation about CUs for SSSE I am still none the wiser as much of what is written, in the many related webpages, appears ambigous, unclear and contraditory to me. Could anyone clarify two points: If, say,the December 2025 CU is installed, does it included all security and non security fixes for all features in SSSE? Will Windows Update install the latest CE every month without any intervention including upgrading databases etc? Thanks for any advice ZD18Views0likes0CommentsSharePoint Online SP.FieldUserValue.get_email() always returns NULL.
Since last week, SP.FieldUserValue.get_email() has been returning null for all users in Person or Group fields. This occures when I use getItems method. For example: var listName = "MyList"; var context = SP.ClientContext.get_current(); var web = context.get_web(); var list = web.get_lists().getByTitle(listName); var query= new SP.CamlQuery(); var items = list.getItems(query); context.load(items); context.executeQueryAsync(()=>{ var enumerator = items.getEnumerator(); while (enumerator.moveNext()) { var item = enumerator.get_current(); var fldValues = item.get_fieldValues(); console.log(fldValues["Editor"].get_email()) } }); I haven’t been able to find any information about changes related to this behavior. We’ve been using the Email property of user fields for years without any issues, and it has always worked as expected. It's documented here: https://learn.microsoft.com/ru-ru/dotnet/api/microsoft.sharepoint.client.fielduservalue.email?view=sharepoint-csom Does anyone know what might have changed or why this has stopped working?148Views4likes0CommentsHow to restore a single file deleted 6 months ago - using M365 Backup?
My friend's company uses Sharepoint Online, but relevant folders are synced to their OneDrive so they manage everything in File Explorer. I have Microsoft 365 Backup enabled on their Sharepoint site. This company has all the parent folders in "Site Contents". These folders include Sales, HR, Clients, etc. I need to restore a single file out of Sales but it appears I need to restore the entire site first, sync the Sales folder from the site ending in /R0 to my OneDrive, then copy/paste from my File Explorer. Yes, I am a NOOB in Sharepoint. What's the right way to grab this file? And if it's ditching M365 Backup, then that's what I'll do, but I still need to get this file.6Views0likes0CommentsSharePoint 2013 Newsfeed
I have a largely cosmetic problem. I have deleted and re-created someone's mysite (OneDrive). Now works fine. However, the landing page is the Newsfeed. It is stuck on an error about setting up OneDrive. It doesn't seem to have noticed OneDrive is fine. What I want to do is just reset the Newsfeed to its defaults. It looks like it is "stuck" as if OneDrive is broken. In SharePoint 2013 can I reset a NewsFeed page for a user in a non-disruptive way because the user now has data on their OneDrive. Stephen18Views0likes0CommentsInstant flow is not triggered
I have a power flow that should be triggered when new item is created on SharePoint list. New item was created on SharePoint list, but flow was not triggered. Issue started yesterday. I checked connections and they are active and are fine. Nothing was changed in the solution. Does someone know how to fix it?7Views0likes0CommentsHow is the SharePoint Online file path length counted?
I'm struggling to figure out how to calculate the path length of a file in SharePoint. I understand that the maximum is 400 characters. However, I'm not sure what goes toward that number, or whether characters are encoded or decoded.Solved131Views0likes3CommentsSharePoint Online global storage limits
Does anyone know the maximum total storage limit I can have by adding up user licenses that include the SharePoint service? I've looked at the limits page, but it only shows the maximum limit per site, not the total. Another way to ask the question is, what is the maximum storage I can get by increasing it by 10GB for each license I purchase?79Views0likes4CommentsMicrosoft 365 Developer Program - Infinite "Loading your information" loop
Hello, I am trying to sign up for the Developer program as I am trying to complete the PL 400 certification and I want to complete the exercises that are part of the course. However, I am trying to get access to Power Apps and I can't due to not having a school or work email. So I tried using signing up for Developer Program using my personal email ....@hotmail.co.uk and it was giving me that infinite loop. Is there a way around this, I would really like access to power apps as it will really help me understand the course a lot better and actually allow me to practice what I am learning. Have other had this issue and how have they got around it. There is no way that only people with work or school emails want to complete these certifications. Hope someone can help Mark22Views0likes0CommentsIssue where SharePoint users see an old unsynchronised Word file
The issue is that users open a Word document from a shared library into the desktop app, only to find that: There's no Autosave feature enabled in the top-right. The document version label we add on the frontsheet shows a very old minor version. I believe also that the file is read-only, and the only option they see is to save a local copy and upload it back to the library; which is not good practice since it's an old version. They report that the issue is resolved after exiting OneDrive, and deleting a Local cache folder. Has anyone experienced this issue and know what to try?50Views1like1CommentAutomate "Run Report" in Setting > Site usage on Multiple Sharepoint Sites
Hi How can I automate the "Run report" across multiple SharePoint sites? Idea: Run the report on multiple SharePoint sites Collect the reports Preferably using Service Principal or Managed Identity Generate them automatically at the end of each month Has anyone done something like this before? Many thanks79Views2likes2CommentsSharePoint List - item visible but clicking on it does not open it in popup (similar to edit screen)
-this is a sharepoint online site (which gets created when we make ms teams channel) -there is mutliple list and libraries inside this sharepoint site -there is a list lets call that 'abc' list - it has approx 15 -20 columns- text, number, url, lookup , (nothing fancy, content types not there, just imagine a business user setup this list to put in some process relatged info..they are NOT sp advanced user ) -there are around 15 list items (yes very less items!) -approx 3-4 days ago he created those items in the list and when he click on the item (by clicking on title) it used to open in the default sharepoint pop up - this list has not more than 30 users with some has full control, some has read, some has edit-- mostly these permission are coming from sharpoint inherited groups , and list is still inheriting permission (active useres who contribute and view content in this list are just 3-4 people) -now the PROBLEM is when he click on the title to view items , nothing happens , no popup opens ---fixes we tried-- restart laptop -swithch browsers (tried on chrome and edge) currently using edge. removed this user from sharepoint site (he was residing in multiple groups), we removed him from every grp and deleted few grps as well now when we 'check' in the sharepoint permission-> it showed this user has 'none' permission then we granted him 'full control' again he was able to see items but cannot 'open' item, or 'add' is also not working for him he is however able to do 'quick edit' and enter new values we did hard refresh etc. we checked the default forms in list settings> form settings- it is default to sharepoint form (NOT power apps) we did other due deligence, but nothing seems to work for handful of people, however for other set of people the list is working as expected90Views1like5Comments- 49Views0likes1Comment
SharePoint Document Libraries: New UX, AI Actions & Forms Explained
🚀 New SharePoint Document Library Updates You Need to Know! Microsoft has introduced major improvements to SharePoint document libraries that make collaboration smarter and more efficient: ✅ Refreshed UX – A cleaner, faster interface inspired by OneDrive ✅ AI Actions with Copilot – Summarize documents or ask questions without opening files ✅ Custom Forms – Collect structured data and documents directly in libraries These updates are designed to boost productivity and simplify document management across Microsoft 365. 📅 Rollout is already in progress! 👉 Learn more in my latest video: https://youtu.be/qU0z2Pq8_4k 💬 Which feature are you most excited about? Drop your thoughts below! #SharePoint #Microsoft365 #Copilot #AI #Productivity #DigitalWorkplaceSharepoint - Prevent a new version each time a document is read
Hello, i am using Library in sharepoint for managing documentation using version and simultaneous collaboration on Word and Excel file. This is great. However, there is a drawback : each time someone open a document just for read it, a new version is store which is not releated to a real change. I ask users to download file an open it localy when not change is required however, errors happened and it is not easy for everyone to not forget this rule. One solution is to force checkout of the document before change (option in the library of sharepoint). In that way, a box appears at the end of the user operation for asking to checkin the new version. In this way the user will not checkin if nothing changed and prevent error. The drawback is that it prevent simultaneous editing 😞. I am looking for a way to not prevent simultaneous editing but be sure that not new version is created if not change has been made to the document or ask confirmation to the customer when a new version if about to be created in sharepoint. Is it possible ? Using power app ? How ? thank a lot for your help.83Views0likes3CommentsSet lower permissions in a doc. library than remainder of site
I have a site used by a group and they have the Member level permissions for the site. There is one document library that receives files through an Automate Rule from another site. The files copy copied whenever created or modified. That all works great. BUT they should have READ-ONLY access to that destination library. I am trying to set a lower level for that one library, so they can view & read the files but not make changes. I went to the Library settings and to the "Permissions for this document library." I broke with the parent permissions and the button "Delete unique permissions" appears as expected. I don't see a way to set different (lower) permissions for this library than the other parts of the site. Can I? If so, how? Thank you.33Views0likes1Commentadd user to SharePoint group via PowerShell error
Hi, I'm trying to use PowerShell to add a user to an existing SharePoint group. I ran the following to connect to the SharePoint site: Connect-SPOService -Url https://site1-admin.sharepoint.com This prompts me to login, password and MFA code. Afterwards I type in the following to add a user: Add-SPOUser -Site https://site1-admin.sharepoint.com/sites/company -Group "Company Info Members" -LoginName mailto:email address removed for privacy reasons There is a SharePoint group with the name "Company Info Members", which I want to add mailto:email address removed for privacy reasons to. But I get the following error: Add-SPOUser : Unknown Error At line:1 char:1 + Add-SPOUser -Site https://site1-admin.sharepoint.com/s ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Add-SPOUser], ServerException + FullyQualifiedErrorId : Microsoft.SharePoint.Client.ServerException,Microsoft.Online.SharePoint.PowerShell.AddSP OUser I was wondering what could be causing this error. I searched for the error on Copilot and it suggested I use "PnP.PowerShell". But I'm having some issues installing this app. I was wondering if there are any suggestions I could do? Thanks! Jason84Views0likes3CommentsSharePoint foldershare notification after expiry?
Hi all I am trying to find out if there is a kind of automatic notification avalaible for the following situation: A SharePoint Documents subfolder is shared to some external contacts (not anonymously!). The tenenant is configuered such that external shares expire after 30 days. When the share is about to expire, the SharePoint Site owner should decides if the share is still needed. But the owner is actually not notified that some folder shares are about to expire. so waiting for the exernal users to coplain that they lost their access ist not a option. Is there a way to get a notifiction on the expiring folder share, similar to the notification that an external user (as a SharePoint member) is about to expire? And how can the owner of the SharePoint site then increase the share lifetime? ( best practice?) System is: SharePoint Online M365 tenant Thanks for any help Best regards Jiri45Views0likes2Comments
Events
in 18 hours
💡 Power Platform monthly community call focuses on different extensibility options for builders, makers and developers within the Power Platform. Typically demos are from our awesome community ...
Wednesday, Dec 17, 2025, 08:00 AM PSTOnline
0likes
2Attendees
0Comments
Recent Blogs
- If you’ve ever found yourself asking Copilot the same questions about the same set of files - project plans, meeting notes, specs, decks - you’re going to love Agents in OneDrive.Dec 15, 2025485Views1like0Comments
- 2 MIN READIn the AI era, long-term content is no longer just a compliance overhead – it’s a strategic asset. From completed project sites in SharePoint to legacy records, organizations are increasingly require...Dec 11, 2025260Views2likes0Comments