DeploymentResearch / DRFiles

Sample files for the Deployment Research Blog
MIT License
358 stars 322 forks source link

Undefined Variable #29

Open L-P-G opened 3 years ago

L-P-G commented 3 years ago

https://github.com/DeploymentResearch/DRFiles/blob/master/Scripts/Export-WindowsServer2019WIMfromISO.ps1

Line 12 should be $WIMFolder instead of $WIMPath which is never defined.

arwidmark commented 2 years ago

Thanks, I've updated the script to use $WIMPath instead.