From this page:
How to install the PowerShell Active Directory module
From this page:
How to install the PowerShell Active Directory module
Honestly, every time previously I've tried filtering for Windows Features, I've used some form of variables and/or the PowerShell where-object, and today, I learned the get-windowsfeature cmdlet takes wildcards.
get-windowsfeature "*fs*"