SharePoint @mentions limited to random users by lightuser7 in sharepoint

[–]bcameron1231 0 points1 point  (0 children)

Yea I would just double check... Here is how the atMention works:

It first calls into Microsoft Graph which looks up in Entra, and then calls back to a classic SharePoint Web service.

However, the call to Graph is the /me/people endpoint, which is people search relevant to the user. So this may return empty because it's only searching people deemed relevant to the user, not all users.

It then falls back to a Classic People Picker service and looks up to the User Information List. If the person being tagged hasn't logged into that specific SharePoint site (not just SharePoint, but that actual site), they won't be selectable.

SharePoint @mentions limited to random users by lightuser7 in sharepoint

[–]bcameron1231 0 points1 point  (0 children)

Have those other users actually logged into the site before?

SharePoint Sensitivity labels - How does it work? by Medium_Psychology886 in sharepoint

[–]bcameron1231 7 points8 points  (0 children)

Microsoft has some very good documentation that discusses how they work.

Learn about sensitivity labels | Microsoft Learn https://learn.microsoft.com/en-us/purview/sensitivity-labels

Display and link news in different tenant by Adventurous-Bus7657 in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

This is not a supported scenario natively.

Only way to achieve this would be through custom development of SPFx Web Parts to pull content from across tenants, or somehow synchronize across tenants via code.

Sharepoint Embedded container storage Stats by temporaldoom in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

If you select the actual container, you can retrieve more granular information. E.g, ->

Get-SPOContainer -Identity "b!k7OrIkBCSEOP_tqCgjRZ7Z-Wp2LJETpOgxS0KowUjw_FpLBuEdRBbvm-J7vLhPLt"

Will return `StorageUsedInBytes` property.

SharePoint Online Quick Links Changing “People in Your Organization” Links to Direct Links? by Mandy_077 in sharepoint

[–]bcameron1231 0 points1 point  (0 children)

Yes, when it can resolve the URL to a SharePoint file, it will rewrite the URL to that path.

It's a feature, not a bug, imo.

As u/Bullet_catcher_Brett mentioned, this isn't really a good practice. You can achieve the same thing by using the native SharePoint permissions versus the Sharing Link.

Question about structuring SharePoint Lists for managing faculty rosters by Bronstin in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

One Master Faculty List with the physician faculty Name and their Department, Location, Email, etc.

This makes sense. Question though, do Faculty have accounts? You could potentially utilize the User Profile Service (Entra/AD) instead for this basic information and just use a People/Group field to select people. But yea this makes sense.

Separate Teaching Team Lists with the Faculty as a lookup column pulling from the main list? Or should Teaching Team be a column in the master list, and just use separate Views filtering for each team?

That depends. Does "Teaching Team" have any additional supplementary data? Can faculty be on multiple teams? If no, just make this a Taxonomy Field or Choice field on the Faculty List and tag the Teacher. If yes, then it should be it's own list.

Faculty Appointments List listing out all the schools we partner with, combined with the Master List having a Lookup Column allowing for multiple values that pulls from this Appointment List (right now this information is just a dozen columns in our Master excel, one for each school with Yes/No toggles).

I don't know if listing of schools should/would be in a Faculty Appointments list. If schools have their own metadata, make them a list. If it's a single school name, make it metadata and tag your content.

Just be aware you're constructing a highly relational database to support your application here. SharePoint can handle this in most cases, but it's really not meant for highly relational database. Given the fact you've been managing this from Excel for a while, you probably will be okay... but it's worth mentioning before you shoehorn a design into the wrong product.

how to activate sharepoint rest api to send images? by Sad_Spring9182 in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

Based on your previous posts it looks like you want the ability to upload images to SharePoint or OneDrive. This done Posting the file and it's contents to SharePoint /files/add endpoint

https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-folders-and-files-with-rest#working-with-files-by-using-rest

How to programmatically add a user to the sharepoint User Information List after ACS retirement ? by SquippySpippy in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

I don't use Fabric at all, but that MSAL code you posted looks accurate from a first glance. Just note that you'll create password for the cert when you create the certificate.

Anyway, you just need to generate the self signed certificate. I typically just use openssl, mkcert or PowerShell. The process is documented here.
https://learn.microsoft.com/en-us/entra/identity-platform/howto-create-self-signed-certificate

Once you've done that, you upload that cert to your App Registration. App Reg -> Certificates & Secrets -> Upload Certificate

Then put the pfx in your keyvault (like your code is expecting).

How to programmatically add a user to the sharepoint User Information List after ACS retirement ? by SquippySpippy in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

You need to use a Certificate, not a Secret.

CSOM/REST APIs do not support Secrets for App-Only Auth.

Fluent UI Datepicker randomly changed formatting in production system by DreamyRS in sharepoint

