Skip to content

Instantly share code, notes, and snippets.

@jpcaparas
Created June 30, 2016 00:01
Show Gist options
  • Save jpcaparas/54965f62d1b4d9aa4df935735c02f176 to your computer and use it in GitHub Desktop.
Save jpcaparas/54965f62d1b4d9aa4df935735c02f176 to your computer and use it in GitHub Desktop.
Windows Server 2012 R2 Useful stuff
- WiNSXS cleanup: Get-WindowsFeature | Where-Object {$_.InstallState -Eq “Available”} | Uninstall-WindowsFeature -Remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment