I'm trying to learn how to streamline or get better at how I set up new pc's. The most I have ever had to set up in one go is 6 desktops so it's not a chore to do them individually. But I'd like to get better at it.
So my two questions are:
1. if you have new desktops what is the process of getting them ready to give to your staff. What I mean is, do you setup windows, install updates, install key software, say office and antivirus etc., domain join, apply gpo's and then hand it out to the staff member?
2. I'm trying to better my powershell knowledge. I understand that I can use the add-computer command to add a machine locally, but I dont understand how domain joining multiple computers works. I understand the command
[size=1][font="][b]add-computer -computername PC-IT, PC-ADMIN, PC-TEACHER -domainname ad.contoso.com –credential[/b][/font][font="] [/font][font="][b]AD\adminuser -restart –force[/b][/font][/size] or using a text file with the computer names.
But if my new pc's have a default name like DESKTOP123456, DESKTOP123457, DESKTOP123458 and I want them to domain join using the name's PC-IT, PC-ADMIN, PC-TEACHER what machine do I run the command from? and how do the new pc's get their names?
Thanks,
B