-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSDcloud web connection test Uri as customizable parameter #174
Comments
hmmm great idea. i think a customer of ours has a similar requirement. |
Would it work like that for you:
Could you test please with your network guys? |
Hi Akos, thank you for the prompt reply. My customer just tested the code, and it works for them. They are currently overriding google.com with microsoft.com after booting PE which is a non-persistent change. |
If you need this connection check into WinPE, change the code in your boot media (and don't update the module and the start of the process). |
Agree. Don't use google.com - that URL is not used/needed anywhere in the project - instead use download.microsoft.com since OSDCloud probably would fail if the site is inaccessible. ` function FileDecode { <#
$filepath = $null <# <# <# |
Is your feature request related to a problem? Please describe.
Google.com is used as test Uri for an internet connection on multiple places in the code. One of our customers doesn't allow unauthenticated connections to google.com from their network.
Describe the solution you'd like
It would be great if we could override the Uri globally by defining an alternative as a parameter.
The text was updated successfully, but these errors were encountered: