How to find a WindowsFeature to install in Powershell malcolmOct 2, 2015 get-windowsfeature | where {$_.Name -like "*AD*"}
How to add drivers to a windows install file / ISO C:\> Dism /mount-wim /wimfile:C:\temp\install.wim /index:1 /mountdir:c:\mount C:\> Dism /Add-Driver /Image:”c:\mount”... malcolmFeb 24, 2020
Adding drivers to a Windows install image If you need to add drivers to a Windows install... malcolmJan 29, 2020