Skip to content

Instantly share code, notes, and snippets.

@e-sterling
Created August 29, 2019 08:54
Show Gist options
  • Select an option

  • Save e-sterling/51800e37c7c594c0c6ca564597bd821e to your computer and use it in GitHub Desktop.

Select an option

Save e-sterling/51800e37c7c594c0c6ca564597bd821e to your computer and use it in GitHub Desktop.
Install all RSAT tools on Win10 1903
Get-WindowsCapability -online | Where-Object {$_.Name -like "*RSAT*"} | Add-WindowsCapability -Online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment