Created
April 22, 2017 14:35
-
-
Save PixelRobots/14d0f28469e2265ecded9f9b62cb4cbb to your computer and use it in GitHub Desktop.
This file contains 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
# 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