Kaffeeundcode
Script Library
PowerShell 01.06.2026

Script Workspace

Update AppManifest

Review the purpose, inspect the code, then test it safely in your own tenant.

129_Update-AppManifest.ps1

<#
.SYNOPSIS
    Aktualisiert das App-Manifest (Advanced).
    
.DESCRIPTION
    Lädt ein JSON hoch, um das Manifest zu ändern.
    Erfordert die Berechtigung 'Application.ReadWrite.All'.

.NOTES
    File Name: 129_Update-AppManifest.ps1
    Author: Mattia Cirillo
    Version: 1.0
#>

Write-Host "Manifest-Updates sollten vorsichtig via UI oder spezifischen Property-Settern gemacht werden."