Skip to content

Instantly share code, notes, and snippets.

View rvdwegen's full-sized avatar

Roel van der Wegen rvdwegen

View GitHub Profile
@rvdwegen
rvdwegen / osd.ps1
Last active December 29, 2023 19:57
#Start-OSDCloud -OSVersion 'Windows 11' -OSBuild 23H2 -OSEdition Pro -OSLanguage nl-nl -OSLicense Retail
Start-OSDCloudGUI
Invoke-RestMethod -Uri "https://github.com/rvdwegen/autopilot.ms/raw/main/resources/ShiftF10.exe" -OutFile "C:\OSDCloud\ShiftF10.exe"
$deets = "powershell.exe -command Start-Process -FilePath C:\OSDCloud\ShiftF10.exe"
Set-Content -Path "C:\Windows\Setup\Scripts\SetupComplete.cmd" -Value $deets -Force
Pause
AppIds
# 9fcfb031-1bf6-4848-8732-5573fd64fc09 - Augmentt
# 9359814a-7403-4af9-9113-d5c8cab020ed - Rewst CSP connector
# 06bfda05-2d5e-4b3b-ac5d-79f07e402973 - Rewst Prod
# c19d36e8-6537-4998-9872-ea8b962bd0b6 - Rewst Azure Integration
# d7db2a1c-c38b-4bd1-a30f-0915167ba928 - Datto Backupify/Saas Protection
# 0c3cdc94-15ba-4b89-9222-29f599727b1c - AutoTask Client Portal SSO
# 62603940-b9b0-454f-b138-eb8d571f21d3 - Eshgro Smarter 365
Axcient x360 Cloud, e08a7460-e37a-4c43-911f-9cee560e973c
<#
.SYNOPSIS
Export a tenants licenses
.DESCRIPTION
Export a tenants licenses
Requires MSAL.PS and PSWriteHTML modules
.NOTES
Created by : Roel van der Wegen