msfreaks / EvergreenAdmx

Script to keep Admx files up-to-date.
MIT License
108 stars 14 forks source link

MS Edge #2

Closed CyrosX closed 3 years ago

CyrosX commented 3 years ago

There seems to be a problem with the Microsoft Edge (URL):

Invoke-WebRequest : Der Remotename konnte nicht aufgelöst werden: 'msedge.sf.dl.delivery.mp.microsoft.com'
In C:\Program Files\WindowsPowerShell\Scripts\EvergreenAdmx.ps1:890 Zeichen:13
+             Invoke-WebRequest -Uri $evergreen.URI -UseBasicParsing -O ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

(Sorry for german, it says, the URL could not be resolved) Thank you for the script!

msfreaks commented 3 years ago

Hi CyrosX, I can not reproduce that error. Could it have been a temporary glitch? I get the url straight from the update point for Edge itself: https://edgeupdates.microsoft.com/api/products?view=enterprise and I just ran the script succesfully here.

msfreaks commented 3 years ago

Closed for lack of responses, and not able to reproduce