0

When inputting in powershell the following:

install-windowsfeature -name

How do I get a list of available features to install?

1
  • On what system are these commands available? I have PowerShell 5.1 and Get-Command *windows* shows no PowerShell commands. Commented Apr 2, 2018 at 15:24

1 Answer 1

3

For this you would want to use another cmdlet. Get-WindowsFeature

Gets information about Windows Server roles, role services, and features that are available for installation and installed on a specified server.

Sign up to request clarification or add additional context in comments.

1 Comment

That solved my problem. Doing that, I see the list now of windows features, and was able to run install-windowsfeature -name NPAS

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.