Azure-Samples / powerbi-powershell

Samples for calling the Power BI REST API via PowerShell
MIT License
256 stars 189 forks source link

dll folder path #16

Open indexample opened 5 years ago

indexample commented 5 years ago

had to change the adal folder to \WindowsPowerShell\Modules\AzureRM.profile\5.3.4\

bnyboy commented 5 years ago

Seconded. I had to search for the DLLS used (Microsoft.IdentityModel.Clients.ActiveDirectory.dll, Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll) and redirect the code to them.