Created
September 19, 2016 10:14
-
-
Save nivleshc/7bca646f192ceb15eed63e0292b3ee8b to your computer and use it in GitHub Desktop.
Install Active Directory Domain Services Role
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
WindowsFeature ADDSInstall | |
{ | |
Ensure = "Present" | |
Name = "AD-Domain-Services" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment