Kaffeeundcode
Script Library
PowerShell 01.06.2026

Script Workspace

Upload ApplePushCert

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

145_Upload-ApplePushCert.ps1

<#
.SYNOPSIS
    Lädt ein APNs Zertifikat hoch.
    
.DESCRIPTION
    Aktualisiert das Apple Push Cert. Wichtig für iOS Management.
    Erfordert die Berechtigung 'DeviceManagementServiceConfig.ReadWrite.All'.

.NOTES
    File Name: 145_Upload-ApplePushCert.ps1
    Author: Mattia Cirillo
    Version: 1.0
#>

Write-Host "Bitte APNs Zertifikat über das Portal erneuern."