Private/PartnerMenu/Start-PartnerMenuTenantCreation.ps1

function Start-PartnerMenuTenantInitilization() {

    Write-Host "You need to use the onboarding guide linked below for onboarding tenants as of August 2025."
    Write-Host "This will ensure we get all related relationships and standards applied from the start."
    Write-Host "https://support.jyskit.dk/hc/da/articles/29758675057053-Microsoft-365-Onboarding"
    Write-Host "After following this and completing onboarding customers will be available in the Partner Menu shortly."
    Read-Host "Press any key to continue.."
}