A
A
Alexander Kaplun2020-05-15 11:55:44
linux
Alexander Kaplun, 2020-05-15 11:55:44

How to do an automatic deployment of Windows Server?

Now I host servers in VMware.
Interested in the question, is it possible to create something like Ansible Playbook for:

  1. installing Windows Server on the created virtual machine
  2. setup (name change, network setup, domain entry, etc.)
  3. setting the required roles
  4. software installation


For example: I am creating a Playbook for AD deployment. A person launches it and after a while he has a controller with a certain name, all updates installed, IPv6 disabled and IP set, disks are named in a certain way and folders are created, with the AD role, replicated from the main AD, scope is configured, DFS is configured.

In theory, you can do all the settings on Ansible, but it will not install Windows Server.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexey Dmitriev, 2020-05-15
@SignFinder

WDS (Windows Deployment Services).
All your queries can be scripted in Powershell.
But promoting DC in this way is a big deal.

A
akelsey, 2020-05-15
@akelsey

Automate Windows Setup
Use unnatended files.

D
Dmitry Shumov, 2020-05-15
@dshumov

Virtual Machine Manager (VMM) + System Center Orchestrator

A
Alexander Kaplun, 2020-05-15
@QuietusUA

Is there something not from Microsoft?

Y
y2k, 2020-05-16
@y2k

Almost every component of Windows is configured using PowerShell. So it's logical to use native Desired State Configuration, custom scripts and, optionally, Chocolatey.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question