Forum Discussion

aaldo_666's avatar
aaldo_666
Helper I
3 years ago
Solved

Run Get-PowerBIActivityEvent with Service Principal

Hi,  I registered app in AAD and enabled Service Principal option in Power BI Admin portal. So far I can run this cmd let:   $AppId = "AppId" $TenantId = "TenantId" $ClientSecret = "ClientSecre...