Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Created June 9, 2018 09:32
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 PixelRobots/be2eb164d5503db839a2b2d2ab01a3e1 to your computer and use it in GitHub Desktop.
Save PixelRobots/be2eb164d5503db839a2b2d2ab01a3e1 to your computer and use it in GitHub Desktop.
Get-WindowsCapability -Online | ? Name -like 'RSAT*'
Add-WindowsCapability -Online -Name Rsat.Dns.Tools~~~~0.0.1.0
Get-WindowsCapability -Online | ? Name -like 'RSAT*' | Add-WindowsCapability -Online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment