1

What's a good tool to automate Windows server configuration, a la Chef on *NIX?

I know that Chef is somewhat working on Windows, but I'm sure there are some more full-featured tools that others are already using.

gWaldo
  • 11,957
  • 8
  • 42
  • 69
Bret Walker
  • 113
  • 3

3 Answers3

4

(This is an old question, but) You can use Chef on Windows now, and it's support has been continually improving.

gWaldo
  • 11,957
  • 8
  • 42
  • 69
2

If you have money to burn you can buy MS System Center Configuration Manager

Otherwise you can put something pretty close together using group policies and custom scripts.

Zypher
  • 37,405
  • 5
  • 53
  • 95
1

You can also (since June 2013) use the Windows Desired State Configuration PowerShell tools

This video is actually quite a useful introduction to the new toolset: http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/MDC-B302#fbid=InraqmsI9ZP

However, unless you are absolutely certain that you'll never need to provision a single Linux box, I recommend you use Chef.