Intro
I'm a networking student from Belgium and I just got assigned a big project.
Basicly i'm responsible for the ADDS. We have to create several OU's and every OU needs at least 20 users or more.
1 of these OU's is called "Guests" and has 20+ guests in them. All these "Guests" profiles need to be mandatory (and I know how to create them).
My Question
Is there a way to create mandatory profiles through Windows Powershell or maybe group policies. Because doing +20 profiles manually is going to take a lot of work and it might be easier than I think.
Details
All Clients are Windows 8 or Windows 8.1
Windows Server 2012 (DC)
Windows Server 2012 (ADC)
All other profiles are Roaming Profiles (except for admin)
Profiles are stored on both servers using DFS for redundancy
The script I use just creates the Tree mapping. F.E:
Domain.local --> Domain --> OU--> inside this map you wil find:
OU_Group_DomainLocal
OU_Group_Global
All_OU_Users
And this for all OUs.
Confusion Edit
I have not created any users yet, I'm going to create all my users through Powershell. I was wondering if there was an automatic way to create Mandatory profiles, instead of going in the regedit and edit a bunch of stuff for every user seperatly.