Skip to content

Instantly share code, notes, and snippets.

@austoonz
Created March 1, 2019 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austoonz/f20339d7d9edeaf18d57b78e4ab30696 to your computer and use it in GitHub Desktop.
Save austoonz/f20339d7d9edeaf18d57b78e4ab30696 to your computer and use it in GitHub Desktop.
# Get a list of RSAT Capabilities
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
# Install RSAT
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment