1. I Open PowerShell and typing Import-Module ServerManager
2. Then, type Get-WindowsFeature and the result looks like below:
3. The [X] on the left hand side, means that the service is already installed in your system.
4. To install some of the features, let'say "XPS Viewer", you need to use Add-WindowsFeature followed with the Name.
For Example, type Add-WindowsFeature -XPS-Viewer
5. After hitting the command above, the result will be shown whether the features successfully installed or not. The status looks like below
Richard Mueller edited Revision 8. Comment: Modify formatting so text is not hidden
Richard Mueller edited Revision 7. Comment: Removed (en-US) from title, added tags
Craig Lussier edited Revision 5. Comment: added en-US to tags and title
Craig Lussier edited Revision 4. Comment: edited for grammar