Test-Variables.ps1

Remove-Module powerbi-powershell
Import-Module powerbi-powershell

$clientId = "a3d8e0c4-d1f4-45d9-8031-e2a596c199fd" # The ID of the Application ID of the App Registration in Azure AD
$redirectUri = "https://www.tinytiny.dk" # One of the redirect URIs provided in the App Registration in Azure AD

$clientId = "f2b3a118-31ed-4da0-9fb6-893de5d48288" # The ID of the Application ID of the App Registration in Azure AD

$h = Get-AuthorizationHeader -ClientID $clientId -RedirectUri $redirectUri
Get-Gateways -AuthorizationHeader $h