Interactively enroll Windows Device with Autopilot
powershell
Set-ExecutionPolicy Unrestricted
Install-Script -Name "Get-WindowsAutopilotInfo" -Force
Get-WindowsAutopilotInfo.ps1 -Online -GroupTag "MW_BKWPRD_CH" -TenantId "bkwfmbenergie.onmicrosoft.com”
Restart-Computer