How can I load one image over network to multiple computers on boot?
Posted
by
user754730
on Server Fault
See other posts from Server Fault
or by user754730
Published on 2013-11-05T14:24:07Z
Indexed on
2013/11/05
15:57 UTC
Read the original article
Hit count: 232
A few years ago I saw this in a company but I don't know how it was built. There was 1 Computer (I don't know if Windows Server or plain Windows 7 -> the server) and 3 other computers (Windows 7 -> the clients). As soon as the Windows 7 clients were started, they all started up the same image (Don't know if the same image file or just the same state) over network and were able to work on the computer. As soon as the machine was shutdown, all the changes made to the system were erased. How could I build a system like this so I have 1 image file which I keep up to date and then feed it to the other machines in my network?
It would look this this basically:
© Server Fault or respective owner