cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
675 stars 227 forks source link

Adding /Add-Capability support #260

Closed fguitton closed 5 years ago

fguitton commented 5 years ago

From Windows 1809 and Windows Server 2019 there is a new DISM Features on Demand /Add-Capability toggle. This PR adds the possibility to leverage it. Useful to enable SSH server in the image for example.

ader1990 commented 5 years ago

Thank you for the contribution, much appreciated