DanGough / Nevergreen

This module is an alternative to Evergreen, and allows you to find the latest version and download URL for various Windows apps. Evergreen uses API queries to obtain its data whereas this module is more focussed on web scraping. This is more prone to breaking when websites are changed, hence the name.
The Unlicense
71 stars 16 forks source link

Microsoft PowerBI getting 404 #60

Closed chezzer64 closed 2 months ago

chezzer64 commented 2 months ago

Microsoft PowerBI Apps appear to be broken:

Get-NevergreenApp -Name MicrosoftPowerBIDesktop
Get-Version : Unable to query URL 'https://www.microsoft.com/download/details.aspx?id=58494': The remote server returned an error: (404) Not Found.

The URL displays the PowerBI Download webpage fine in a browser but PowerShell Invoke-WebRequest on the same URL returns 404.

chezzer64 commented 2 months ago

Seems to be working again today. Must have been some transient issue with the MS website?

Closing.