OSDeploy / OSD

OSD Shared Functions
MIT License
149 stars 61 forks source link

devicesdell.psm1 - Fixing version parsing issue #104

Closed 1eyeITguy closed 8 months ago

1eyeITguy commented 9 months ago

I ran into errors using the function osdcloud-InstallDCU. I was able to resolve it by parsing the DCU version and release date differently. For the download link it was returning both the w32 version and the universal version of DCU, so I also modified it to grab the universal version. I'm still not 100% sure the advantage or disadvantage of using either one, but universal version sounded like a good idea.

Hopefully this edit will resolve it for others interested in using it. Wanting to give back with my first pull request to a project. :-)