I'm authoring some PowerShell on a laptop in a coffee shop and I don't have a server to hand, and I need to know the Windows Feature names for use with DSC and Install-WindowsFeature
.
Does anyone have a list?
I'm authoring some PowerShell on a laptop in a coffee shop and I don't have a server to hand, and I need to know the Windows Feature names for use with DSC and Install-WindowsFeature
.
Does anyone have a list?
Here's an example set taken from Windows Server 2012 R2 as of September 2016. Hope it helps.
Run
Get-WindowsFeature
in Powershell on your server.