5 ms·
Ask HN: How to Automate Large Work Spaces and Tools Setup on Windows Machines?
- important 10y agoGuys , 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.
- teyc 10y agoYou 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/New-Machine.ps1 https://github.com/tathamoddie/New-Machine.ps1/blob/master/N... https://robdmoore.id.au/blog/2014/06/15/announcing-repave-psm1/ https://robdmoore.id.au/blog/2014/06/15/announcing-repave-ps...
- lazylizard 10y agosccm? group policy and logon scripts?