Skip to content

Instantly share code, notes, and snippets.

View mkacena's full-sized avatar

Miroslav Kačena mkacena

View GitHub Profile
@mkacena
mkacena / Register-EntraIDAppForSharePointSite.ps1
Created December 18, 2024 07:01
This PowerShell script creates an app registration in Microsoft Entra ID with Write permissions to the specified SharePoint site.
###############################################
# Author: Miroslav Kačena
# Last Modification: 2024-12-18
###############################################
<#
.SYNOPSIS
Creates an app registration in Microsoft Entra ID with Write permissions to the specified SharePoint site.
.DESCRIPTION
@mkacena
mkacena / published-version-sharepoint-column-formatting.json
Last active September 28, 2024 16:31
Microsoft SharePoint Online column formatting which creates a button that downloads the currently published version of a document.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"style": {
"visibility": "=if([$File_x0020_Type] == '' || [$_UIVersion] < 512, 'hidden', 'visible')"
},
"children": [
{
"elmType": "div",
"children": [