Tag: SharePoint Online

Configuring CSV Export in PDF Editor for SharePoint
Configuring CSV Export in PDF Editor for SharePoint
Blog Posts

‍PDF Editor users now have the option of exporting annotations and comments in CSV format. They can choose which properties to export, along with the column order. This can be configured by adding two storage entity properties using PnP PowerShell, and a CSV button will appear in the main toolbar. It’s possible to export only… READ MORE

Mitigating Microsoft 365 Oversharing Risks
Mitigating Microsoft 365 Oversharing Risks
Webinars

Webinar Description: Many organizations are facing the problem of oversharing in SharePoint Online, which exposes them to both external and internal threats when employees can access information that they shouldn’t. With the introduction of Microsoft 365 Copilot to organizations of all sizes, AI makes that information even more accessible and increases the risk. In this… READ MORE

Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library
Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library
Blog Posts

Prerequisites 1. Create a SharePoint Site First, we need to create a SharePoint site where the custom content type will be added. POST https://<your-tenant>.sharepoint.com/_api/SPSiteManager/create {   “request”: {     “Title”: “Your Site Title”,     “Url”: “https://<your-tenant>.sharepoint.com/sites/YourSiteName”,     “Lcid”: 1033,     “ShareByEmailEnabled”: false,     “Classification”: “Low Business Impact”,     “Description”: “Site for your specific purpose”,     “WebTemplate”: “STS#3”,     “SiteDesignId”: “6142d2a0-63a5-4ba0-aede-d9fefca2c767”,     “Owner”: “your-email@your-domain.com”,     “WebTemplateExtensionId”: “00000000-0000-0000-0000-000000000000”… READ MORE

Developers! Learn how to use the SharePoint Framework to customize and extend SharePoint
Developers! Learn how to use the SharePoint Framework to customize and extend SharePoint
Webinars

Webinar Material: 20241015-spfxintro.pdf (sharepointeurope.com) Webinar Description: The best way you can customize and extend your SharePoint site is using the SharePoint Framework (SPFx), the latest evolution of SharePoint development. This model is the way you customize and extend the modern experience in SharePoint. In this session, you’ll learn what the SharePoint Framework is & how… READ MORE

SharePoint Online Azure ACS Retirement
SharePoint Online Azure ACS Retirement
Blog Posts

Hi All, A few Years ago i wrote an Article on how to Grant Access to a Entra App in Sharepoint to upload Files to a SharePoint Site with PnP.PowerShell I wanted to do the same thing and there is a big red bar on top, that informs about the Azure ACS Retirement in April… READ MORE

Creating custom Copilots for SharePoint Online with Microsoft Copilot Studio
Creating custom Copilots for SharePoint Online with Microsoft Copilot Studio
Webinars

Webinar Material: Creating-custom-Copilots-for-SharePoint-Online-with-Microsoft-Copilot-Studio.pdf (sharepointeurope.com)  In this webinar you learn how to leverage Microsoft Copilot Studio (MCS) to create custom copilots for SharePoint Online. In particular, you can see how to create a custom copilot with MCS and how to configure it to access SharePoint Online files. You learn how to configure security with Entra ID,… READ MORE

Re-creating Multilanguage Links: A Step-by-Step Guide
Re-creating Multilanguage Links: A Step-by-Step Guide
Blog Posts

A How-to guide to re-creating multilanguage links for Pages in your SitePages library. Maybe you’ve also stumbled upon the issue of missing multilanguage links in your SitePages library in SharePoint Online. This can happen if you create translations in an unsaved default language Post / News Article.Since the Column Translation languages (_SPTranslatedLanguages) is read-only, you can’t simply… READ MORE

HOT SEAT with Vesa Juvonen - SharePoint Framework (SPFx)
HOT SEAT with Vesa Juvonen – SharePoint Framework (SPFx)
Webinars

HOT SEAT with Vesa Juvonen – SharePoint Framework (SPFx) In this rapid fire Q&A Hot Seat, Vesa Juvonen, Principal Product Manager, Microsoft, answers questions on SPFx pre-install, dependencies, and the technical stack. The discussion covers the advantages and disadvantages of tightly coupling SPFX with SharePoint online. Vesa is a principal product manager at Microsoft, located… READ MORE