Kaffeeundcode
Script Library
PowerShell 01.06.2026

Script Workspace

Create EnrollmentProfile IOS

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

142_Create-EnrollmentProfile-iOS.ps1

<#
.SYNOPSIS
    Erstellt ein iOS Enrollment Profil.
    
.DESCRIPTION
    Legt ein Profil für Apple ADE (Automated Device Enrollment) an.
    Erfordert die Berechtigung 'DeviceManagementServiceConfig.ReadWrite.All'.

.NOTES
    File Name: 142_Create-EnrollmentProfile-iOS.ps1
    Author: Mattia Cirillo
    Version: 1.0
#>

param (
    [string]$ProfileName
)

Write-Host "Erstellung von ADE Profilen erfordert komplexe Payloads (Placeholder)."