Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created September 19, 2016 10:14
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 nivleshc/7bca646f192ceb15eed63e0292b3ee8b to your computer and use it in GitHub Desktop.
Save nivleshc/7bca646f192ceb15eed63e0292b3ee8b to your computer and use it in GitHub Desktop.
Install Active Directory Domain Services Role
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