Created
August 29, 2019 08:54
-
-
Save e-sterling/51800e37c7c594c0c6ca564597bd821e to your computer and use it in GitHub Desktop.
Install all RSAT tools on Win10 1903
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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