FriendsOfMDT / PSD

PowerShell Deployment
MIT License
471 stars 72 forks source link

Wireless with BranchCache injected by 2Pint OSDToolKit #149

Open 3pichaxz0r opened 1 month ago

3pichaxz0r commented 1 month ago

I have been experimenting with adding wireless support by using a winre image instead of winpe for the boot image and have noticed that when adding branchcache to the winre image with the OSDToolKit it causes wireless to break.

I was wondering if anyone was able to get this successfully working? I am only building an ISO with wireless support for clients that for whatever reason cannot use ethernet so if they cant use branchcache its not a big deal but would be preferred. The specific error message when attempting to import a wifi profile or connect to wifi is "the stub received bad data"

Information about my environment:

GeoSimos commented 1 month ago

Are you sure that you can enable WiFi support on a WinRE image? Nevertheless, that question is probably for 2PintSoftware or Microsoft.... It's not PSD related right?

PowerShellCrack commented 1 month ago

This is something I am working on a Wi-Fi selection UI in the PSDPrestartMenu module as a beta feature. I have read that it is possible, but this is definitely in its infancy stages and not sure of its supportability as a production release for PSD. I do not know how to test branchcache though.

3pichaxz0r commented 2 weeks ago

Are you sure that you can enable WiFi support on a WinRE image? Nevertheless, that question is probably for 2PintSoftware or Microsoft.... It's not PSD related right?

Correct this wouldn't really be PSD related but I figured this would be the best place to ask the community

This is something I am working on a Wi-Fi selection UI in the PSDPrestartMenu module as a beta feature. I have read that it is possible, but this is definitely in its infancy stages and not sure of its supportability as a production release for PSD. I do not know how to test branchcache though.

Sounds great! Branchcache support is the only issue I have run into with my testing. Its annoying to have to use a separate image for wireless support but Im thinking with out clients this would be a niche use case and shouldn't be a high priority. It's annoying that I cant manage to get BC working but I still have wireless support if needed.