Skip to content

Instantly share code, notes, and snippets.

@spy86
Created February 4, 2019 15:14
Show Gist options
  • Select an option

  • Save spy86/46b8b4698c68f71e8e7144093c6a8151 to your computer and use it in GitHub Desktop.

Select an option

Save spy86/46b8b4698c68f71e8e7144093c6a8151 to your computer and use it in GitHub Desktop.
Show Installed Windows Roles and Features
Import-module servermanager ; Get-WindowsFeature | where-object {$_.Installed -eq $True} | format-list DisplayName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment