win fod

gistfile1.txt
#

Get-WindowsCapability -Online -LimitAccess `
| where { $_.Name  -notlike 'Lang*' -and $_.State -eq 'NotPresent' -and $_.Name  -notlike 'Windows.Kernel.LA57*' -and $_.Name  -notlike 'Accessibility.Braille*' } | Add-WindowsCapability -Online -Source D:\LanguagesAndOptionalFeatures -Verbose


Get-WindowsCapability -Online -LimitAccess `
| where { $_.Name  -like '*Font*' -and $_.State -eq 'NotPresent'  } |Add-WindowsCapability -Online -Source D:\LanguagesAndOptionalFeatures -Verbose