You may consider using Salt (Python based remote execution and configuration management tool): http://docs.saltstack.com/
Windows installers are available here: http://docs.saltstack.com/topics/installation/windows.html On Fri, May 24, 2013 at 6:44 PM, Ashutosh Narayan <[email protected]> wrote: > Hi folks, > > I have to do a silent installation of Active Directory (AD) on Windows. > AFAIK Fabric is one such tool to do do. > Say, dcpromo is a command to setup AD, it opens up a wizard and we fill > details. > Now how can I setup AD on Windows using Python scripts > Can somebody throw some light on how can I start with ? > > Thank you, > -- > Ashutosh Narayan > > http://ashutoshn.wordpress.com/ > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
