Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Created April 22, 2017 14:35
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/14d0f28469e2265ecded9f9b62cb4cbb to your computer and use it in GitHub Desktop.
Save PixelRobots/14d0f28469e2265ecded9f9b62cb4cbb to your computer and use it in GitHub Desktop.
# Install ADDS and all management tools
Write-Host "Installing ADDS"
Add-WindowsFeature -Name “ad-domain-services” -IncludeAllSubFeature -IncludeManagementTools -verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment