Skip to content
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

Setup-Environment.ps1 - Network Switch Check Isn't Valid #3

Open
toenuff opened this issue Mar 6, 2018 · 0 comments
Open

Setup-Environment.ps1 - Network Switch Check Isn't Valid #3

toenuff opened this issue Mar 6, 2018 · 0 comments

Comments

@toenuff
Copy link

toenuff commented Mar 6, 2018

This actually is not good for folks with Windows laptops using ics over wifi with hyper-v. I personally have an Internal network rigged up with DHCP that will give outbound Internet Access. It is an "internal network"

if((Get-VMSwitch -SwitchType External).Count -lt 1)

It's easy enough not to use this, but I did spend time trying to get an external network to work until I realized that it wasn't going to.

If nothing else, maybe a comment on the line to explain that this check isn't necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant