Created
March 1, 2019 16:59
-
-
Save austoonz/f20339d7d9edeaf18d57b78e4ab30696 to your computer and use it in GitHub Desktop.
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 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