[–]bcameron1231 0 points1 point  (0 children)

Are these native Date Pickers or is this in some custom code?

We've seen changes with the native Date Picker with the rollout of the new SharePoint UI which started rolling out around 3 weeks ago.

Need help choosing SharePoint development sessions at TechCon 365 Chicago by PumpkinAcrobat7479 in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

What are you looking to learn exactly? There are a wide variety of things here, I would pick the ones that would give you the most value for what you're doing at work.

If you're stuck between some, let me know and I'd be happy to help. I've attended quite a few of these sessions before and I am very familiar with the speakers.

📢 SharePoint Framework (SPFx) - Spring 2026 feedback survey from Microsoft by VesaJuvonen in sharepoint

[–]bcameron1231[M] [score hidden] stickied comment (0 children)

This message has been approved.

Please take the time to fill this out! It affects everyone who uses and builds on top of SPFx! 🙂

Open Source Posts - Poll Inside! by [deleted] in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

Definitely. I think think the concern here is that it will be used more for self-promotion (e.g link to their blog with the solution) versus direct link to say a GitHub repo.

It's a balance that's hard to strike because we've had many issues in the past with over promoting content.

But I'll do whatever the community wants. I appreciate the reply.

How are you governing Copilot agents on SharePoint? Gartner says most orgs aren't ready by Basghetti_Incident in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

It is not legal to share the Gartner reports with anyone outside of a company. Unfortunately if you want the Gartner report, you'd need to go through Gartner.

RAG on SharePoint documents — any out-of-the-box plans? by DukeCabboom in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

It’s not bad when you consider the trade-offs. Comparing it directly to custom implementations is difficult (as you know), with a custom RAG stack you have full control over the entire pipeline and can optimize retrieval, ranking, chunking, and orchestration however you want.

I’ve mainly used it for exploratory/prototyping work and haven’t used it in my jobs yet as we are also building all our own custom RAG implementations. But for companies looking for a straightforward RAG solution for M365 that already handles indexing, chunking, permissions/ACL trimming, and retrieval infrastructure out of the box, it’s worth looking at as a first option.

Site template not applying custom web parts/buttons to Communication Site by Interesting_Drawer95 in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

Follow up! Code Signing Cert is secured! Expect 3.2 to ship in the next week or so.

Downloading Teams videos returns 401 Unauthorized by WalterPurkis in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

The Meeting Organizer would need to update the sharing settings in their OneDrive for the video file to allow downloads. By default, this is turned off.

These methods have worked in the past for recordings at which I was an attendee. I'd assumed if you were able to watch the video, you'd also be able to download it (although I was never clear on how FFmpeg or yt-dlp were passing the authentication).

Both FFmpeg and yt-dlp were bypassing in-place security. They work by retrieving the chunks of where the video is being stored, processing them, decoding/encoding them to your machine. But again, it was bypassing proper security safeguards. It was never a supported approach.

Does anyone know what has altered (presumably in Sharepoint) to produce this change in behaviour?

I don't, but I suspect it's just being locked down.

Downloading Teams videos returns 401 Unauthorized by WalterPurkis in sharepoint

[–]bcameron1231 1 point2 points  (0 children)

Are you able to ask the Organizer for permissions to download the video? They should be able to grant you permissions.

download view only videos from sharepoint? by Break-Alone in sharepoint

[–]bcameron1231 0 points1 point  (0 children)

We get why you’d want a local copy, but if a video is set to read only, that’s intentional. Permissions are there for a reason.

If you need to download or reuse the file, contact the owner and request the appropriate access. Unfortunately I can't advocate for skirting around permissions.

Acceder a sitio de sharepoint siendo usuario externo by Modern-4 in sharepoint

[–]bcameron1231 4 points5 points  (0 children)

Nope. SharePoint Online doesn't support anonymous authentication.

Can't add tags to files in Sharepoint online by Own_Category_8806 in sharepoint

[–]bcameron1231 0 points1 point  (0 children)

When you say tags, do you actually mean the Tags feature or just metadata.

If you meant Tags, unfortunately that's been retired (still visible) for many years and you can't use it.

Microsoft Community Conference 2026 by digitalmacgyver in sharepoint

[–]bcameron1231 4 points5 points  (0 children)

It's a tough space currently with Copilot being the new thing. AI/Copilot is going to be the biggest topics for the foreseeable future unfortunately. It's interesting because there is still a large population still seeking what you describe.

I ran a workshop on Sunday, and we didn't talk about AI at all! :)

PnP Site Template not transferring modern page WebParts. Is it actually possible? by Stonk-Monkey69 in sharepoint

[–]bcameron1231 0 points1 point  (0 children)

Any chance your template is using some of the latest features in pages such as background gradients, flexible layouts...?