Installing Network Policy Server from PowerShell

Recently I encountered a strange error where I couldn’t install Network Policy Server from the Server Manager.

Rather than fight with Server Manager, I punted and installed it via PowerShell. The installation that way worked without an problem.

Run PowerShell as Administrator

Run:

Import-Module Servermanager

Run:

install-windowsfeature -name npas-policy-server -IncludeManagementTools

That’s it!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.