Hello,
I am trying to create a script and where i have a list of servers and group/sequence numbers.
Csv file content:
servername,Group
Server1,1
Server2,1
Server3,2
Server3,4
etc
What i need to do it come up with script to reboot the servers in the same group at the same time then wait until they are up and then move to the next group.
can you please give me a few ideas to archive this?
Thank you.
EverydayLearner