Kaffeeundcode
Script Library
PowerShell 01.06.2026

Script Workspace

Create EnrollmentProfile Android

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

143_Create-EnrollmentProfile-Android.ps1

<#
.SYNOPSIS
    Erstellt ein Android Enrollment Profil (Kiosk/Dedicated).
    
.DESCRIPTION
    Legt ein Token für Android Enterprise Dedicated Devices an.
    Erfordert die Berechtigung 'DeviceManagementServiceConfig.ReadWrite.All'.

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

param()
Write-Host "Android Enrollment Profil creation logic (Placeholder)."