Hacker News new | ask | show | jobs
Ask HN: How to Automate Large Work Spaces and Tools Setup on Windows Machines?
1 points by important 3676 days ago
3 comments

You can have a look at how some of my colleagues publish their new machine powershell scripts.

https://github.com/tathamoddie/New-Machine.ps1/blob/master/N...

https://robdmoore.id.au/blog/2014/06/15/announcing-repave-ps...

Guys , how do I automate setting up large work spaces and installing required tools on windows machines? Typically the task involves checking our repos, setting evn variables and copying config and other files.
sccm? group policy and logon scripts?